DrishtiSharma commited on
Commit
c7a4124
1 Parent(s): afba1ec

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -0
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - kk
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
+ - generated_from_trainer
9
+ - kk
10
+ - robust-speech-event
11
+ - model_for_talk
12
+ datasets:
13
+ - common_voice
14
+ model-index:
15
+ - name: wav2vec2-large-xls-r-300m-kk-with-LM
16
+ results:
17
+ - task:
18
+ name: Automatic Speech Recognition
19
+ type: automatic-speech-recognition
20
+ dataset:
21
+ name: Common Voice 8
22
+ type: mozilla-foundation/common_voice_8_0
23
+ args: tt
24
+ metrics:
25
+ - name: Test WER
26
+ type: wer
27
+ value: 0.4355
28
+ - name: Test CER
29
+ type: cer
30
+ value: 0.10469915859660263
31
+ ---
32
+
33
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
34
+ should probably proofread and complete it, then remove this comment. -->
35
+
36
+ #
37
+
38
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - KK dataset.
39
+ It achieves the following results on the evaluation set:
40
+ - Loss: 0.7149
41
+ - Wer: 0.451
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 0.000222
61
+ - train_batch_size: 16
62
+ - eval_batch_size: 8
63
+ - seed: 42
64
+ - gradient_accumulation_steps: 2
65
+ - total_train_batch_size: 32
66
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
67
+ - lr_scheduler_type: linear
68
+ - lr_scheduler_warmup_steps: 1000
69
+ - num_epochs: 150.0
70
+ - mixed_precision_training: Native AMP
71
+
72
+ ### Training results
73
+
74
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
75
+ |:-------------:|:------:|:----:|:---------------:|:------:|
76
+ | 9.6799 | 9.09 | 200 | 3.6119 | 1.0 |
77
+ | 3.1332 | 18.18 | 400 | 2.5352 | 1.005 |
78
+ | 1.0465 | 27.27 | 600 | 0.6169 | 0.682 |
79
+ | 0.3452 | 36.36 | 800 | 0.6572 | 0.607 |
80
+ | 0.2575 | 45.44 | 1000 | 0.6527 | 0.578 |
81
+ | 0.2088 | 54.53 | 1200 | 0.6828 | 0.551 |
82
+ | 0.158 | 63.62 | 1400 | 0.7074 | 0.5575 |
83
+ | 0.1309 | 72.71 | 1600 | 0.6523 | 0.5595 |
84
+ | 0.1074 | 81.8 | 1800 | 0.7262 | 0.5415 |
85
+ | 0.087 | 90.89 | 2000 | 0.7199 | 0.521 |
86
+ | 0.0711 | 99.98 | 2200 | 0.7113 | 0.523 |
87
+ | 0.0601 | 109.09 | 2400 | 0.6863 | 0.496 |
88
+ | 0.0451 | 118.18 | 2600 | 0.6998 | 0.483 |
89
+ | 0.0378 | 127.27 | 2800 | 0.6971 | 0.4615 |
90
+ | 0.0319 | 136.36 | 3000 | 0.7119 | 0.4475 |
91
+ | 0.0305 | 145.44 | 3200 | 0.7181 | 0.459 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - Transformers 4.17.0.dev0
97
+ - Pytorch 1.10.2+cu102
98
+ - Datasets 1.18.2.dev0
99
+ - Tokenizers 0.11.0
100
+
101
+ ### Evaluation Command
102
+
103
+ !python eval.py \
104
+ --model_id DrishtiSharma/wav2vec2-xls-r-300m-kk-n2 \
105
+ --dataset mozilla-foundation/common_voice_8_0 --config kk --split test --log_outputs