Huffon commited on
Commit
f5282fe
1 Parent(s): a70b74a

Remove tokenizer

Browse files
special_tokens_map.json DELETED
@@ -1 +0,0 @@
1
- {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
 
tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
tokenizer_config.json DELETED
@@ -1 +0,0 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": "./special_tokens_map.json", "name_or_path": "./", "do_basic_tokenize": true, "never_split": null}
 
vocab.txt DELETED
The diff for this file is too large to render. See raw diff