Delete text_tokenizer.json
Browse files- 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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|