Antoine101
commited on
Commit
•
d450429
1
Parent(s):
96aa8e7
End of training
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer Ortho:
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
70 |
-
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 0.31912144702842377
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6954
|
37 |
+
- Wer Ortho: 0.3210
|
38 |
+
- Wer: 0.3191
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
70 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|
|
71 |
+
| 0.0008 | 17.2414 | 500 | 0.6954 | 0.3210 | 0.3191 |
|
72 |
|
73 |
|
74 |
### Framework versions
|