DrishtiSharma commited on
Commit
ebf3100
1 Parent(s): 2755698

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice
7
+ model-index:
8
+ - name: ''
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ #
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.7060
20
+ - Wer: 0.5559
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: 7e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1200
46
+ - num_epochs: 50.0
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 3.9554 | 2.61 | 300 | 3.8166 | 1.0 |
54
+ | 2.9853 | 5.22 | 600 | 2.9793 | 1.0 |
55
+ | 0.6939 | 7.83 | 900 | 0.9723 | 0.9149 |
56
+ | 0.352 | 10.43 | 1200 | 0.6556 | 0.7296 |
57
+ | 0.2369 | 13.04 | 1500 | 0.6315 | 0.6928 |
58
+ | 0.1757 | 15.65 | 1800 | 0.6387 | 0.6724 |
59
+ | 0.1517 | 18.26 | 2100 | 0.6607 | 0.6265 |
60
+ | 0.1229 | 20.87 | 2400 | 0.6520 | 0.6183 |
61
+ | 0.1201 | 23.48 | 2700 | 0.6750 | 0.6116 |
62
+ | 0.1076 | 26.09 | 3000 | 0.6698 | 0.6006 |
63
+ | 0.1006 | 28.7 | 3300 | 0.6804 | 0.5872 |
64
+ | 0.0952 | 31.3 | 3600 | 0.7010 | 0.6003 |
65
+ | 0.0894 | 33.91 | 3900 | 0.7069 | 0.5840 |
66
+ | 0.0873 | 36.52 | 4200 | 0.6765 | 0.5781 |
67
+ | 0.0798 | 39.13 | 4500 | 0.6822 | 0.5617 |
68
+ | 0.0767 | 41.74 | 4800 | 0.7003 | 0.5638 |
69
+ | 0.0717 | 44.35 | 5100 | 0.6970 | 0.5591 |
70
+ | 0.0687 | 46.96 | 5400 | 0.7073 | 0.5603 |
71
+ | 0.0669 | 49.57 | 5700 | 0.7060 | 0.5559 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.17.0.dev0
77
+ - Pytorch 1.10.2+cu102
78
+ - Datasets 1.18.2.dev0
79
+ - Tokenizers 0.11.0