Commit
·
13e4b4f
1
Parent(s):
e48b35d
update model card README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,40 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -41,6 +63,26 @@ The following hyperparameters were used during training:
|
|
41 |
- training_steps: 10000
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.26.0.dev0
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ta
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- mozilla-foundation/common_voice_11_0
|
10 |
+
metrics:
|
11 |
+
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper Base Ta - Bharat Ramanathan
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Common Voice 11.0
|
20 |
+
type: mozilla-foundation/common_voice_11_0
|
21 |
+
config: null
|
22 |
+
split: None
|
23 |
+
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 21.72430589381393
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# Whisper Base Ta - Bharat Ramanathan
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 11.0 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.2269
|
37 |
+
- Wer: 21.7243
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
63 |
- training_steps: 10000
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
70 |
+
| 0.5559 | 0.1 | 1000 | 0.3963 | 35.3308 |
|
71 |
+
| 0.3891 | 0.2 | 2000 | 0.3146 | 29.1511 |
|
72 |
+
| 0.3425 | 0.3 | 3000 | 0.2834 | 25.5930 |
|
73 |
+
| 0.3108 | 0.1 | 4000 | 0.2669 | 24.7191 |
|
74 |
+
| 0.2866 | 0.1 | 5000 | 0.2596 | 25.0936 |
|
75 |
+
| 0.2697 | 0.2 | 6000 | 0.2507 | 24.5943 |
|
76 |
+
| 0.2421 | 0.05 | 6500 | 0.2411 | 23.0395 |
|
77 |
+
| 0.2425 | 0.1 | 7000 | 0.2370 | 23.3804 |
|
78 |
+
| 0.2404 | 0.15 | 7500 | 0.2333 | 22.7959 |
|
79 |
+
| 0.2381 | 0.2 | 8000 | 0.2311 | 22.9420 |
|
80 |
+
| 0.2429 | 0.25 | 8500 | 0.2305 | 22.0166 |
|
81 |
+
| 0.2402 | 0.3 | 9000 | 0.2284 | 22.1140 |
|
82 |
+
| 0.2377 | 0.35 | 9500 | 0.2271 | 22.0653 |
|
83 |
+
| 0.2389 | 0.4 | 10000 | 0.2269 | 21.7243 |
|
84 |
+
|
85 |
+
|
86 |
### Framework versions
|
87 |
|
88 |
- Transformers 4.26.0.dev0
|