ehzawad commited on
Commit
9958b86
1 Parent(s): 96da37c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - bn
4
+ license: apache-2.0
5
+ tags:
6
+ - hf-asr-leaderboard
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_13_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper small by ehzawad
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 13.0
20
+ type: mozilla-foundation/common_voice_13_0
21
+ config: null
22
+ split: None
23
+ args: 'config: lt, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 31.32744623273038
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 by ehzawad
34
+
35
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13.0 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.1104
38
+ - Wer: 31.3274
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 4
59
+ - eval_batch_size: 2
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 4
62
+ - total_train_batch_size: 16
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_steps: 500
66
+ - training_steps: 8000
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
+ | 0.2424 | 0.27 | 500 | 0.2407 | 63.1783 |
74
+ | 0.1559 | 0.53 | 1000 | 0.1633 | 48.0380 |
75
+ | 0.1255 | 0.8 | 1500 | 0.1394 | 42.6625 |
76
+ | 0.0899 | 1.07 | 2000 | 0.1231 | 38.6982 |
77
+ | 0.0872 | 1.34 | 2500 | 0.1172 | 37.3415 |
78
+ | 0.0755 | 1.6 | 3000 | 0.1091 | 35.4971 |
79
+ | 0.0786 | 1.87 | 3500 | 0.1042 | 34.6567 |
80
+ | 0.0499 | 2.14 | 4000 | 0.1047 | 33.2752 |
81
+ | 0.0468 | 2.4 | 4500 | 0.1027 | 32.7874 |
82
+ | 0.0436 | 2.67 | 5000 | 0.1019 | 32.2877 |
83
+ | 0.0379 | 2.94 | 5500 | 0.1000 | 31.7168 |
84
+ | 0.025 | 3.2 | 6000 | 0.1062 | 31.6455 |
85
+ | 0.0282 | 3.47 | 6500 | 0.1050 | 31.4699 |
86
+ | 0.0249 | 3.74 | 7000 | 0.1060 | 31.3737 |
87
+ | 0.0231 | 4.01 | 7500 | 0.1049 | 31.1969 |
88
+ | 0.0183 | 4.27 | 8000 | 0.1104 | 31.3274 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.30.0.dev0
94
+ - Pytorch 2.0.1+cu117
95
+ - Datasets 2.12.0
96
+ - Tokenizers 0.13.3