auditi41 commited on
Commit
2c97cba
1 Parent(s): 8716cfd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice_11_0
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: wav2vec2-large-xlsr-53-Bangla
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: common_voice_11_0
17
+ type: common_voice_11_0
18
+ config: bn
19
+ split: train+validation
20
+ args: bn
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.5442110214000156
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # wav2vec2-large-xlsr-53-Bangla
31
+
32
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_11_0 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.6125
35
+ - Wer: 0.5442
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: 0.0004
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 2
59
+ - total_train_batch_size: 32
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 500
63
+ - num_epochs: 30
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
69
+ | 4.6881 | 2.28 | 600 | 1.0325 | 0.9634 |
70
+ | 0.8087 | 4.56 | 1200 | 0.6090 | 0.7430 |
71
+ | 0.5089 | 6.84 | 1800 | 0.5156 | 0.6615 |
72
+ | 0.3864 | 9.13 | 2400 | 0.5287 | 0.6676 |
73
+ | 0.3064 | 11.41 | 3000 | 0.5411 | 0.6278 |
74
+ | 0.2535 | 13.69 | 3600 | 0.5206 | 0.6149 |
75
+ | 0.216 | 15.97 | 4200 | 0.5596 | 0.6120 |
76
+ | 0.1852 | 18.25 | 4800 | 0.5658 | 0.5821 |
77
+ | 0.1653 | 20.53 | 5400 | 0.5938 | 0.5521 |
78
+ | 0.1499 | 22.81 | 6000 | 0.5825 | 0.5645 |
79
+ | 0.1323 | 25.09 | 6600 | 0.6151 | 0.5593 |
80
+ | 0.122 | 27.38 | 7200 | 0.6046 | 0.5556 |
81
+ | 0.1118 | 29.66 | 7800 | 0.6125 | 0.5442 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.24.0
87
+ - Pytorch 2.0.0+cu118
88
+ - Datasets 2.11.0
89
+ - Tokenizers 0.13.3