End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Hanhpt23/MultiMed dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
-
- Cer: 14.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Hanhpt23/MultiMed dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7176
|
21 |
+
- Wer: 20.2138
|
22 |
+
- Cer: 14.0973
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
|:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
|
54 |
+
| 0.5854 | 1.0 | 4626 | 0.7068 | 33.7558 | 24.6972 |
|
55 |
+
| 0.3884 | 2.0 | 9252 | 0.6462 | 26.2113 | 19.0993 |
|
56 |
+
| 0.119 | 3.0 | 13878 | 0.6747 | 21.5288 | 15.1996 |
|
57 |
+
| 0.0365 | 4.0 | 18504 | 0.7176 | 20.2138 | 14.0973 |
|
58 |
|
59 |
|
60 |
### Framework versions
|