ndeclarke commited on
Commit
4e5edfa
1 Parent(s): 27fcd84

Upload tokenizer

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. tokenizer_config.json +1 -2
  3. vocab.json +56 -0
README.md CHANGED
@@ -1,20 +1,20 @@
1
  ---
2
- library_name: transformers
3
- license: cc-by-nc-4.0
4
  base_model: facebook/mms-1b-all
5
- tags:
6
- - generated_from_trainer
7
  datasets:
8
  - common_voice_17_0
 
 
9
  metrics:
10
  - wer
11
  - bleu
 
 
12
  model-index:
13
  - name: wav2vec2-mms-1b-CV17.0-training_set_variations
14
  results:
15
  - task:
16
- name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
 
18
  dataset:
19
  name: common_voice_17_0
20
  type: common_voice_17_0
@@ -22,12 +22,12 @@ model-index:
22
  split: validation
23
  args: ta
24
  metrics:
25
- - name: Wer
26
- type: wer
27
  value: 0.3597180870859695
28
- - name: Bleu
29
- type: bleu
30
  value: 0.4226157099926465
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
 
2
  base_model: facebook/mms-1b-all
 
 
3
  datasets:
4
  - common_voice_17_0
5
+ library_name: transformers
6
+ license: cc-by-nc-4.0
7
  metrics:
8
  - wer
9
  - bleu
10
+ tags:
11
+ - generated_from_trainer
12
  model-index:
13
  - name: wav2vec2-mms-1b-CV17.0-training_set_variations
14
  results:
15
  - task:
 
16
  type: automatic-speech-recognition
17
+ name: Automatic Speech Recognition
18
  dataset:
19
  name: common_voice_17_0
20
  type: common_voice_17_0
 
22
  split: validation
23
  args: ta
24
  metrics:
25
+ - type: wer
 
26
  value: 0.3597180870859695
27
+ name: Wer
28
+ - type: bleu
29
  value: 0.4226157099926465
30
+ name: Bleu
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
tokenizer_config.json CHANGED
@@ -39,9 +39,8 @@
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
- "processor_class": "Wav2Vec2Processor",
43
  "replace_word_delimiter_char": " ",
44
- "target_lang": "tam-8192",
45
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
46
  "unk_token": "[UNK]",
47
  "word_delimiter_token": "|"
 
39
  "eos_token": "</s>",
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
 
42
  "replace_word_delimiter_char": " ",
43
+ "target_lang": "tam-32768",
44
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
  "unk_token": "[UNK]",
46
  "word_delimiter_token": "|"
vocab.json CHANGED
@@ -167,6 +167,62 @@
167
  "ௗ": 50,
168
  "ഥ": 51
169
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  "tam-512": {
171
  "&": 1,
172
  "[PAD]": 53,
 
167
  "ௗ": 50,
168
  "ഥ": 51
169
  },
170
+ "tam-32768": {
171
+ "&": 1,
172
+ "[PAD]": 53,
173
+ "[UNK]": 52,
174
+ "_": 2,
175
+ "|": 0,
176
+ "ஃ": 3,
177
+ "அ": 4,
178
+ "ஆ": 5,
179
+ "இ": 6,
180
+ "ஈ": 7,
181
+ "உ": 8,
182
+ "ஊ": 9,
183
+ "எ": 10,
184
+ "ஏ": 11,
185
+ "ஐ": 12,
186
+ "ஒ": 13,
187
+ "ஓ": 14,
188
+ "ஔ": 15,
189
+ "க": 16,
190
+ "ங": 17,
191
+ "ச": 18,
192
+ "ஜ": 19,
193
+ "ஞ": 20,
194
+ "ட": 21,
195
+ "ண": 22,
196
+ "த": 23,
197
+ "ந": 24,
198
+ "ன": 25,
199
+ "ப": 26,
200
+ "ம": 27,
201
+ "ய": 28,
202
+ "ர": 29,
203
+ "ற": 30,
204
+ "ல": 31,
205
+ "ள": 32,
206
+ "ழ": 33,
207
+ "வ": 34,
208
+ "ஷ": 35,
209
+ "ஸ": 36,
210
+ "ஹ": 37,
211
+ "ா": 38,
212
+ "ி": 39,
213
+ "ீ": 40,
214
+ "ு": 41,
215
+ "ூ": 42,
216
+ "ெ": 43,
217
+ "ே": 44,
218
+ "ை": 45,
219
+ "ொ": 46,
220
+ "ோ": 47,
221
+ "ௌ": 48,
222
+ "்": 49,
223
+ "ௗ": 50,
224
+ "ഥ": 51
225
+ },
226
  "tam-512": {
227
  "&": 1,
228
  "[PAD]": 53,