Yuchan commited on
Commit
650b1da
·
verified ·
1 Parent(s): 035881d

Update Mo.py

Browse files
Files changed (1) hide show
  1. Mo.py +1 -1
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/Respiso/resolve/main/bpe.model?download=true",
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