We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522602a commit 67cadb8Copy full SHA for 67cadb8
examples/example_w2v.py
@@ -28,7 +28,7 @@
28
DOWNLOAD_PATH = "./res"
29
DATASET = "quora-duplicate-questions"
30
DATA_PATH = f"./res/{DATASET}.stream.txt"
31
-PROCESSED_DATA_DIR = "./res/{DATASET}-processed"
+PROCESSED_DATA_DIR = f"./res/{DATASET}-processed"
32
CUSIM_MODEL = "./res/cusim.w2v.model"
33
GENSIM_MODEL = "./res/gensim.w2v.model"
34
0 commit comments