root39058 commited on
Commit
abe32c0
·
verified ·
1 Parent(s): 2a3c5a4

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -11
tokenizer_config.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "vocab_size": 154,
3
- "tokenizer_class": "CustomTokenizer",
4
- "model_max_length": 14,
5
- "padding_side": "right",
6
- "truncation_side": "right",
7
- "special_tokens": {
8
- "pad_token": "[PAD]",
9
- "unk_token": "[UNK]"
10
- }
11
- }