aoxo commited on
Commit
dd56233
·
verified ·
1 Parent(s): 0e434cf

Delete text_tokenizer.json

Browse files
Files changed (1) hide show
  1. text_tokenizer.json +0 -11
text_tokenizer.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "char_to_idx": {},
3
- "idx_to_char": {},
4
- "special_tokens": {
5
- "[PAD]": 0,
6
- "[UNK]": 1,
7
- "[CLS]": 2,
8
- "[SEP]": 3
9
- },
10
- "model_type": "Character-Level"
11
- }