FrancescoBonzi
commited on
Commit
•
2b1f51f
1
Parent(s):
2b48d95
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,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Wer Ortho: 34.
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,13 +59,13 @@ The following hyperparameters were used during training:
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: constant_with_warmup
|
61 |
- lr_scheduler_warmup_steps: 50
|
62 |
-
- training_steps:
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
67 |
-
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 0.34238488783943327
|
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-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6816
|
35 |
+
- Wer Ortho: 34.3615
|
36 |
+
- Wer: 0.3424
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: constant_with_warmup
|
61 |
- lr_scheduler_warmup_steps: 50
|
62 |
+
- training_steps: 50
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
68 |
+
| 0.0005 | 1.79 | 50 | 0.6816 | 34.3615 | 0.3424 |
|
69 |
|
70 |
|
71 |
### Framework versions
|