DewiBrynJones
commited on
Model save
Browse files- README.md +7 -7
- generation_config.json +2 -2
README.md
CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# whisper-base-ft-cv-cy-en
|
18 |
|
19 |
-
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Wer:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -54,13 +54,13 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
-
- Transformers 4.46.
|
64 |
- Pytorch 2.5.1+cu124
|
65 |
- Datasets 3.1.0
|
66 |
-
- Tokenizers 0.20.
|
|
|
16 |
|
17 |
# whisper-base-ft-cv-cy-en
|
18 |
|
19 |
+
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5812
|
22 |
+
- Wer: 0.3526
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
57 |
+
| 0.6185 | 0.7075 | 1000 | 0.6446 | 0.3809 |
|
58 |
+
| 0.4497 | 1.4149 | 2000 | 0.5812 | 0.3526 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
+
- Transformers 4.46.2
|
64 |
- Pytorch 2.5.1+cu124
|
65 |
- Datasets 3.1.0
|
66 |
+
- Tokenizers 0.20.3
|
generation_config.json
CHANGED
@@ -142,7 +142,7 @@
|
|
142 |
"<|yo|>": 50325,
|
143 |
"<|zh|>": 50260
|
144 |
},
|
145 |
-
"language":
|
146 |
"max_initial_timestamp_index": 50,
|
147 |
"max_length": 448,
|
148 |
"no_timestamps_token_id": 50363,
|
@@ -244,5 +244,5 @@
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
-
"transformers_version": "4.46.
|
248 |
}
|
|
|
142 |
"<|yo|>": 50325,
|
143 |
"<|zh|>": 50260
|
144 |
},
|
145 |
+
"language": null,
|
146 |
"max_initial_timestamp_index": 50,
|
147 |
"max_length": 448,
|
148 |
"no_timestamps_token_id": 50363,
|
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
+
"transformers_version": "4.46.2"
|
248 |
}
|