End of training
Browse files- README.md +9 -7
- model.safetensors +1 -1
README.md
CHANGED
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer:
|
25 |
-
- Cer:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,16 +47,18 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- lr_scheduler_warmup_steps:
|
51 |
-
- training_steps:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1203
|
24 |
+
- Wer: 10.8852
|
25 |
+
- Cer: 3.4179
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- lr_scheduler_warmup_steps: 500
|
51 |
+
- training_steps: 2000
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|
|
58 |
+
| 0.0291 | 8.77 | 500 | 0.1099 | 14.2344 | 4.1970 |
|
59 |
+
| 0.004 | 17.54 | 1000 | 0.1114 | 10.8852 | 3.4682 |
|
60 |
+
| 0.0001 | 26.32 | 1500 | 0.1185 | 10.7656 | 3.3677 |
|
61 |
+
| 0.0 | 35.09 | 2000 | 0.1203 | 10.8852 | 3.4179 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53dfd4cf4fcd0472a340ac0fa1681b49177c44864f8d4b331277c30c15b52cbd
|
3 |
size 966995080
|