Commit
·
f75a859
1
Parent(s):
d541d10
Update tokenizer_config.json
Browse filesadding "model_type": "distilbert",
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
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, "return_offsets_mapping": true, "truncation": true, "max_length": 512, "padding": "max_length", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "my_model", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
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, "return_offsets_mapping": true, "truncation": true, "max_length": 512, "padding": "max_length", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "my_model", "tokenizer_class": "DistilBertTokenizer", "model_type": "distilbert"}
|