Skip to content

Commit 67cadb8

Browse files
committed
fix typo in exaample
1 parent 522602a commit 67cadb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_w2v.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
DOWNLOAD_PATH = "./res"
2929
DATASET = "quora-duplicate-questions"
3030
DATA_PATH = f"./res/{DATASET}.stream.txt"
31-
PROCESSED_DATA_DIR = "./res/{DATASET}-processed"
31+
PROCESSED_DATA_DIR = f"./res/{DATASET}-processed"
3232
CUSIM_MODEL = "./res/cusim.w2v.model"
3333
GENSIM_MODEL = "./res/gensim.w2v.model"
3434

0 commit comments

Comments
 (0)