Skip to content

Commit 9db4e9b

Browse files
authored
Merge pull request AnFreTh#74 from AnFreTh/bugfix/datasets
Bugfix/datasets
2 parents 63280f7 + 58f761c commit 9db4e9b

File tree

9 files changed

+477
-415
lines changed

9 files changed

+477
-415
lines changed

docs/notebooks/datasets.ipynb

+53-49
Large diffs are not rendered by default.

docs/notebooks/datasets.md

-139
This file was deleted.

docs/notebooks/examples.ipynb

+116-84
Large diffs are not rendered by default.

docs/notebooks/quickstart.ipynb

+124-37
Large diffs are not rendered by default.

docs/notebooks/quickstart.md

-68
This file was deleted.

stream/models/ctmneg_utils/__init__.py

Whitespace-only changes.

stream_topic/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.1.3"
4+
__version__ = "0.1.4"

stream_topic/metrics/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PARAPHRASE_TRANSFORMER_MODEL = "paraphrase-MiniLM-L3-v2"
22
SENTENCE_TRANSFORMER_MODEL = "all-MiniLM-L6-v2"
3-
EMBEDDING_PATH = "/embeddings"
3+
EMBEDDING_PATH = "embeddings"
44
NLTK_STOPWORD_LANGUAGE = "english"

0 commit comments

Comments
 (0)