kiranpantha
commited on
End of training
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ datasets:
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
@@ -25,18 +25,18 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value: 43.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
-
# Whisper
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the OpenSLR54 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer: 43.
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -69,16 +69,16 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
|
83 |
|
84 |
### Framework versions
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper Base - Kiran Pantha
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 43.282127708357216
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
+
# Whisper Base - Kiran Pantha
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the OpenSLR54 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.2056
|
39 |
+
- Wer: 43.2821
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
72 |
+
| 0.5029 | 0.0750 | 500 | 0.4922 | 77.0205 |
|
73 |
+
| 0.351 | 0.1499 | 1000 | 0.3561 | 65.6941 |
|
74 |
+
| 0.3034 | 0.2249 | 1500 | 0.2988 | 57.0618 |
|
75 |
+
| 0.2689 | 0.2999 | 2000 | 0.2714 | 53.2844 |
|
76 |
+
| 0.2584 | 0.3749 | 2500 | 0.2537 | 50.8369 |
|
77 |
+
| 0.2325 | 0.4498 | 3000 | 0.2393 | 48.0282 |
|
78 |
+
| 0.2238 | 0.5248 | 3500 | 0.2271 | 46.5723 |
|
79 |
+
| 0.2149 | 0.5998 | 4000 | 0.2149 | 44.4056 |
|
80 |
+
| 0.2038 | 0.6748 | 4500 | 0.2091 | 43.6834 |
|
81 |
+
| 0.2026 | 0.7497 | 5000 | 0.2056 | 43.2821 |
|
82 |
|
83 |
|
84 |
### Framework versions
|