anuragshas commited on
Commit
4da490e
1 Parent(s): e807b5d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - hi
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
+ - generated_from_trainer
9
+ datasets:
10
+ - common_voice
11
+ model-index:
12
+ - name: ''
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ #
20
+
21
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - HI dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.6921
24
+ - Wer: 0.3547
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 4
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 1500
52
+ - num_epochs: 50.0
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
59
+ | 2.0674 | 2.07 | 400 | 1.3411 | 0.8835 |
60
+ | 1.324 | 4.15 | 800 | 0.9311 | 0.7142 |
61
+ | 1.2023 | 6.22 | 1200 | 0.8060 | 0.6170 |
62
+ | 1.1573 | 8.29 | 1600 | 0.7415 | 0.4972 |
63
+ | 1.1117 | 10.36 | 2000 | 0.7248 | 0.4588 |
64
+ | 1.0672 | 12.44 | 2400 | 0.6729 | 0.4350 |
65
+ | 1.0336 | 14.51 | 2800 | 0.7117 | 0.4346 |
66
+ | 1.0025 | 16.58 | 3200 | 0.7019 | 0.4272 |
67
+ | 0.9578 | 18.65 | 3600 | 0.6792 | 0.4118 |
68
+ | 0.9272 | 20.73 | 4000 | 0.6863 | 0.4156 |
69
+ | 0.9321 | 22.8 | 4400 | 0.6535 | 0.3972 |
70
+ | 0.8802 | 24.87 | 4800 | 0.6766 | 0.3906 |
71
+ | 0.844 | 26.94 | 5200 | 0.6782 | 0.3949 |
72
+ | 0.8387 | 29.02 | 5600 | 0.6916 | 0.3921 |
73
+ | 0.8042 | 31.09 | 6000 | 0.6806 | 0.3797 |
74
+ | 0.793 | 33.16 | 6400 | 0.7120 | 0.3831 |
75
+ | 0.7567 | 35.23 | 6800 | 0.6862 | 0.3808 |
76
+ | 0.7463 | 37.31 | 7200 | 0.6893 | 0.3709 |
77
+ | 0.7053 | 39.38 | 7600 | 0.7096 | 0.3701 |
78
+ | 0.6906 | 41.45 | 8000 | 0.6921 | 0.3676 |
79
+ | 0.6891 | 43.52 | 8400 | 0.7167 | 0.3663 |
80
+ | 0.658 | 45.6 | 8800 | 0.6833 | 0.3580 |
81
+ | 0.6576 | 47.67 | 9200 | 0.6914 | 0.3569 |
82
+ | 0.6358 | 49.74 | 9600 | 0.6922 | 0.3551 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.16.0.dev0
88
+ - Pytorch 1.10.1+cu102
89
+ - Datasets 1.17.1.dev0
90
+ - Tokenizers 0.11.0