End of training
Browse files
README.md
CHANGED
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Wer:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -46,18 +46,16 @@ The following hyperparameters were used during training:
|
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
- lr_scheduler_warmup_steps: 250
|
| 49 |
-
- training_steps:
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 55 |
-
| 3.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.103 | 13.81 | 1250 | 0.0732 | 113.0285 |
|
| 60 |
-
| 0.1177 | 16.57 | 1500 | 0.0722 | 66.0915 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.0759
|
| 21 |
+
- Wer: 71.7860
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
- lr_scheduler_warmup_steps: 250
|
| 49 |
+
- training_steps: 1000
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 55 |
+
| 3.07 | 2.76 | 250 | 0.4848 | 242.7955 |
|
| 56 |
+
| 0.4114 | 5.52 | 500 | 0.0852 | 76.2726 |
|
| 57 |
+
| 0.1862 | 8.29 | 750 | 0.0795 | 122.6057 |
|
| 58 |
+
| 0.1434 | 11.05 | 1000 | 0.0759 | 71.7860 |
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|