arijitx commited on
Commit
01f501f
1 Parent(s): 2bf4dda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -77
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
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
- should probably proofread and complete it, then remove this comment. -->
32
-
33
- # Whisper Small Bengali
34
-
35
-
36
-
37
- ## Model description
38
-
39
- More information needed
40
-
41
- ## Intended uses & limitations
42
-
43
- More information needed
44
-
45
- ## Training and evaluation data
46
-
47
- More information needed
48
-
49
- ## Training procedure
50
-
51
- ### Training hyperparameters
52
-
53
- The following hyperparameters were used during training:
54
- - learning_rate: 1e-05
55
- - train_batch_size: 32
56
- - eval_batch_size: 16
57
- - seed: 42
58
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
- - lr_scheduler_type: linear
60
- - lr_scheduler_warmup_steps: 500
61
- - training_steps: 3000
62
- - mixed_precision_training: Native AMP
63
-
64
- ### Training results
65
-
66
- | Training Loss | Epoch | Step | Validation Loss | Wer |
67
- |:-------------:|:-----:|:----:|:---------------:|:------:|
68
- | 0.0792 | 0.33 | 1000 | 0.1904 | 6.0493 |
69
- | 0.0851 | 0.67 | 2000 | 0.1757 | 5.9558 |
70
- | 0.0946 | 1.0 | 3000 | 0.1672 | 5.4218 |
71
-
72
-
73
- ### Framework versions
74
-
75
- - Transformers 4.26.0.dev0
76
- - Pytorch 1.12.1+cu113
77
- - Datasets 2.7.1.dev0
 
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