Upload tokenizer_config.json

This commit is contained in:
xuming 2022-01-23 06:21:45 +00:00 committed by huggingface-web
parent 0a259279c7
commit 55d7fff1d3
1 changed files with 1 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "name_or_path": "hfl/chinese-macbert-base", "tokenizer_class": "BertTokenizer"}