update model card README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
-
- name: whisper-tiny-dv
|
12 |
results:
|
13 |
- task:
|
14 |
name: Automatic Speech Recognition
|
@@ -22,19 +22,19 @@ 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
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
# whisper-tiny-dv
|
32 |
|
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: 1.
|
36 |
-
- Wer Ortho:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,13 +60,22 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
-
- training_steps:
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch
|
68 |
-
|
69 |
-
| 0.0013 | 17.86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
+
- name: whisper-tiny-dv
|
12 |
results:
|
13 |
- task:
|
14 |
name: Automatic Speech Recognition
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 57.438016528925615
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
# whisper-tiny-dv
|
32 |
|
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: 1.4917
|
36 |
+
- Wer Ortho: 58.5441
|
37 |
+
- Wer: 57.4380
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 5000
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
68 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
69 |
+
| 0.0013 | 17.86 | 500 | 1.0739 | 56.0148 | 55.3719 |
|
70 |
+
| 0.0003 | 35.71 | 1000 | 1.1575 | 54.3492 | 53.6009 |
|
71 |
+
| 0.0002 | 53.57 | 1500 | 1.2226 | 55.3979 | 54.7226 |
|
72 |
+
| 0.0001 | 71.43 | 2000 | 1.2711 | 56.6934 | 55.4900 |
|
73 |
+
| 0.0001 | 89.29 | 2500 | 1.3089 | 56.1999 | 55.1948 |
|
74 |
+
| 0.0 | 107.14 | 3000 | 1.3487 | 55.4596 | 54.4864 |
|
75 |
+
| 0.0 | 125.0 | 3500 | 1.3865 | 56.4466 | 55.5490 |
|
76 |
+
| 0.0 | 142.86 | 4000 | 1.4259 | 58.9759 | 57.6741 |
|
77 |
+
| 0.0 | 160.71 | 4500 | 1.4563 | 58.2973 | 57.0838 |
|
78 |
+
| 0.0 | 178.57 | 5000 | 1.4917 | 58.5441 | 57.4380 |
|
79 |
|
80 |
|
81 |
### Framework versions
|