AndrewMcDowell commited on
Commit
eb8fbe4
1 Parent(s): c00a8e2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -36
README.md CHANGED
@@ -1,10 +1,6 @@
1
  ---
2
- language:
3
- - ar
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
@@ -18,10 +14,10 @@ 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 - AR dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.3742
24
- - Wer: 0.9387
25
 
26
  ## Model description
27
 
@@ -41,44 +37,32 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 6.5e-05
44
- - train_batch_size: 32
45
  - eval_batch_size: 8
46
  - seed: 42
47
- - gradient_accumulation_steps: 2
48
  - total_train_batch_size: 64
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - lr_scheduler_warmup_steps: 500
52
- - num_epochs: 20.0
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Wer |
58
- |:-------------:|:-----:|:-----:|:---------------:|:------:|
59
- | 2.6638 | 0.84 | 500 | 2.3852 | 0.9974 |
60
- | 2.6578 | 1.67 | 1000 | 2.2796 | 0.9971 |
61
- | 2.6016 | 2.51 | 1500 | 2.0046 | 0.9961 |
62
- | 2.5752 | 3.35 | 2000 | 1.9606 | 0.9961 |
63
- | 2.539 | 4.19 | 2500 | 1.8836 | 0.9940 |
64
- | 2.5214 | 5.03 | 3000 | 1.8593 | 0.9933 |
65
- | 2.4684 | 5.86 | 3500 | 1.7816 | 0.9885 |
66
- | 2.4134 | 6.7 | 4000 | 1.7168 | 0.9808 |
67
- | 2.3732 | 7.54 | 4500 | 1.6406 | 0.9764 |
68
- | 2.3371 | 8.37 | 5000 | 1.6087 | 0.9739 |
69
- | 2.2824 | 9.21 | 5500 | 1.5476 | 0.9696 |
70
- | 2.3771 | 10.05 | 6000 | 1.6468 | 0.9773 |
71
- | 2.3499 | 10.89 | 6500 | 1.6116 | 0.9737 |
72
- | 2.3283 | 11.72 | 7000 | 1.6059 | 0.9744 |
73
- | 2.3153 | 12.56 | 7500 | 1.5889 | 0.9758 |
74
- | 2.3016 | 13.4 | 8000 | 1.5663 | 0.9728 |
75
- | 2.2731 | 14.24 | 8500 | 1.5674 | 0.9626 |
76
- | 2.2617 | 15.08 | 9000 | 1.5032 | 0.9583 |
77
- | 2.2252 | 15.91 | 9500 | 1.4662 | 0.9516 |
78
- | 2.2048 | 16.75 | 10000 | 1.4411 | 0.9561 |
79
- | 2.1731 | 17.59 | 10500 | 1.4228 | 0.9521 |
80
- | 2.1732 | 18.43 | 11000 | 1.4053 | 0.9429 |
81
- | 2.1502 | 19.26 | 11500 | 1.3828 | 0.9400 |
82
 
83
 
84
  ### Framework versions
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
5
  datasets:
6
  - common_voice
 
14
 
15
  #
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the common_voice dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.4191
20
+ - Wer: 0.9357
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 6.5e-05
40
+ - train_batch_size: 16
41
  - eval_batch_size: 8
42
  - seed: 42
43
+ - gradient_accumulation_steps: 4
44
  - total_train_batch_size: 64
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 2000
48
+ - num_epochs: 10.0
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 2.2416 | 0.84 | 500 | 1.2867 | 0.8875 |
56
+ | 2.3089 | 1.67 | 1000 | 1.8336 | 0.9548 |
57
+ | 2.3614 | 2.51 | 1500 | 1.5937 | 0.9469 |
58
+ | 2.5234 | 3.35 | 2000 | 1.9765 | 0.9867 |
59
+ | 2.5373 | 4.19 | 2500 | 1.9062 | 0.9916 |
60
+ | 2.5703 | 5.03 | 3000 | 1.9772 | 0.9915 |
61
+ | 2.4656 | 5.86 | 3500 | 1.8083 | 0.9829 |
62
+ | 2.4339 | 6.7 | 4000 | 1.7548 | 0.9752 |
63
+ | 2.344 | 7.54 | 4500 | 1.6146 | 0.9638 |
64
+ | 2.2677 | 8.38 | 5000 | 1.5105 | 0.9499 |
65
+ | 2.2074 | 9.21 | 5500 | 1.4191 | 0.9357 |
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ### Framework versions