kavyamanohar
commited on
Commit
•
4223c8f
1
Parent(s):
bc749f7
End of training
Browse files- README.md +7 -6
- generation_config.json +1 -1
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value: 86.
|
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 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer: 86.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -68,12 +68,13 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
-
| 0.
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.
|
77 |
- Pytorch 2.0.1+cu118
|
78 |
- Datasets 2.14.5
|
79 |
-
- Tokenizers 0.
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 86.1788617886179
|
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 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.5060
|
39 |
+
- Wer: 86.1789
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
+
| 0.0403 | 7.81 | 250 | 0.4193 | 87.1080 |
|
72 |
+
| 0.0094 | 15.62 | 500 | 0.5060 | 86.1789 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.34.0
|
78 |
- Pytorch 2.0.1+cu118
|
79 |
- Datasets 2.14.5
|
80 |
+
- Tokenizers 0.14.0
|
generation_config.json
CHANGED
@@ -265,5 +265,5 @@
|
|
265 |
"transcribe": 50359,
|
266 |
"translate": 50358
|
267 |
},
|
268 |
-
"transformers_version": "4.
|
269 |
}
|
|
|
265 |
"transcribe": 50359,
|
266 |
"translate": 50358
|
267 |
},
|
268 |
+
"transformers_version": "4.34.0"
|
269 |
}
|