Upload WhisperForConditionalGeneration
#1
by sonkn - opened
- README.md +8 -8
- config.json +1 -1
- generation_config.json +10 -2
README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- vi
|
| 4 |
-
license: apache-2.0
|
| 5 |
base_model: openai/whisper-small
|
| 6 |
-
tags:
|
| 7 |
-
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
- mozilla-foundation/common_voice_11_0
|
|
|
|
|
|
|
|
|
|
| 10 |
metrics:
|
| 11 |
- wer
|
|
|
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: Whisper Small Vi - Sonkn
|
| 14 |
results:
|
| 15 |
- task:
|
| 16 |
-
name: Automatic Speech Recognition
|
| 17 |
type: automatic-speech-recognition
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: Common Voice 11.0
|
| 20 |
type: mozilla-foundation/common_voice_11_0
|
|
@@ -22,9 +22,9 @@ model-index:
|
|
| 22 |
split: None
|
| 23 |
args: 'config: vi, split: test'
|
| 24 |
metrics:
|
| 25 |
-
-
|
| 26 |
-
type: wer
|
| 27 |
value: 28.775084987388965
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model: openai/whisper-small
|
|
|
|
|
|
|
| 3 |
datasets:
|
| 4 |
- mozilla-foundation/common_voice_11_0
|
| 5 |
+
language:
|
| 6 |
+
- vi
|
| 7 |
+
license: apache-2.0
|
| 8 |
metrics:
|
| 9 |
- wer
|
| 10 |
+
tags:
|
| 11 |
+
- generated_from_trainer
|
| 12 |
model-index:
|
| 13 |
- name: Whisper Small Vi - Sonkn
|
| 14 |
results:
|
| 15 |
- task:
|
|
|
|
| 16 |
type: automatic-speech-recognition
|
| 17 |
+
name: Automatic Speech Recognition
|
| 18 |
dataset:
|
| 19 |
name: Common Voice 11.0
|
| 20 |
type: mozilla-foundation/common_voice_11_0
|
|
|
|
| 22 |
split: None
|
| 23 |
args: 'config: vi, split: test'
|
| 24 |
metrics:
|
| 25 |
+
- type: wer
|
|
|
|
| 26 |
value: 28.775084987388965
|
| 27 |
+
name: Wer
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "sonkn/whisper-small-vi",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
generation_config.json
CHANGED
|
@@ -48,6 +48,16 @@
|
|
| 48 |
"bos_token_id": 50257,
|
| 49 |
"decoder_start_token_id": 50258,
|
| 50 |
"eos_token_id": 50257,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"is_multilingual": true,
|
| 52 |
"lang_to_id": {
|
| 53 |
"<|af|>": 50327,
|
|
@@ -150,7 +160,6 @@
|
|
| 150 |
"<|yo|>": 50325,
|
| 151 |
"<|zh|>": 50260
|
| 152 |
},
|
| 153 |
-
"language": "vi",
|
| 154 |
"max_initial_timestamp_index": 50,
|
| 155 |
"max_length": 448,
|
| 156 |
"no_timestamps_token_id": 50363,
|
|
@@ -247,7 +256,6 @@
|
|
| 247 |
50361,
|
| 248 |
50362
|
| 249 |
],
|
| 250 |
-
"task": "transcribe",
|
| 251 |
"task_to_id": {
|
| 252 |
"transcribe": 50359,
|
| 253 |
"translate": 50358
|
|
|
|
| 48 |
"bos_token_id": 50257,
|
| 49 |
"decoder_start_token_id": 50258,
|
| 50 |
"eos_token_id": 50257,
|
| 51 |
+
"forced_decoder_ids": [
|
| 52 |
+
[
|
| 53 |
+
1,
|
| 54 |
+
null
|
| 55 |
+
],
|
| 56 |
+
[
|
| 57 |
+
2,
|
| 58 |
+
50359
|
| 59 |
+
]
|
| 60 |
+
],
|
| 61 |
"is_multilingual": true,
|
| 62 |
"lang_to_id": {
|
| 63 |
"<|af|>": 50327,
|
|
|
|
| 160 |
"<|yo|>": 50325,
|
| 161 |
"<|zh|>": 50260
|
| 162 |
},
|
|
|
|
| 163 |
"max_initial_timestamp_index": 50,
|
| 164 |
"max_length": 448,
|
| 165 |
"no_timestamps_token_id": 50363,
|
|
|
|
| 256 |
50361,
|
| 257 |
50362
|
| 258 |
],
|
|
|
|
| 259 |
"task_to_id": {
|
| 260 |
"transcribe": 50359,
|
| 261 |
"translate": 50358
|