update model card README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name: Whisper Small Hi -
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
@@ -18,24 +18,24 @@ model-index:
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
-
config:
|
22 |
split: test
|
23 |
args: 'config: hi, split: test'
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
# Whisper Small Hi -
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -68,10 +68,10 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper Small Hi - Sanchit Gandhi
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
+
config: or
|
22 |
split: test
|
23 |
args: 'config: hi, split: test'
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 60.045792787635946
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
+
# Whisper Small Hi - Sanchit Gandhi
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.7019
|
38 |
+
- Wer: 60.0458
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
+
| 0.0048 | 20.0 | 1000 | 0.3577 | 60.3892 |
|
72 |
+
| 0.0001 | 40.0 | 2000 | 0.4971 | 60.0458 |
|
73 |
+
| 0.0001 | 60.0 | 3000 | 0.6355 | 60.6754 |
|
74 |
+
| 0.0001 | 80.0 | 4000 | 0.7019 | 60.0458 |
|
75 |
|
76 |
|
77 |
### Framework versions
|