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 |
|
@@ -61,17 +61,19 @@ The following hyperparameters were used during training:
|
|
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:
|
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 |
|
72 |
-
| 1.1502 | 0.9911 | 1000 | 0.6757 | 87.
|
73 |
-
| 0.
|
74 |
-
| 0.5485 | 1.9822 | 2000 | 0.
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 53.936348408710224
|
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.4522
|
38 |
+
- Wer: 53.9363
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
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: 3000
|
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 | 91.7365 |
|
72 |
+
| 1.1502 | 0.9911 | 1000 | 0.6757 | 87.2138 |
|
73 |
+
| 0.717 | 1.4866 | 1500 | 0.5718 | 63.4841 |
|
74 |
+
| 0.5485 | 1.9822 | 2000 | 0.5059 | 58.3473 |
|
75 |
+
| 0.3345 | 2.4777 | 2500 | 0.4828 | 56.7281 |
|
76 |
+
| 0.2748 | 2.9732 | 3000 | 0.4522 | 53.9363 |
|
77 |
|
78 |
|
79 |
### Framework versions
|