End of training
Browse files- README.md +13 -13
- 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 |
|
@@ -51,18 +51,18 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
| 2.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.
|
66 |
-
- Pytorch 2.1
|
67 |
-
- Datasets 2.
|
68 |
-
- Tokenizers 0.
|
|
|
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.5929
|
23 |
+
- Cer: 13.2243
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
56 |
+
| 2.3402 | 1.0101 | 100 | 0.9377 | 20.2765 |
|
57 |
+
| 0.5917 | 2.0202 | 200 | 0.6871 | 16.3785 |
|
58 |
+
| 0.3349 | 3.0303 | 300 | 0.6126 | 15.5452 |
|
59 |
+
| 0.2024 | 4.0404 | 400 | 0.5887 | 14.1160 |
|
60 |
+
| 0.1236 | 5.0505 | 500 | 0.5929 | 13.2243 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.40.0
|
66 |
+
- Pytorch 2.2.1+cu121
|
67 |
+
- Datasets 2.19.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.40.0"
|
256 |
}
|