Training completed & pushed automatically!
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Cer: 105.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -37,23 +37,23 @@ More information needed
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0001
|
| 40 |
-
- train_batch_size:
|
| 41 |
-
- eval_batch_size:
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Use OptimizerNames.ADAFACTOR and the args are:
|
| 44 |
No additional optimizer arguments
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- lr_scheduler_warmup_steps:
|
| 47 |
-
- training_steps:
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
| 53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.4159
|
| 20 |
+
- Cer: 105.1323
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
- learning_rate: 0.0001
|
| 40 |
+
- train_batch_size: 32
|
| 41 |
+
- eval_batch_size: 32
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Use OptimizerNames.ADAFACTOR and the args are:
|
| 44 |
No additional optimizer arguments
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- lr_scheduler_warmup_steps: 912
|
| 47 |
+
- training_steps: 9129
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
| 53 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
| 54 |
+
| 0.4009 | 0.9997 | 3043 | 0.5068 | 102.8680 |
|
| 55 |
+
| 0.292 | 1.9993 | 6086 | 0.4280 | 108.6212 |
|
| 56 |
+
| 0.2075 | 2.9990 | 9129 | 0.4159 | 105.1323 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|