End of training
Browse files- README.md +6 -6
- generation_config.json +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 9.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the OpenBible_Swahili_book_split dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho: 19.
|
37 |
-
- Wer: 9.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -67,12 +67,12 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
-
- Transformers 4.50.
|
76 |
- Pytorch 2.6.0+cu124
|
77 |
- Datasets 3.5.0
|
78 |
- Tokenizers 0.21.1
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 9.725620620026131
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the OpenBible_Swahili_book_split dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.2544
|
36 |
+
- Wer Ortho: 19.1244
|
37 |
+
- Wer: 9.7256
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
70 |
+
| 0.1656 | 1.0 | 1423 | 0.2544 | 19.1244 | 9.7256 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
+
- Transformers 4.50.2
|
76 |
- Pytorch 2.6.0+cu124
|
77 |
- Datasets 3.5.0
|
78 |
- Tokenizers 0.21.1
|
generation_config.json
CHANGED
@@ -258,5 +258,5 @@
|
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|
260 |
},
|
261 |
-
"transformers_version": "4.50.
|
262 |
}
|
|
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|
260 |
},
|
261 |
+
"transformers_version": "4.50.2"
|
262 |
}
|