Yuchan
commited on
Update Model.py
Browse files
Model.py
CHANGED
|
@@ -48,7 +48,7 @@ TOKENIZER_PATH = "ko_unigram.model"
|
|
| 48 |
|
| 49 |
if not os.path.exists(DATA_PATH):
|
| 50 |
download_file(
|
| 51 |
-
"https://huggingface.co/datasets/Yuchan5386/
|
| 52 |
DATA_PATH
|
| 53 |
)
|
| 54 |
|
|
|
|
| 48 |
|
| 49 |
if not os.path.exists(DATA_PATH):
|
| 50 |
download_file(
|
| 51 |
+
"https://huggingface.co/datasets/Yuchan5386/Prototype/resolve/main/corpus_ko.txt?download=true",
|
| 52 |
DATA_PATH
|
| 53 |
)
|
| 54 |
|