update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 31.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 31.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -66,10 +66,10 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 31.761618555828324
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.2775
|
36 |
+
- Wer: 31.7616
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
69 |
+
| 0.2092 | 0.61 | 1000 | 0.3201 | 38.7666 |
|
70 |
+
| 0.1106 | 1.22 | 2000 | 0.2810 | 34.1023 |
|
71 |
+
| 0.1049 | 1.83 | 3000 | 0.2660 | 32.4812 |
|
72 |
+
| 0.052 | 2.45 | 4000 | 0.2775 | 31.7616 |
|
73 |
|
74 |
|
75 |
### Framework versions
|