End of training
Browse files- README.md +9 -9
- generation_config.json +1 -1
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ 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:
|
39 |
-
- Wer Ortho:
|
40 |
-
- Wer:
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -63,19 +63,19 @@ The following hyperparameters were used during training:
|
|
63 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
64 |
- lr_scheduler_type: constant_with_warmup
|
65 |
- lr_scheduler_warmup_steps: 50
|
66 |
-
- training_steps:
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
-
- Transformers 4.
|
79 |
- Pytorch 2.5.1+cu121
|
80 |
-
- Datasets 3.
|
81 |
-
- Tokenizers 0.
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 55.53053384554245
|
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: 1.0174
|
39 |
+
- Wer Ortho: 75.7912
|
40 |
+
- Wer: 55.5305
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
63 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
64 |
- lr_scheduler_type: constant_with_warmup
|
65 |
- lr_scheduler_warmup_steps: 50
|
66 |
+
- training_steps: 800
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
73 |
+
| 0.0213 | 9.4118 | 800 | 1.0174 | 75.7912 | 55.5305 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
+
- Transformers 4.47.1
|
79 |
- Pytorch 2.5.1+cu121
|
80 |
+
- Datasets 3.2.0
|
81 |
+
- Tokenizers 0.21.0
|
generation_config.json
CHANGED
@@ -258,5 +258,5 @@
|
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|
260 |
},
|
261 |
-
"transformers_version": "4.
|
262 |
}
|
|
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|
260 |
},
|
261 |
+
"transformers_version": "4.47.1"
|
262 |
}
|