update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the librispeech_asr dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 2.
|
35 |
-
- Wer:
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -65,11 +65,11 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
-
| 1.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 85.53786155346116
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the librispeech_asr dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 2.3358
|
35 |
+
- Wer: 85.5379
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 1.2481 | 0.08 | 10 | 3.5688 | 21.1895 |
|
69 |
+
| 0.7793 | 0.16 | 20 | 2.8307 | 38.9990 |
|
70 |
+
| 0.5443 | 0.24 | 30 | 2.4196 | 67.0458 |
|
71 |
+
| 0.4484 | 0.32 | 40 | 2.2903 | 71.1732 |
|
72 |
+
| 0.4086 | 0.4 | 50 | 2.3358 | 85.5379 |
|
73 |
|
74 |
|
75 |
### Framework versions
|