adrianSauer
commited on
Commit
•
b010612
1
Parent(s):
770601f
End of training
Browse files- README.md +10 -10
- 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.
|
66 |
-
- Pytorch 2.
|
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.5864
|
23 |
+
- Cer: 13.2164
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 2.3906 | 1.0101 | 100 | 0.9600 | 20.7738 |
|
57 |
+
| 0.578 | 2.0202 | 200 | 0.6882 | 16.1996 |
|
58 |
+
| 0.3116 | 3.0303 | 300 | 0.5999 | 14.6718 |
|
59 |
+
| 0.1741 | 4.0404 | 400 | 0.5747 | 13.5690 |
|
60 |
+
| 0.0955 | 5.0505 | 500 | 0.5864 | 13.2164 |
|
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
|
generation_config.json
CHANGED
@@ -252,5 +252,5 @@
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
-
"transformers_version": "4.
|
256 |
}
|
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
+
"transformers_version": "4.44.0"
|
256 |
}
|