iioSnail commited on
Commit
bbab6d8
·
1 Parent(s): f1bfdd0

Update bert_tokenizer.py

Browse files
Files changed (1) hide show
  1. 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/chinesebert-base",
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(),