updated readme
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,7 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
# whisper-small-tamil
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the google/fleurs dataset for Tamil.
|
33 |
-
|
|
|
|
|
34 |
## Model description
|
35 |
|
36 |
More information needed
|
@@ -60,6 +62,15 @@ The following hyperparameters were used during training:
|
|
60 |
- training_steps: 5000
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.24.0
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 15.021
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
# whisper-small-tamil
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the google/fleurs dataset for Tamil.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.42
|
35 |
+
- Wer: 15.02
|
36 |
## Model description
|
37 |
|
38 |
More information needed
|
|
|
62 |
- training_steps: 5000
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
+
### Training results
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 0.0882 | 2.27 | 500 | 0.2674 | 16.7354 |
|
69 |
+
| 0.0026 | 11.76 | 1000 | 0.3508 | 15.3720 |
|
70 |
+
| 0.0012 | 17.64 | 1500 | 0.3920 | 15.6156 |
|
71 |
+
| 0.0009 | 23.53 | 2000 | 0.4076 | 15.4284 |
|
72 |
+
| 0.0002 | 29.41 | 2500 | 0.4268 | 15.0215 |
|
73 |
+
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.24.0
|