Yuchan
commited on
Update Mo.py
Browse files
Mo.py
CHANGED
|
@@ -54,7 +54,7 @@ if not os.path.exists(DATA_PATH):
|
|
| 54 |
|
| 55 |
if not os.path.exists(TOKENIZER_PATH):
|
| 56 |
download_file(
|
| 57 |
-
"https://huggingface.co/Yuchan5386/
|
| 58 |
TOKENIZER_PATH
|
| 59 |
)
|
| 60 |
|
|
|
|
| 54 |
|
| 55 |
if not os.path.exists(TOKENIZER_PATH):
|
| 56 |
download_file(
|
| 57 |
+
"https://huggingface.co/Yuchan5386/inlam-100m/resolve/main/ko_unigram.model?download=true",
|
| 58 |
TOKENIZER_PATH
|
| 59 |
)
|
| 60 |
|