ndeclarke commited on
Commit
b020d19
1 Parent(s): 0399543

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.9963132675846669
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
23
  args: ta
24
  metrics:
25
+ - type: wer
 
26
  value: 0.9963132675846669
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-512",
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-2048",
44
  "tokenizer_class": "Wav2Vec2CTCTokenizer",
45
  "unk_token": "[UNK]",
46
  "word_delimiter_token": "|"
vocab.json CHANGED
@@ -55,6 +55,62 @@
55
  "ௗ": 50,
56
  "ഥ": 51
57
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  "tam-32": {
59
  "&": 1,
60
  "[PAD]": 53,
 
55
  "ௗ": 50,
56
  "ഥ": 51
57
  },
58
+ "tam-2048": {
59
+ "&": 1,
60
+ "[PAD]": 53,
61
+ "[UNK]": 52,
62
+ "_": 2,
63
+ "|": 0,
64
+ "ஃ": 3,
65
+ "அ": 4,
66
+ "ஆ": 5,
67
+ "இ": 6,
68
+ "ஈ": 7,
69
+ "உ": 8,
70
+ "ஊ": 9,
71
+ "எ": 10,
72
+ "ஏ": 11,
73
+ "ஐ": 12,
74
+ "ஒ": 13,
75
+ "ஓ": 14,
76
+ "ஔ": 15,
77
+ "க": 16,
78
+ "ங": 17,
79
+ "ச": 18,
80
+ "ஜ": 19,
81
+ "ஞ": 20,
82
+ "ட": 21,
83
+ "ண": 22,
84
+ "த": 23,
85
+ "ந": 24,
86
+ "ன": 25,
87
+ "ப": 26,
88
+ "ம": 27,
89
+ "ய": 28,
90
+ "ர": 29,
91
+ "ற": 30,
92
+ "ல": 31,
93
+ "ள": 32,
94
+ "ழ": 33,
95
+ "வ": 34,
96
+ "ஷ": 35,
97
+ "ஸ": 36,
98
+ "ஹ": 37,
99
+ "ா": 38,
100
+ "ி": 39,
101
+ "ீ": 40,
102
+ "ு": 41,
103
+ "ூ": 42,
104
+ "ெ": 43,
105
+ "ே": 44,
106
+ "ை": 45,
107
+ "ொ": 46,
108
+ "ோ": 47,
109
+ "ௌ": 48,
110
+ "்": 49,
111
+ "ௗ": 50,
112
+ "ഥ": 51
113
+ },
114
  "tam-32": {
115
  "&": 1,
116
  "[PAD]": 53,