adrianSauer
commited on
End of training
Browse files- README.md +9 -9
- generation_config.json +1 -1
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Cer: 13.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
-
| 2.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.38.
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
-
- Datasets 2.
|
68 |
- Tokenizers 0.15.2
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6072
|
23 |
+
- Cer: 13.4234
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
56 |
+
| 2.3485 | 1.01 | 100 | 0.9561 | 22.0674 |
|
57 |
+
| 0.6035 | 2.02 | 200 | 0.7036 | 16.4046 |
|
58 |
+
| 0.3438 | 3.03 | 300 | 0.6294 | 14.7272 |
|
59 |
+
| 0.2082 | 4.04 | 400 | 0.6100 | 14.1940 |
|
60 |
+
| 0.1266 | 5.05 | 500 | 0.6072 | 13.4234 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.38.2
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
+
- Datasets 2.18.0
|
68 |
- Tokenizers 0.15.2
|
generation_config.json
CHANGED
@@ -252,5 +252,5 @@
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
-
"transformers_version": "4.38.
|
256 |
}
|
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
+
"transformers_version": "4.38.2"
|
256 |
}
|