End of training
Browse files- README.md +7 -7
- generation_config.json +1 -1
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: 13.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer Ortho: 62.
|
39 |
-
- Wer: 13.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -69,12 +69,12 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
-
- Transformers 4.
|
78 |
- Pytorch 2.3.0+cu121
|
79 |
-
- Datasets 2.
|
80 |
- Tokenizers 0.19.1
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 13.429773620335919
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.1728
|
38 |
+
- Wer Ortho: 62.7969
|
39 |
+
- Wer: 13.4298
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
72 |
+
| 0.1201 | 1.6287 | 500 | 0.1728 | 62.7969 | 13.4298 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.42.4
|
78 |
- Pytorch 2.3.0+cu121
|
79 |
+
- Datasets 2.20.0
|
80 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -260,5 +260,5 @@
|
|
260 |
"transcribe": 50359,
|
261 |
"translate": 50358
|
262 |
},
|
263 |
-
"transformers_version": "4.
|
264 |
}
|
|
|
260 |
"transcribe": 50359,
|
261 |
"translate": 50358
|
262 |
},
|
263 |
+
"transformers_version": "4.42.4"
|
264 |
}
|