ndeclarke commited on
Commit
9ec1381
1 Parent(s): 9ef2a89

Upload tokenizer

Browse files
Files changed (3) hide show
  1. README.md +9 -9
  2. tokenizer_config.json +1 -2
  3. vocab.json +57 -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: 0.5119016249451032
28
- - name: Bleu
29
- type: bleu
30
  value: 0.24178033350654143
 
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: 0.5119016249451032
27
+ name: Wer
28
+ - type: bleu
29
  value: 0.24178033350654143
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-32",
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-128",
44
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
  "unk_token": "[UNK]",
46
  "word_delimiter_token": "|"
vocab.json CHANGED
@@ -1,4 +1,61 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "tam-32": {
3
  "&": 1,
4
  "[PAD]": 54,
 
1
  {
2
+ "tam-128": {
3
+ "&": 1,
4
+ "[PAD]": 54,
5
+ "[UNK]": 53,
6
+ "_": 2,
7
+ "|": 0,
8
+ "¾": 3,
9
+ "ஃ": 4,
10
+ "அ": 5,
11
+ "ஆ": 6,
12
+ "இ": 7,
13
+ "ஈ": 8,
14
+ "உ": 9,
15
+ "ஊ": 10,
16
+ "எ": 11,
17
+ "ஏ": 12,
18
+ "ஐ": 13,
19
+ "ஒ": 14,
20
+ "ஓ": 15,
21
+ "ஔ": 16,
22
+ "க": 17,
23
+ "ங": 18,
24
+ "ச": 19,
25
+ "ஜ": 20,
26
+ "ஞ": 21,
27
+ "ட": 22,
28
+ "ண": 23,
29
+ "த": 24,
30
+ "ந": 25,
31
+ "ன": 26,
32
+ "ப": 27,
33
+ "ம": 28,
34
+ "ய": 29,
35
+ "ர": 30,
36
+ "ற": 31,
37
+ "ல": 32,
38
+ "ள": 33,
39
+ "ழ": 34,
40
+ "வ": 35,
41
+ "ஷ": 36,
42
+ "ஸ": 37,
43
+ "ஹ": 38,
44
+ "ா": 39,
45
+ "ி": 40,
46
+ "ீ": 41,
47
+ "ு": 42,
48
+ "ூ": 43,
49
+ "ெ": 44,
50
+ "ே": 45,
51
+ "ை": 46,
52
+ "ொ": 47,
53
+ "ோ": 48,
54
+ "ௌ": 49,
55
+ "்": 50,
56
+ "ௗ": 51,
57
+ "ഥ": 52
58
+ },
59
  "tam-32": {
60
  "&": 1,
61
  "[PAD]": 54,