Sristtee commited on
Commit
90ae79d
·
verified ·
1 Parent(s): 7898cd5

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -23
tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "backend": "tokenizers",
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "do_lower_case": true,
6
- "eos_token": "</s>",
7
- "is_local": false,
8
- "mask_token": "<mask>",
9
- "max_length": 512,
10
- "model_max_length": 512,
11
- "pad_to_multiple_of": null,
12
- "pad_token": "<pad>",
13
- "pad_token_type_id": 0,
14
- "padding_side": "right",
15
- "sep_token": "</s>",
16
- "stride": 0,
17
- "strip_accents": null,
18
- "tokenize_chinese_chars": true,
19
- "tokenizer_class": "MPNetTokenizer",
20
- "truncation_side": "right",
21
- "truncation_strategy": "longest_first",
22
- "unk_token": "[UNK]"
23
- }