adrianSauer
commited on
Commit
•
1ec34e9
1
Parent(s):
a63118e
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-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:
|
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 |
-
|
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.44.0
|
66 |
- Pytorch 2.3.1+cu121
|
67 |
-
- Datasets 2.
|
68 |
- Tokenizers 0.19.1
|
|
|
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.6417
|
23 |
+
- Cer: 16.8380
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 3.1341 | 0.0991 | 100 | 1.2010 | 26.4369 |
|
57 |
+
| 1.3756 | 0.1982 | 200 | 0.8743 | 20.5919 |
|
58 |
+
| 1.1401 | 0.2973 | 300 | 0.7722 | 18.2866 |
|
59 |
+
| 0.9782 | 0.3964 | 400 | 0.6795 | 16.8536 |
|
60 |
+
| 0.8545 | 0.4955 | 500 | 0.6417 | 16.8380 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.44.0
|
66 |
- Pytorch 2.3.1+cu121
|
67 |
+
- Datasets 2.21.0
|
68 |
- Tokenizers 0.19.1
|