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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. text_tokenizer.json +11 -0
text_tokenizer.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }