update model card README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds14 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer Ortho:
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -64,13 +64,16 @@ The following hyperparameters were used during training:
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: constant_with_warmup
|
66 |
- lr_scheduler_warmup_steps: 50
|
67 |
-
- training_steps:
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer
|
72 |
-
|
73 |
-
| 0.
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 0.3616212792906903
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds14 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.8795
|
38 |
+
- Wer Ortho: 0.3577
|
39 |
+
- Wer: 0.3616
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: constant_with_warmup
|
66 |
- lr_scheduler_warmup_steps: 50
|
67 |
+
- training_steps: 2000
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
73 |
+
| 0.0006 | 17.54 | 500 | 0.7812 | 0.3419 | 0.3477 |
|
74 |
+
| 0.0 | 35.09 | 1000 | 0.8306 | 0.3267 | 0.3319 |
|
75 |
+
| 0.0 | 52.63 | 1500 | 0.8573 | 0.3570 | 0.3610 |
|
76 |
+
| 0.0 | 70.18 | 2000 | 0.8795 | 0.3577 | 0.3616 |
|
77 |
|
78 |
|
79 |
### Framework versions
|