Mihara-bot
commited on
Commit
•
6b16eb7
1
Parent(s):
fd0adcf
Upload 2 files
Browse files- tokenizer_config.json +1 -0
- vocab.txt +0 -0
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "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, "model_max_length": 128, "special_tokens_map_file": "gpt2-base-chinese-cluecorpussmall\\special_tokens_map.json", "tokenizer_file": null, "name_or_path": "gpt2-base-chinese-cluecorpussmall"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|