finetune on 10000-20000
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the SLR Javanenese 41_35 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -65,18 +65,18 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch
|
69 |
-
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 29.24663420223432
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the SLR Javanenese 41_35 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.4200
|
37 |
+
- Wer: 29.2466
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.4922 | 0.16 | 100 | 0.6047 | 37.4678 |
|
71 |
+
| 0.435 | 0.32 | 200 | 0.5572 | 35.9424 |
|
72 |
+
| 0.5688 | 0.48 | 300 | 0.5090 | 33.5649 |
|
73 |
+
| 0.4779 | 0.64 | 400 | 0.4799 | 31.8390 |
|
74 |
+
| 0.4247 | 0.8 | 500 | 0.4540 | 30.8364 |
|
75 |
+
| 0.42 | 0.96 | 600 | 0.4368 | 30.2492 |
|
76 |
+
| 0.2276 | 1.12 | 700 | 0.4330 | 29.6333 |
|
77 |
+
| 0.2137 | 1.28 | 800 | 0.4264 | 29.5832 |
|
78 |
+
| 0.236 | 1.44 | 900 | 0.4215 | 29.2395 |
|
79 |
+
| 0.1971 | 1.6 | 1000 | 0.4200 | 29.2466 |
|
80 |
|
81 |
|
82 |
### Framework versions
|