AndrewMcDowell commited on
Commit
b2eecfc
1 Parent(s): 4eafb4f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_7_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-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - AR dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4525
24
+ - Wer: 0.4801
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: 7.5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
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: 2000
52
+ - num_epochs: 10.0
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
59
+ | 4.7972 | 0.43 | 500 | 5.1401 | 1.0 |
60
+ | 3.3241 | 0.86 | 1000 | 3.3220 | 1.0 |
61
+ | 3.1432 | 1.29 | 1500 | 3.0806 | 0.9999 |
62
+ | 2.9297 | 1.72 | 2000 | 2.5678 | 1.0057 |
63
+ | 2.2593 | 2.14 | 2500 | 1.1068 | 0.8218 |
64
+ | 2.0504 | 2.57 | 3000 | 0.7878 | 0.7114 |
65
+ | 1.937 | 3.0 | 3500 | 0.6955 | 0.6450 |
66
+ | 1.8491 | 3.43 | 4000 | 0.6452 | 0.6304 |
67
+ | 1.803 | 3.86 | 4500 | 0.5961 | 0.6042 |
68
+ | 1.7545 | 4.29 | 5000 | 0.5550 | 0.5748 |
69
+ | 1.7045 | 4.72 | 5500 | 0.5374 | 0.5743 |
70
+ | 1.6733 | 5.15 | 6000 | 0.5337 | 0.5404 |
71
+ | 1.6761 | 5.57 | 6500 | 0.5054 | 0.5266 |
72
+ | 1.655 | 6.0 | 7000 | 0.4926 | 0.5243 |
73
+ | 1.6252 | 6.43 | 7500 | 0.4946 | 0.5183 |
74
+ | 1.6209 | 6.86 | 8000 | 0.4915 | 0.5194 |
75
+ | 1.5772 | 7.29 | 8500 | 0.4725 | 0.5104 |
76
+ | 1.5602 | 7.72 | 9000 | 0.4726 | 0.5097 |
77
+ | 1.5783 | 8.15 | 9500 | 0.4667 | 0.4956 |
78
+ | 1.5442 | 8.58 | 10000 | 0.4685 | 0.4937 |
79
+ | 1.5597 | 9.01 | 10500 | 0.4708 | 0.4957 |
80
+ | 1.5406 | 9.43 | 11000 | 0.4539 | 0.4810 |
81
+ | 1.5274 | 9.86 | 11500 | 0.4502 | 0.4783 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.16.0.dev0
87
+ - Pytorch 1.10.1+cu102
88
+ - Datasets 1.17.1.dev0
89
+ - Tokenizers 0.11.0