brightening-eyes
commited on
Commit
•
27c0538
1
Parent(s):
d1d624a
End of training
Browse files- README.md +16 -15
- generation_config.json +1 -3
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
@@ -22,7 +23,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 35.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
-
- Wer: 35.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -59,23 +60,23 @@ The following hyperparameters were used during training:
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_steps: 500
|
62 |
-
- training_steps:
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
-
| Training Loss | Epoch
|
68 |
-
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
- Transformers 4.
|
79 |
-
- Pytorch 2.4.
|
80 |
-
- Datasets
|
81 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: openai/whisper-small
|
5 |
tags:
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 35.497333642476235
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.9258
|
37 |
+
- Wer: 35.4973
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
+
- training_steps: 100000
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-------:|:------:|:---------------:|:-------:|
|
70 |
+
| 0.0193 | 8.1103 | 20000 | 0.5349 | 36.7125 |
|
71 |
+
| 0.0046 | 16.2206 | 40000 | 0.6839 | 36.0033 |
|
72 |
+
| 0.0018 | 24.3309 | 60000 | 0.7936 | 36.2543 |
|
73 |
+
| 0.0003 | 32.4412 | 80000 | 0.8729 | 35.9406 |
|
74 |
+
| 0.0 | 40.5515 | 100000 | 0.9258 | 35.4973 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.45.1
|
80 |
+
- Pytorch 2.4.1+cu121
|
81 |
+
- Datasets 3.0.1
|
82 |
+
- Tokenizers 0.20.0
|
generation_config.json
CHANGED
@@ -241,8 +241,6 @@
|
|
241 |
49870,
|
242 |
50254,
|
243 |
50258,
|
244 |
-
50358,
|
245 |
-
50359,
|
246 |
50360,
|
247 |
50361,
|
248 |
50362
|
@@ -252,5 +250,5 @@
|
|
252 |
"transcribe": 50359,
|
253 |
"translate": 50358
|
254 |
},
|
255 |
-
"transformers_version": "4.
|
256 |
}
|
|
|
241 |
49870,
|
242 |
50254,
|
243 |
50258,
|
|
|
|
|
244 |
50360,
|
245 |
50361,
|
246 |
50362
|
|
|
250 |
"transcribe": 50359,
|
251 |
"translate": 50358
|
252 |
},
|
253 |
+
"transformers_version": "4.45.1"
|
254 |
}
|