arxyzan commited on
Commit
4b7729a
1 Parent(s): 9f033bc

Delete preprocessor/tokenizer_config.json

Browse files
Files changed (1) hide show
  1. preprocessor/tokenizer_config.json +0 -15
preprocessor/tokenizer_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "do_lower_case": false,
4
- "mask_token": "[MASK]",
5
- "model_max_length": 512,
6
- "name": null,
7
- "name_or_path": "hezar-ai/distilbert-fa",
8
- "pad_token": "[PAD]",
9
- "sep_token": "[SEP]",
10
- "special_tokens_map_file": null,
11
- "strip_accents": false,
12
- "tokenize_chinese_chars": true,
13
- "tokenizer_class": "DistilBertTokenizer",
14
- "unk_token": "[UNK]"
15
- }