sam-alavardo-1980
commited on
Commit
•
be7ba88
1
Parent(s):
7b616a2
Upload WhisperForConditionalGeneration
Browse files- README.md +8 -8
- config.json +1 -1
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- ru
|
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 Ru - v4
|
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: test
|
23 |
args: 'config: ru, split: test'
|
24 |
metrics:
|
25 |
-
-
|
26 |
-
type: wer
|
27 |
value: 11.993477274677849
|
|
|
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 |
+
- ru
|
7 |
+
license: apache-2.0
|
8 |
metrics:
|
9 |
- wer
|
10 |
+
tags:
|
11 |
+
- generated_from_trainer
|
12 |
model-index:
|
13 |
- name: Whisper Small Ru - v4
|
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: test
|
23 |
args: 'config: ru, split: test'
|
24 |
metrics:
|
25 |
+
- type: wer
|
|
|
26 |
value: 11.993477274677849
|
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": "./whisper-small-ru-v4/checkpoint-3500/",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|