ndeclarke commited on
Commit
e1b63ab
1 Parent(s): 5c69003

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[:5%]+validation[20%:25%]+validation[60%:65%]+validation[90%:]
23
  args: ta
24
  metrics:
25
- - name: Wer
26
- type: wer
27
  value: 1.0594668189204621
28
- - name: Bleu
29
- type: bleu
30
  value: 0.0
 
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[:5%]+validation[20%:25%]+validation[60%:65%]+validation[90%:]
23
  args: ta
24
  metrics:
25
+ - type: wer
 
26
  value: 1.0594668189204621
27
+ name: Wer
28
+ - type: bleu
29
  value: 0.0
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-128",
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-512",
44
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
  "unk_token": "[UNK]",
46
  "word_delimiter_token": "|"
vocab.json CHANGED
@@ -111,5 +111,61 @@
111
  "்": 50,
112
  "ௗ": 51,
113
  "ഥ": 52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  }
115
  }
 
111
  "்": 50,
112
  "ௗ": 51,
113
  "ഥ": 52
114
+ },
115
+ "tam-512": {
116
+ "&": 1,
117
+ "[PAD]": 53,
118
+ "[UNK]": 52,
119
+ "_": 2,
120
+ "|": 0,
121
+ "ஃ": 3,
122
+ "அ": 4,
123
+ "ஆ": 5,
124
+ "இ": 6,
125
+ "ஈ": 7,
126
+ "உ": 8,
127
+ "ஊ": 9,
128
+ "எ": 10,
129
+ "ஏ": 11,
130
+ "ஐ": 12,
131
+ "ஒ": 13,
132
+ "ஓ": 14,
133
+ "ஔ": 15,
134
+ "க": 16,
135
+ "ங": 17,
136
+ "ச": 18,
137
+ "ஜ": 19,
138
+ "ஞ": 20,
139
+ "ட": 21,
140
+ "ண": 22,
141
+ "த": 23,
142
+ "ந": 24,
143
+ "ன": 25,
144
+ "ப": 26,
145
+ "ம": 27,
146
+ "ய": 28,
147
+ "ர": 29,
148
+ "ற": 30,
149
+ "ல": 31,
150
+ "ள": 32,
151
+ "ழ": 33,
152
+ "வ": 34,
153
+ "ஷ": 35,
154
+ "ஸ": 36,
155
+ "ஹ": 37,
156
+ "ா": 38,
157
+ "ி": 39,
158
+ "ீ": 40,
159
+ "ு": 41,
160
+ "ூ": 42,
161
+ "ெ": 43,
162
+ "ே": 44,
163
+ "ை": 45,
164
+ "ொ": 46,
165
+ "ோ": 47,
166
+ "ௌ": 48,
167
+ "்": 49,
168
+ "ௗ": 50,
169
+ "ഥ": 51
170
  }
171
  }