End of training
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss:
|
| 22 |
-
- Wer:
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,7 +38,7 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate:
|
| 42 |
- train_batch_size: 16
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
|
@@ -52,8 +52,10 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
|
|
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.1556
|
| 22 |
+
- Wer: 47.8713
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- learning_rate: 0.0001
|
| 42 |
- train_batch_size: 16
|
| 43 |
- eval_batch_size: 8
|
| 44 |
- seed: 42
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 54 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
| 55 |
+
| 0.0927 | 11.1111 | 500 | 0.9787 | 57.8713 |
|
| 56 |
+
| 0.0218 | 22.2222 | 1000 | 1.0956 | 50.1155 |
|
| 57 |
+
| 0.0012 | 33.3333 | 1500 | 1.1502 | 48.7129 |
|
| 58 |
+
| 0.0003 | 44.4444 | 2000 | 1.1556 | 47.8713 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|