End of training
Browse files- README.md +8 -8
- generation_config.json +1 -1
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value: 36.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,7 +36,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.3430
|
39 |
-
- Wer: 36.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
-
- Transformers 4.
|
81 |
- Pytorch 2.2.1+cu121
|
82 |
- Datasets 2.18.0
|
83 |
- Tokenizers 0.15.2
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 36.3317501910689
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.3430
|
39 |
+
- Wer: 36.3318
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
+
| 0.2622 | 0.41 | 1000 | 0.4714 | 46.2155 |
|
72 |
+
| 0.2145 | 0.81 | 2000 | 0.4000 | 42.0843 |
|
73 |
+
| 0.1135 | 1.22 | 3000 | 0.3757 | 38.7570 |
|
74 |
+
| 0.1198 | 1.63 | 4000 | 0.3489 | 36.7330 |
|
75 |
+
| 0.0721 | 2.03 | 5000 | 0.3430 | 36.3318 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
+
- Transformers 4.39.1
|
81 |
- Pytorch 2.2.1+cu121
|
82 |
- Datasets 2.18.0
|
83 |
- Tokenizers 0.15.2
|
generation_config.json
CHANGED
@@ -262,5 +262,5 @@
|
|
262 |
"transcribe": 50359,
|
263 |
"translate": 50358
|
264 |
},
|
265 |
-
"transformers_version": "4.
|
266 |
}
|
|
|
262 |
"transcribe": 50359,
|
263 |
"translate": 50358
|
264 |
},
|
265 |
+
"transformers_version": "4.39.1"
|
266 |
}
|