kingabzpro commited on
Commit
f2f25c6
1 Parent(s): e04761a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice
6
+ model-index:
7
+ - name: wav2vec2-large-xls-r-300m-Urdu
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # wav2vec2-large-xls-r-300m-Urdu
15
+
16
+ This model is a fine-tuned version of [Harveenchadha/vakyansh-wav2vec2-urdu-urm-60](https://huggingface.co/Harveenchadha/vakyansh-wav2vec2-urdu-urm-60) on the common_voice dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 7.6846
19
+ - Wer: 0.5747
20
+ - Cer: 0.3268
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 128
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 100
48
+ - num_epochs: 100
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
55
+ | 4.3054 | 16.67 | 50 | 9.0055 | 0.8306 | 0.4869 |
56
+ | 2.0629 | 33.33 | 100 | 9.5849 | 0.6061 | 0.3414 |
57
+ | 0.8966 | 50.0 | 150 | 4.8686 | 0.6052 | 0.3426 |
58
+ | 0.4197 | 66.67 | 200 | 12.3261 | 0.5817 | 0.3370 |
59
+ | 0.294 | 83.33 | 250 | 11.9653 | 0.5712 | 0.3328 |
60
+ | 0.2329 | 100.0 | 300 | 7.6846 | 0.5747 | 0.3268 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.16.0.dev0
66
+ - Pytorch 1.10.1+cu102
67
+ - Datasets 1.17.1.dev0
68
+ - Tokenizers 0.11.0