anuragshas commited on
Commit
291279f
1 Parent(s): 2b1af04

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.2477
20
+ - Wer: 0.2991
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: 7.5e-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: 1000
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.1589 | 3.48 | 400 | 3.0830 | 1.0 |
54
+ | 2.8921 | 6.96 | 800 | 2.6605 | 0.9982 |
55
+ | 1.3049 | 10.43 | 1200 | 0.5069 | 0.5707 |
56
+ | 1.1349 | 13.91 | 1600 | 0.4159 | 0.5041 |
57
+ | 1.0686 | 17.39 | 2000 | 0.3815 | 0.4746 |
58
+ | 0.999 | 20.87 | 2400 | 0.3541 | 0.4343 |
59
+ | 0.945 | 24.35 | 2800 | 0.3266 | 0.4132 |
60
+ | 0.9058 | 27.83 | 3200 | 0.2969 | 0.3771 |
61
+ | 0.8672 | 31.3 | 3600 | 0.2802 | 0.3553 |
62
+ | 0.8313 | 34.78 | 4000 | 0.2662 | 0.3380 |
63
+ | 0.8068 | 38.26 | 4400 | 0.2528 | 0.3181 |
64
+ | 0.7796 | 41.74 | 4800 | 0.2537 | 0.3073 |
65
+ | 0.7621 | 45.22 | 5200 | 0.2503 | 0.3036 |
66
+ | 0.7611 | 48.7 | 5600 | 0.2477 | 0.2991 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.17.0.dev0
72
+ - Pytorch 1.10.2+cu102
73
+ - Datasets 1.18.2.dev0
74
+ - Tokenizers 0.11.0