End of training
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,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -60,24 +60,18 @@ The following hyperparameters were used during training:
|
|
60 |
- seed: 42
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: constant_with_warmup
|
63 |
-
- lr_scheduler_warmup_steps:
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
70 |
-
|
71 |
-
|
|
72 |
-
| 1.
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 0.8892 | 0.4955 | 500 | 0.6427 | 68.7326 |
|
76 |
-
| 0.7668 | 0.5946 | 600 | 0.5942 | 65.7175 |
|
77 |
-
| 0.698 | 0.6938 | 700 | 0.5732 | 60.9715 |
|
78 |
-
| 0.593 | 0.7929 | 800 | 0.5278 | 57.5656 |
|
79 |
-
| 0.5585 | 0.8920 | 900 | 0.5330 | 60.2457 |
|
80 |
-
| 0.5199 | 0.9911 | 1000 | 0.5052 | 56.5047 |
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 58.291457286432156
|
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.5062
|
38 |
+
- Wer: 58.2915
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
60 |
- seed: 42
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: constant_with_warmup
|
63 |
+
- lr_scheduler_warmup_steps: 3000
|
64 |
+
- training_steps: 2000
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
71 |
+
| 2.9797 | 0.4955 | 500 | 1.0523 | 92.2948 |
|
72 |
+
| 1.1502 | 0.9911 | 1000 | 0.6757 | 87.0463 |
|
73 |
+
| 0.7171 | 1.4866 | 1500 | 0.5723 | 63.7074 |
|
74 |
+
| 0.5485 | 1.9822 | 2000 | 0.5062 | 58.2915 |
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|