crowbarmassage
commited on
Commit
•
da25b42
1
Parent(s):
6fd49b8
End of training
Browse files- README.md +10 -9
- generation_config.json +1 -1
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: 13.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer Ortho:
|
39 |
-
- Wer: 13.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -63,17 +63,18 @@ The following hyperparameters were used during training:
|
|
63 |
- lr_scheduler_type: constant_with_warmup
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
- training_steps: 500
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.
|
77 |
-
- Pytorch 2.0
|
78 |
-
- Datasets 2.
|
79 |
-
- Tokenizers 0.
|
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 13.900963243731962
|
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-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.1755
|
38 |
+
- Wer Ortho: 63.6813
|
39 |
+
- Wer: 13.9010
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
63 |
- lr_scheduler_type: constant_with_warmup
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
- training_steps: 500
|
66 |
+
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
|
72 |
+
| 0.1213 | 1.63 | 500 | 0.1755 | 63.6813 | 13.9010 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
+
- Transformers 4.35.2
|
78 |
+
- Pytorch 2.1.0+cu121
|
79 |
+
- Datasets 2.15.0
|
80 |
+
- Tokenizers 0.15.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.35.2"
|
269 |
}
|