Update README.md
Browse files
README.md
CHANGED
@@ -1,78 +1,79 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- bn
|
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 Small Bengali"
|
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: bn
|
22 |
-
split: test
|
23 |
-
args: bn
|
24 |
-
metrics:
|
25 |
-
- name: Wer
|
26 |
-
type: wer
|
27 |
-
value: 38
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
58 |
-
-
|
59 |
-
-
|
60 |
-
-
|
61 |
-
-
|
62 |
-
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
-
|
77 |
-
-
|
|
|
78 |
- Tokenizers 0.13.2
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- bn
|
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 Small Bengali"
|
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: bn
|
22 |
+
split: test
|
23 |
+
args: bn
|
24 |
+
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 38
|
28 |
+
pipeline_tag: automatic-speech-recognition
|
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 Small Bengali
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 1e-05
|
56 |
+
- train_batch_size: 32
|
57 |
+
- eval_batch_size: 16
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_steps: 500
|
62 |
+
- training_steps: 3000
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
69 |
+
| 0.0792 | 0.33 | 1000 | 0.1904 | 6.0493 |
|
70 |
+
| 0.0851 | 0.67 | 2000 | 0.1757 | 5.9558 |
|
71 |
+
| 0.0946 | 1.0 | 3000 | 0.1672 | 5.4218 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.26.0.dev0
|
77 |
+
- Pytorch 1.12.1+cu113
|
78 |
+
- Datasets 2.7.1.dev0
|
79 |
- Tokenizers 0.13.2
|