readme
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ model-index:
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) trained on several datasets.
|
| 35 |
|
| 36 |
-
It is currently in the middle of a large training. Currently achieves the following results on the evaluation set:
|
| 37 |
- Loss: 0.4780
|
| 38 |
- Wer: 23.93
|
| 39 |
|
|
@@ -58,9 +58,9 @@ The following hyperparameters were used during training:
|
|
| 58 |
- lr_scheduler_warmup_steps: 1000
|
| 59 |
- training_steps: 50.000 (currently @1.000)
|
| 60 |
- mixed_precision_training: fp16
|
| 61 |
-
-
|
| 62 |
|
| 63 |
-
### Training results
|
| 64 |
See [Tensorboad Metrics](https://huggingface.co/NbAiLab/whisper-small-nob/tensorboard)
|
| 65 |
|
| 66 |
|
|
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) trained on several datasets.
|
| 35 |
|
| 36 |
+
It is currently in the middle of a large training. Currently it achieves the following results on the evaluation set:
|
| 37 |
- Loss: 0.4780
|
| 38 |
- Wer: 23.93
|
| 39 |
|
|
|
|
| 58 |
- lr_scheduler_warmup_steps: 1000
|
| 59 |
- training_steps: 50.000 (currently @1.000)
|
| 60 |
- mixed_precision_training: fp16
|
| 61 |
+
- deepspeed: true
|
| 62 |
|
| 63 |
+
### Live Training results
|
| 64 |
See [Tensorboad Metrics](https://huggingface.co/NbAiLab/whisper-small-nob/tensorboard)
|
| 65 |
|
| 66 |
|