End of training
Browse files
README.md
CHANGED
|
@@ -20,8 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the AIHub_non-face-to-face-care_data dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Cer: 91.
|
|
|
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -52,12 +53,12 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
-
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
| 56 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the AIHub_non-face-to-face-care_data dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.5251
|
| 24 |
+
- Cer: 91.7452
|
| 25 |
+
- Normalized Cer: 0.1147
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer | Normalized Cer |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------------:|
|
| 58 |
+
| 0.6825 | 2.5 | 1000 | 0.7206 | 125.5376 | 0.1569 |
|
| 59 |
+
| 0.4637 | 5.0 | 2000 | 0.4858 | 96.4728 | 0.1206 |
|
| 60 |
+
| 0.34 | 7.5 | 3000 | 0.4926 | 92.8792 | 0.1161 |
|
| 61 |
+
| 0.2378 | 10.0 | 4000 | 0.5251 | 91.7452 | 0.1147 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|