Update bert_tokenizer.py
Browse files- bert_tokenizer.py +1 -1
bert_tokenizer.py
CHANGED
|
@@ -29,7 +29,7 @@ def download_file(filename: str):
|
|
| 29 |
return
|
| 30 |
|
| 31 |
hf_hub_download(
|
| 32 |
-
"iioSnail/
|
| 33 |
filename,
|
| 34 |
local_dir=cache_path,
|
| 35 |
user_agent=http_user_agent(),
|
|
|
|
| 29 |
return
|
| 30 |
|
| 31 |
hf_hub_download(
|
| 32 |
+
"iioSnail/ChineseBERT-base",
|
| 33 |
filename,
|
| 34 |
local_dir=cache_path,
|
| 35 |
user_agent=http_user_agent(),
|