StefanJevtic63
commited on
End of training
Browse files- README.md +7 -7
- generation_config.json +2 -10
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -69,10 +69,10 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.0003 | 13.8249 | 3000 | 0.
|
75 |
-
| 0.0002 | 18.4332 | 4000 | 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 26.91173920582625
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.4936
|
39 |
+
- Wer: 26.9117
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
72 |
+
| 0.0366 | 4.6083 | 1000 | 0.3116 | 27.6227 |
|
73 |
+
| 0.002 | 9.2166 | 2000 | 0.4394 | 27.1892 |
|
74 |
+
| 0.0003 | 13.8249 | 3000 | 0.4845 | 27.1198 |
|
75 |
+
| 0.0002 | 18.4332 | 4000 | 0.4936 | 26.9117 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
generation_config.json
CHANGED
@@ -48,16 +48,6 @@
|
|
48 |
"bos_token_id": 50257,
|
49 |
"decoder_start_token_id": 50258,
|
50 |
"eos_token_id": 50257,
|
51 |
-
"forced_decoder_ids": [
|
52 |
-
[
|
53 |
-
1,
|
54 |
-
null
|
55 |
-
],
|
56 |
-
[
|
57 |
-
2,
|
58 |
-
50359
|
59 |
-
]
|
60 |
-
],
|
61 |
"is_multilingual": true,
|
62 |
"lang_to_id": {
|
63 |
"<|af|>": 50327,
|
@@ -160,6 +150,7 @@
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
|
|
163 |
"max_initial_timestamp_index": 50,
|
164 |
"max_length": 448,
|
165 |
"no_timestamps_token_id": 50363,
|
@@ -167,6 +158,7 @@
|
|
167 |
"prev_sot_token_id": 50361,
|
168 |
"return_timestamps": false,
|
169 |
"suppress_tokens": [],
|
|
|
170 |
"task_to_id": {
|
171 |
"transcribe": 50359,
|
172 |
"translate": 50358
|
|
|
48 |
"bos_token_id": 50257,
|
49 |
"decoder_start_token_id": 50258,
|
50 |
"eos_token_id": 50257,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
"is_multilingual": true,
|
52 |
"lang_to_id": {
|
53 |
"<|af|>": 50327,
|
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
153 |
+
"language": "serbian",
|
154 |
"max_initial_timestamp_index": 50,
|
155 |
"max_length": 448,
|
156 |
"no_timestamps_token_id": 50363,
|
|
|
158 |
"prev_sot_token_id": 50361,
|
159 |
"return_timestamps": false,
|
160 |
"suppress_tokens": [],
|
161 |
+
"task": "transcribe",
|
162 |
"task_to_id": {
|
163 |
"transcribe": 50359,
|
164 |
"translate": 50358
|