yezdata commited on
Commit
ac06747
·
verified ·
1 Parent(s): 4feaa4f

remove locally saved tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -17
tokenizer_config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "backend": "tokenizers",
3
- "clean_up_tokenization_spaces": true,
4
- "cls_token": "[CLS]",
5
- "is_local": false,
6
- "local_files_only": false,
7
- "mask_token": "[MASK]",
8
- "model_input_names": [
9
- "input_ids",
10
- "attention_mask"
11
- ],
12
- "model_max_length": 8192,
13
- "pad_token": "[PAD]",
14
- "sep_token": "[SEP]",
15
- "tokenizer_class": "TokenizersBackend",
16
- "unk_token": "[UNK]"
17
- }