End of training
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
-
value:
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17 dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
- Loss: 0.
|
| 39 |
-
- Wer Ortho:
|
| 40 |
-
- Wer:
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
@@ -65,14 +65,15 @@ The following hyperparameters were used during training:
|
|
| 65 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 66 |
- lr_scheduler_type: linear
|
| 67 |
- lr_scheduler_warmup_steps: 20
|
| 68 |
-
- training_steps:
|
| 69 |
- mixed_precision_training: Native AMP
|
| 70 |
|
| 71 |
### Training results
|
| 72 |
|
| 73 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 74 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
| 75 |
-
| 0.
|
|
|
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
+
value: 24.530927706950965
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17 dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.4308
|
| 39 |
+
- Wer Ortho: 58.1645
|
| 40 |
+
- Wer: 24.5309
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 65 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 66 |
- lr_scheduler_type: linear
|
| 67 |
- lr_scheduler_warmup_steps: 20
|
| 68 |
+
- training_steps: 200
|
| 69 |
- mixed_precision_training: Native AMP
|
| 70 |
|
| 71 |
### Training results
|
| 72 |
|
| 73 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 74 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
| 75 |
+
| 0.5002 | 0.4 | 100 | 0.5048 | 62.5433 | 27.2025 |
|
| 76 |
+
| 0.4101 | 0.8 | 200 | 0.4308 | 58.1645 | 24.5309 |
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|