sajilck commited on
Commit
58aac0e
·
verified ·
1 Parent(s): 3276809

Release v1.0 — whisper-small-malayalam, WER 37.64%

Browse files
generation_config.json CHANGED
@@ -41,22 +41,13 @@
41
  5
42
  ]
43
  ],
44
- "assistant_confidence_threshold": 0.4,
45
- "assistant_lookbehind": 10,
46
  "begin_suppress_tokens": [
47
  220,
48
  50257
49
  ],
50
  "bos_token_id": 50257,
51
  "decoder_start_token_id": 50258,
52
- "diversity_penalty": 0.0,
53
- "do_sample": false,
54
- "early_stopping": false,
55
- "encoder_no_repeat_ngram_size": 0,
56
- "encoder_repetition_penalty": 1.0,
57
  "eos_token_id": 50257,
58
- "epsilon_cutoff": 0.0,
59
- "eta_cutoff": 0.0,
60
  "forced_decoder_ids": null,
61
  "is_multilingual": true,
62
  "lang_to_id": {
@@ -161,23 +152,11 @@
161
  "<|zh|>": 50260
162
  },
163
  "language": "malayalam",
164
- "length_penalty": 1.0,
165
  "max_initial_timestamp_index": 50,
166
  "max_length": 448,
167
- "min_length": 0,
168
- "no_repeat_ngram_size": 0,
169
  "no_timestamps_token_id": 50363,
170
- "num_assistant_tokens": 20,
171
- "num_assistant_tokens_schedule": "constant",
172
- "num_beam_groups": 1,
173
- "num_beams": 1,
174
- "num_return_sequences": 1,
175
- "output_scores": false,
176
  "pad_token_id": 50257,
177
  "prev_sot_token_id": 50361,
178
- "remove_invalid_values": false,
179
- "repetition_penalty": 1.0,
180
- "return_dict_in_generate": false,
181
  "return_timestamps": false,
182
  "suppress_tokens": [
183
  1,
@@ -269,16 +248,10 @@
269
  50361,
270
  50362
271
  ],
272
- "target_lookbehind": 10,
273
  "task": "transcribe",
274
  "task_to_id": {
275
  "transcribe": 50359,
276
  "translate": 50358
277
  },
278
- "temperature": 1.0,
279
- "top_k": 50,
280
- "top_p": 1.0,
281
- "transformers_version": "5.0.0",
282
- "typical_p": 1.0,
283
- "use_cache": true
284
  }
 
41
  5
42
  ]
43
  ],
 
 
44
  "begin_suppress_tokens": [
45
  220,
46
  50257
47
  ],
48
  "bos_token_id": 50257,
49
  "decoder_start_token_id": 50258,
 
 
 
 
 
50
  "eos_token_id": 50257,
 
 
51
  "forced_decoder_ids": null,
52
  "is_multilingual": true,
53
  "lang_to_id": {
 
152
  "<|zh|>": 50260
153
  },
154
  "language": "malayalam",
 
155
  "max_initial_timestamp_index": 50,
156
  "max_length": 448,
 
 
157
  "no_timestamps_token_id": 50363,
 
 
 
 
 
 
158
  "pad_token_id": 50257,
159
  "prev_sot_token_id": 50361,
 
 
 
160
  "return_timestamps": false,
161
  "suppress_tokens": [
162
  1,
 
248
  50361,
249
  50362
250
  ],
 
251
  "task": "transcribe",
252
  "task_to_id": {
253
  "transcribe": 50359,
254
  "translate": 50358
255
  },
256
+ "transformers_version": "5.0.0"
 
 
 
 
 
257
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bf4160946b6a1171664f85c219c10501cdc701c63fb024da73faad400d3bd1b
3
  size 966995080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de719523b46e8b2666b0f01e436e9681a931d6561950fdd0812d404f76d8abb6
3
  size 966995080
