End of training
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [ope100whisper-small](https://huggingface.co/ope100whisper-small) on the kannada voices dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer:
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,18 +61,23 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step
|
70 |
-
|
71 |
-
| 0.1461 | 0.5869 | 1000
|
72 |
-
| 0.0795 | 1.1737 | 2000
|
73 |
-
| 0.0715 | 1.7613 | 3000
|
74 |
-
| 0.0508 | 2.3486 | 4000
|
75 |
-
| 0.0309 | 2.9356 | 5000
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 24.498620741072095
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [ope100whisper-small](https://huggingface.co/ope100whisper-small) on the kannada voices dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1305
|
36 |
+
- Wer: 24.4986
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
+
- training_steps: 10000
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
71 |
+
| 0.1461 | 0.5869 | 1000 | 0.1511 | 37.9110 |
|
72 |
+
| 0.0795 | 1.1737 | 2000 | 0.1172 | 31.0520 |
|
73 |
+
| 0.0715 | 1.7613 | 3000 | 0.1090 | 28.1220 |
|
74 |
+
| 0.0508 | 2.3486 | 4000 | 0.1033 | 25.7362 |
|
75 |
+
| 0.0309 | 2.9356 | 5000 | 0.1101 | 25.1920 |
|
76 |
+
| 0.0474 | 3.5230 | 6000 | 0.1105 | 26.1537 |
|
77 |
+
| 0.0272 | 4.1098 | 7000 | 0.1169 | 25.4082 |
|
78 |
+
| 0.0255 | 4.6967 | 8000 | 0.1195 | 25.0727 |
|
79 |
+
| 0.0151 | 5.2835 | 9000 | 0.1285 | 24.7968 |
|
80 |
+
| 0.0149 | 5.8704 | 10000 | 0.1305 | 24.4986 |
|
81 |
|
82 |
|
83 |
### Framework versions
|