Commit
·
c183b88
1
Parent(s):
9de4515
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:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.4068
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
67 |
-
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.3569482288828338
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
- Loss: 0.4068
|
36 |
+
- Wer: 0.3569
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
+
| 0.61 | 0.35 | 20 | 0.4505 | 0.3556 |
|
69 |
+
| 0.4124 | 0.7 | 40 | 0.4167 | 0.3542 |
|
70 |
+
| 0.3163 | 1.05 | 60 | 0.4068 | 0.3569 |
|
71 |
|
72 |
|
73 |
### Framework versions
|