update model card README.md
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-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Wer:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,17 +43,21 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 5.0046
|
20 |
+
- Wer: 116.8945
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- training_steps: 8000
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.5232 | 4.95 | 1000 | 3.6227 | 127.2695 |
|
54 |
+
| 0.0538 | 9.9 | 2000 | 4.3761 | 125.3417 |
|
55 |
+
| 0.0166 | 14.85 | 3000 | 4.6306 | 114.6863 |
|
56 |
+
| 0.0008 | 19.8 | 4000 | 4.7625 | 116.3687 |
|
57 |
+
| 0.0022 | 24.75 | 5000 | 4.9290 | 116.0182 |
|
58 |
+
| 0.0002 | 29.7 | 6000 | 4.9100 | 118.2264 |
|
59 |
+
| 0.0001 | 34.65 | 7000 | 4.9886 | 116.5089 |
|
60 |
+
| 0.0001 | 39.6 | 8000 | 5.0046 | 116.8945 |
|
61 |
|
62 |
|
63 |
### Framework versions
|