End of training
Browse files- README.md +19 -0
- generation_config.json +0 -1
README.md
CHANGED
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
4 |
base_model: openai/whisper-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: whisper-base-akan
|
9 |
results: []
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# whisper-base-akan
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -43,6 +48,20 @@ The following hyperparameters were used during training:
|
|
43 |
- training_steps: 2000
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.45.2
|
|
|
4 |
base_model: openai/whisper-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- wer
|
9 |
model-index:
|
10 |
- name: whisper-base-akan
|
11 |
results: []
|
|
|
17 |
# whisper-base-akan
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.0030
|
22 |
+
- Wer: 41.5869
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
- training_steps: 2000
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
55 |
+
| 0.2883 | 5.0 | 250 | 0.7379 | 70.2488 |
|
56 |
+
| 0.0873 | 10.0 | 500 | 0.8617 | 49.6246 |
|
57 |
+
| 0.0373 | 15.0 | 750 | 0.9027 | 47.4165 |
|
58 |
+
| 0.0204 | 20.0 | 1000 | 0.9374 | 44.5017 |
|
59 |
+
| 0.0078 | 25.0 | 1250 | 0.9861 | 44.0601 |
|
60 |
+
| 0.0014 | 30.0 | 1500 | 0.9873 | 42.1758 |
|
61 |
+
| 0.0003 | 35.0 | 1750 | 0.9982 | 41.4544 |
|
62 |
+
| 0.0003 | 40.0 | 2000 | 1.0030 | 41.5869 |
|
63 |
+
|
64 |
+
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.45.2
|
generation_config.json
CHANGED
@@ -39,7 +39,6 @@
|
|
39 |
],
|
40 |
"bos_token_id": 50257,
|
41 |
"decoder_start_token_id": 50258,
|
42 |
-
"dropout": 0.01,
|
43 |
"eos_token_id": 50257,
|
44 |
"is_multilingual": true,
|
45 |
"lang_to_id": {
|
|
|
39 |
],
|
40 |
"bos_token_id": 50257,
|
41 |
"decoder_start_token_id": 50258,
|
|
|
42 |
"eos_token_id": 50257,
|
43 |
"is_multilingual": true,
|
44 |
"lang_to_id": {
|