Upload WhisperForConditionalGeneration
Browse files- README.md +3 -3
- config.json +1 -2
- generation_config.json +1 -1
README.md
CHANGED
|
@@ -14,16 +14,16 @@ model-index:
|
|
| 14 |
- name: Whisper Indian English Acccent
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
name: Automatic Speech Recognition
|
| 18 |
type: automatic-speech-recognition
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: Indian English Accent
|
| 21 |
type: WillHeld/india_accent_cv
|
| 22 |
args: 'split: train'
|
| 23 |
metrics:
|
| 24 |
-
-
|
| 25 |
-
type: wer
|
| 26 |
value: 7.5056000168263415
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 14 |
- name: Whisper Indian English Acccent
|
| 15 |
results:
|
| 16 |
- task:
|
|
|
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
+
name: Automatic Speech Recognition
|
| 19 |
dataset:
|
| 20 |
name: Indian English Accent
|
| 21 |
type: WillHeld/india_accent_cv
|
| 22 |
args: 'split: train'
|
| 23 |
metrics:
|
| 24 |
+
- type: wer
|
|
|
|
| 25 |
value: 7.5056000168263415
|
| 26 |
+
name: Wer
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "openai/whisper-large-v3-turbo",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"apply_spec_augment": false,
|
|
@@ -42,7 +41,7 @@
|
|
| 42 |
"pad_token_id": 50257,
|
| 43 |
"scale_embedding": false,
|
| 44 |
"torch_dtype": "float32",
|
| 45 |
-
"transformers_version": "4.
|
| 46 |
"use_cache": true,
|
| 47 |
"use_weighted_layer_sum": false,
|
| 48 |
"vocab_size": 51866
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.0,
|
| 3 |
"activation_function": "gelu",
|
| 4 |
"apply_spec_augment": false,
|
|
|
|
| 41 |
"pad_token_id": 50257,
|
| 42 |
"scale_embedding": false,
|
| 43 |
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.50.3",
|
| 45 |
"use_cache": true,
|
| 46 |
"use_weighted_layer_sum": false,
|
| 47 |
"vocab_size": 51866
|
generation_config.json
CHANGED
|
@@ -237,5 +237,5 @@
|
|
| 237 |
"transcribe": 50360,
|
| 238 |
"translate": 50359
|
| 239 |
},
|
| 240 |
-
"transformers_version": "4.
|
| 241 |
}
|
|
|
|
| 237 |
"transcribe": 50360,
|
| 238 |
"translate": 50359
|
| 239 |
},
|
| 240 |
+
"transformers_version": "4.50.3"
|
| 241 |
}
|