Model save
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Wer:
|
23 |
-
- Cer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:-------:|
|
56 |
-
| 3.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3940
|
22 |
+
- Wer: 97.2460
|
23 |
+
- Cer: 75.7386
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:-------:|
|
56 |
+
| 3.7367 | 4.5872 | 500 | 3.7672 | 106.7426 | 75.6699 |
|
57 |
+
| 0.9212 | 9.1743 | 1000 | 1.1453 | 112.3457 | 89.8145 |
|
58 |
+
| 0.4126 | 13.7615 | 1500 | 0.6488 | 104.0361 | 81.1491 |
|
59 |
+
| 0.3365 | 18.3486 | 2000 | 0.5043 | 106.0304 | 81.9048 |
|
60 |
+
| 0.304 | 22.9358 | 2500 | 0.4632 | 109.7341 | 85.4174 |
|
61 |
+
| 0.2752 | 27.5229 | 3000 | 0.4296 | 103.2764 | 79.6633 |
|
62 |
+
| 0.2388 | 32.1101 | 3500 | 0.4201 | 101.7569 | 78.3494 |
|
63 |
+
| 0.218 | 36.6972 | 4000 | 0.4022 | 98.6705 | 76.3140 |
|
64 |
+
| 0.1995 | 41.2844 | 4500 | 0.3983 | 98.4330 | 76.5201 |
|
65 |
+
| 0.1743 | 45.8716 | 5000 | 0.3940 | 97.2460 | 75.7386 |
|
66 |
|
67 |
|
68 |
### Framework versions
|