Yuchan commited on
Commit
85a5a0a
·
verified ·
1 Parent(s): 7e66b37

Update Model.py

Browse files
Files changed (1) hide show
  1. Model.py +1 -1
Model.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/datasets/Yuchan5386/Prototype/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/Respiso/resolve/main/bpe.model?download=true",
58
  TOKENIZER_PATH
59
  )
60