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,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,23 +60,23 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
-
- training_steps:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
69 |
-
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 13.333333333333334
|
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-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.1798
|
37 |
+
- Wer: 13.3333
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 50
|
63 |
+
- training_steps: 1000
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 0.6172 | 0.1 | 100 | 0.6200 | 107.3958 |
|
71 |
+
| 0.2709 | 0.21 | 200 | 0.3492 | 67.0833 |
|
72 |
+
| 0.2839 | 0.31 | 300 | 0.2959 | 40.7292 |
|
73 |
+
| 0.2876 | 0.41 | 400 | 0.2766 | 29.5833 |
|
74 |
+
| 0.2296 | 0.52 | 500 | 0.2375 | 17.3958 |
|
75 |
+
| 0.2649 | 0.62 | 600 | 0.2102 | 15.3125 |
|
76 |
+
| 0.2644 | 0.72 | 700 | 0.1957 | 17.3958 |
|
77 |
+
| 0.2384 | 0.82 | 800 | 0.1886 | 13.7500 |
|
78 |
+
| 0.2325 | 0.93 | 900 | 0.1811 | 13.6458 |
|
79 |
+
| 0.1374 | 1.03 | 1000 | 0.1798 | 13.3333 |
|
80 |
|
81 |
|
82 |
### Framework versions
|