End of training
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,17 +52,18 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch
|
56 |
-
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.40.1
|
66 |
- Pytorch 2.1.2
|
67 |
-
- Datasets 2.19.
|
68 |
- Tokenizers 0.19.1
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9064
|
23 |
+
- Cer: 50.5772
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Cer | Validation Loss |
|
56 |
+
|:-------------:|:-----:|:----:|:-------:|:---------------:|
|
57 |
+
| 1.1421 | 0.4 | 1000 | 61.1639 | 1.1692 |
|
58 |
+
| 1.0556 | 0.8 | 2000 | 51.7749 | 1.0215 |
|
59 |
+
| 0.7837 | 1.2 | 3000 | 0.9572 | 54.1978 |
|
60 |
+
| 0.7332 | 1.6 | 4000 | 0.9230 | 50.3966 |
|
61 |
+
| 0.6957 | 2.0 | 5000 | 0.9064 | 50.5772 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.40.1
|
67 |
- Pytorch 2.1.2
|
68 |
+
- Datasets 2.19.1
|
69 |
- Tokenizers 0.19.1
|