sanchit-gandhi commited on
Commit
8026cb8
·
1 Parent(s): d3783d0

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 +43 -0
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "pad_token": "a",
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": "ayr",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "normalize": true,
8
+ "pad_token": "a",
9
+ "phonemize": false,
10
+ "tokenizer_class": "VitsTokenizer",
11
+ "unk_token": "<unk>"
12
+ }
vocab.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ " ": 40,
3
+ "'": 21,
4
+ "a": 0,
5
+ "b": 27,
6
+ "c": 17,
7
+ "d": 24,
8
+ "e": 23,
9
+ "f": 29,
10
+ "g": 28,
11
+ "h": 13,
12
+ "i": 2,
13
+ "j": 11,
14
+ "k": 4,
15
+ "l": 18,
16
+ "m": 10,
17
+ "n": 5,
18
+ "o": 22,
19
+ "p": 8,
20
+ "q": 16,
21
+ "r": 9,
22
+ "s": 7,
23
+ "t": 3,
24
+ "u": 6,
25
+ "v": 31,
26
+ "w": 14,
27
+ "x": 12,
28
+ "y": 15,
29
+ "z": 35,
30
+ "|": 1,
31
+ "á": 36,
32
+ "ä": 19,
33
+ "é": 33,
34
+ "ë": 39,
35
+ "í": 32,
36
+ "ï": 25,
37
+ "ñ": 20,
38
+ "ó": 34,
39
+ "ö": 37,
40
+ "ú": 38,
41
+ "ü": 30,
42
+ "—": 26
43
+ }