End of training
Browse files- README.md +12 -12
- generation_config.json +1 -1
README.md
CHANGED
@@ -19,12 +19,12 @@ model-index:
|
|
19 |
name: Common Voice 16
|
20 |
type: mozilla-foundation/common_voice_16_1
|
21 |
config: gn
|
22 |
-
split:
|
23 |
args: gn
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: 58.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer: 58.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
71 |
-
| 2.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
-
- Transformers 4.
|
81 |
-
- Pytorch 2.
|
82 |
-
- Datasets 2.
|
83 |
- Tokenizers 0.19.1
|
|
|
19 |
name: Common Voice 16
|
20 |
type: mozilla-foundation/common_voice_16_1
|
21 |
config: gn
|
22 |
+
split: None
|
23 |
args: gn
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 58.17978782802904
|
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.5857
|
38 |
+
- Wer: 58.1798
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
71 |
+
| 2.3905 | 1.0101 | 100 | 0.9598 | 81.9654 |
|
72 |
+
| 0.5779 | 2.0202 | 200 | 0.6883 | 68.6767 |
|
73 |
+
| 0.3116 | 3.0303 | 300 | 0.5997 | 62.5349 |
|
74 |
+
| 0.1741 | 4.0404 | 400 | 0.5750 | 59.5757 |
|
75 |
+
| 0.0955 | 5.0505 | 500 | 0.5857 | 58.1798 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
+
- Transformers 4.44.0
|
81 |
+
- Pytorch 2.3.1+cu121
|
82 |
+
- Datasets 2.21.0
|
83 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -252,5 +252,5 @@
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
-
"transformers_version": "4.
|
256 |
}
|
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
+
"transformers_version": "4.44.0"
|
256 |
}
|