processor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor": {
3
+ "chunk_length": 30,
4
+ "dither": 0.0,
5
+ "feature_extractor_type": "WhisperFeatureExtractor",
6
+ "feature_size": 80,
7
+ "hop_length": 160,
8
+ "n_fft": 400,
9
+ "n_samples": 480000,
10
+ "nb_max_frames": 3000,
11
+ "padding_side": "right",
12
+ "padding_value": 0.0,
13
+ "return_attention_mask": false,
14
+ "sampling_rate": 16000
15
+ },
16
+ "processor_class": "WhisperProcessor"
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": true,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|endoftext|>",
10
+ "<|startoftranscript|>",
11
+ "<|en|>",
12
+ "<|zh|>",
13
+ "<|de|>",
14
+ "<|es|>",
15
+ "<|ru|>",
16
+ "<|ko|>",
17
+ "<|fr|>",
18
+ "<|ja|>",
19
+ "<|pt|>",
20
+ "<|tr|>",
21
+ "<|pl|>",
22
+ "<|ca|>",
23
+ "<|nl|>",
24
+ "<|ar|>",
25
+ "<|sv|>",
26
+ "<|it|>",
27
+ "<|id|>",
28
+ "<|hi|>",
29
+ "<|fi|>",
30
+ "<|vi|>",
31
+ "<|he|>",
32
+ "<|uk|>",
33
+ "<|el|>",
34
+ "<|ms|>",
35
+ "<|cs|>",
36
+ "<|ro|>",
37
+ "<|da|>",
38
+ "<|hu|>",
39
+ "<|ta|>",
40
+ "<|no|>",
41
+ "<|th|>",
42
+ "<|ur|>",
43
+ "<|hr|>",
44
+ "<|bg|>",
45
+ "<|lt|>",
46
+ "<|la|>",
47
+ "<|mi|>",
48
+ "<|ml|>",
49
+ "<|cy|>",
50
+ "<|sk|>",
51
+ "<|te|>",
52
+ "<|fa|>",
53
+ "<|lv|>",
54
+ "<|bn|>",
55
+ "<|sr|>",
56
+ "<|az|>",
57
+ "<|sl|>",
58
+ "<|kn|>",
59
+ "<|et|>",
60
+ "<|mk|>",
61
+ "<|br|>",
62
+ "<|eu|>",
63
+ "<|is|>",
64
+ "<|hy|>",
65
+ "<|ne|>",
66
+ "<|mn|>",
67
+ "<|bs|>",
68
+ "<|kk|>",
69
+ "<|sq|>",
70
+ "<|sw|>",
71
+ "<|gl|>",
72
+ "<|mr|>",
73
+ "<|pa|>",
74
+ "<|si|>",
75
+ "<|km|>",
76
+ "<|sn|>",
77
+ "<|yo|>",
78
+ "<|so|>",
79
+ "<|af|>",
80
+ "<|oc|>",
81
+ "<|ka|>",
82
+ "<|be|>",
83
+ "<|tg|>",
84
+ "<|sd|>",
85
+ "<|gu|>",
86
+ "<|am|>",
87
+ "<|yi|>",
88
+ "<|lo|>",
89
+ "<|uz|>",
90
+ "<|fo|>",
91
+ "<|ht|>",
92
+ "<|ps|>",
93
+ "<|tk|>",
94
+ "<|nn|>",
95
+ "<|mt|>",
96
+ "<|sa|>",
97
+ "<|lb|>",
98
+ "<|my|>",
99
+ "<|bo|>",
100
+ "<|tl|>",
101
+ "<|mg|>",
102
+ "<|as|>",
103
+ "<|tt|>",
104
+ "<|haw|>",
105
+ "<|ln|>",
106
+ "<|ha|>",
107
+ "<|ba|>",
108
+ "<|jw|>",
109
+ "<|su|>",
110
+ "<|translate|>",
111
+ "<|transcribe|>",
112
+ "<|startoflm|>",
113
+ "<|startofprev|>",
114
+ "<|nocaptions|>",
115
+ "<|notimestamps|>"
116
+ ],
117
+ "is_local": false,
118
+ "language": "malayalam",
119
+ "model_max_length": 1024,
120
+ "pad_token": "<|endoftext|>",
121
+ "predict_timestamps": false,
122
+ "processor_class": "WhisperProcessor",
123
+ "return_attention_mask": false,
124
+ "task": "transcribe",
125
+ "tokenizer_class": "WhisperTokenizer",
126
+ "unk_token": "<|endoftext|>"
127
+ }