update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [hts98/whisper-medium-1113](https://huggingface.co/hts98/whisper-medium-1113) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
- Wer: 100.0
|
| 21 |
|
| 22 |
## Model description
|
|
@@ -50,17 +50,17 @@ The following hyperparameters were used during training:
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.0803 | 2.4 | 60 | 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
-
- Transformers 4.
|
| 64 |
- Pytorch 2.0.0+cu117
|
| 65 |
- Datasets 2.7.0
|
| 66 |
- Tokenizers 0.13.3
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [hts98/whisper-medium-1113](https://huggingface.co/hts98/whisper-medium-1113) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.2595
|
| 20 |
- Wer: 100.0
|
| 21 |
|
| 22 |
## Model description
|
|
|
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
| 53 |
+
| 0.2081 | 1.2 | 30 | 0.2595 | 100.0 |
|
| 54 |
+
| 0.0803 | 2.4 | 60 | 0.2897 | 100.0 |
|
| 55 |
+
| 0.0421 | 3.6 | 90 | 0.3009 | 100.0 |
|
| 56 |
+
| 0.0207 | 4.8 | 120 | 0.3233 | 100.0 |
|
| 57 |
+
| 0.0091 | 6.0 | 150 | 0.3221 | 100.0 |
|
| 58 |
+
| 0.0043 | 7.2 | 180 | 0.3213 | 100.0 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
+
- Transformers 4.29.0.dev0
|
| 64 |
- Pytorch 2.0.0+cu117
|
| 65 |
- Datasets 2.7.0
|
| 66 |
- Tokenizers 0.13.3
|