sanchit-gandhi commited on
Commit
bd08380
·
1 Parent(s): 5f06916

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 +30 -0
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "|",
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": "lwo",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "normalize": true,
8
+ "pad_token": "|",
9
+ "phonemize": false,
10
+ "tokenizer_class": "VitsTokenizer",
11
+ "unk_token": "<unk>"
12
+ }
vocab.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 27,
3
+ "'": 21,
4
+ "0": 23,
5
+ "1": 25,
6
+ "5": 26,
7
+ "a": 1,
8
+ "b": 15,
9
+ "c": 17,
10
+ "d": 10,
11
+ "e": 2,
12
+ "g": 6,
13
+ "h": 4,
14
+ "i": 7,
15
+ "j": 16,
16
+ "k": 11,
17
+ "l": 19,
18
+ "m": 13,
19
+ "n": 3,
20
+ "o": 5,
21
+ "p": 20,
22
+ "q": 22,
23
+ "r": 12,
24
+ "s": 24,
25
+ "t": 18,
26
+ "u": 8,
27
+ "w": 14,
28
+ "y": 9,
29
+ "|": 0
30
+ }