DewiBrynJones
commited on
Commit
•
dbfc0b4
1
Parent(s):
70ea0b7
Model save
Browse files
README.md
CHANGED
@@ -3,24 +3,11 @@ license: apache-2.0
|
|
3 |
base_model: openai/whisper-large-v3
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- DewiBrynJones/commonvoice_18_0_cy
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
- name: whisper-large-v3-ft-cv-cy
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Automatic Speech Recognition
|
15 |
-
type: automatic-speech-recognition
|
16 |
-
dataset:
|
17 |
-
name: DewiBrynJones/commonvoice_18_0_cy default
|
18 |
-
type: DewiBrynJones/commonvoice_18_0_cy
|
19 |
-
args: default
|
20 |
-
metrics:
|
21 |
-
- name: Wer
|
22 |
-
type: wer
|
23 |
-
value: 0.19108115630840192
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
# whisper-large-v3-ft-cv-cy
|
30 |
|
31 |
-
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Wer: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -66,11 +53,11 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
3 |
base_model: openai/whisper-large-v3
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
- name: whisper-large-v3-ft-cv-cy
|
10 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
15 |
|
16 |
# whisper-large-v3-ft-cv-cy
|
17 |
|
18 |
+
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4426
|
21 |
+
- Wer: 0.2027
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
56 |
+
| 0.0611 | 4.0161 | 1000 | 0.3231 | 0.2272 |
|
57 |
+
| 0.0088 | 8.0321 | 2000 | 0.3693 | 0.2145 |
|
58 |
+
| 0.0008 | 12.0482 | 3000 | 0.4037 | 0.2050 |
|
59 |
+
| 0.0005 | 16.0643 | 4000 | 0.4351 | 0.2050 |
|
60 |
+
| 0.0003 | 20.0803 | 5000 | 0.4426 | 0.2027 |
|
61 |
|
62 |
|
63 |
### Framework versions
|