sanchit-gandhi commited on
Commit
ffc4d95
·
1 Parent(s): 8f52d2f

Upload tokenizer

Browse files
Files changed (3) hide show
  1. special_tokens_map.json +4 -0
  2. tokenizer_config.json +12 -0
  3. vocab.json +26 -0
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "j",
3
+ "unk_token": "<unk>"
4
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_blank": true,
3
+ "clean_up_tokenization_spaces": true,
4
+ "is_uroman": false,
5
+ "language": "mnx",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "normalize": true,
8
+ "pad_token": "j",
9
+ "phonemize": false,
10
+ "tokenizer_class": "VitsTokenizer",
11
+ "unk_token": "<unk>"
12
+ }
vocab.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 3,
3
+ "_": 23,
4
+ "a": 18,
5
+ "b": 21,
6
+ "c": 2,
7
+ "d": 17,
8
+ "e": 14,
9
+ "f": 9,
10
+ "g": 7,
11
+ "h": 16,
12
+ "i": 15,
13
+ "j": 0,
14
+ "k": 6,
15
+ "l": 22,
16
+ "m": 12,
17
+ "n": 19,
18
+ "o": 13,
19
+ "p": 11,
20
+ "r": 20,
21
+ "s": 4,
22
+ "t": 10,
23
+ "u": 1,
24
+ "w": 5,
25
+ "y": 8
26
+ }