hadiqa123 commited on
Commit
63aaa07
1 Parent(s): d4ecbec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -14
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - common_voice_8_0
7
  model-index:
8
  - name: xls-r_cv_ur
9
  results: []
@@ -14,10 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # xls-r_cv_ur
16
 
17
- This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the common_voice_8_0 dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8811
20
- - Wer: 0.5107
21
 
22
  ## Model description
23
 
@@ -42,19 +40,31 @@ The following hyperparameters were used during training:
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: 30
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 6.9256 | 5.68 | 1000 | 2.9843 | 1.0 |
54
- | 1.4949 | 11.36 | 2000 | 0.9451 | 0.6099 |
55
- | 0.6673 | 17.05 | 3000 | 0.8527 | 0.5463 |
56
- | 0.4739 | 22.73 | 4000 | 0.8677 | 0.5215 |
57
- | 0.399 | 28.41 | 5000 | 0.8811 | 0.5107 |
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: xls-r_cv_ur
7
  results: []
 
12
 
13
  # xls-r_cv_ur
14
 
15
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.5811
18
+ - Wer: 1.0
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 100
44
+ - num_epochs: 20
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
51
+ | 8.2414 | 1.14 | 100 | 2.2232 | 1.0 |
52
+ | 1.9235 | 2.27 | 200 | 1.8280 | 1.0 |
53
+ | 1.8174 | 3.41 | 300 | 1.8247 | 1.0 |
54
+ | 1.8305 | 4.55 | 400 | 1.7873 | 1.0 |
55
+ | 1.7604 | 5.68 | 500 | 1.7839 | 1.0 |
56
+ | 1.7727 | 6.82 | 600 | 1.7499 | 1.0 |
57
+ | 1.7474 | 7.95 | 700 | 1.7209 | 1.0 |
58
+ | 1.7105 | 9.09 | 800 | 1.6658 | 1.0 |
59
+ | 1.6932 | 10.23 | 900 | 1.5940 | 1.0 |
60
+ | 1.6064 | 11.36 | 1000 | 1.4630 | 1.0 |
61
+ | 1.4748 | 12.5 | 1100 | 1.1940 | 1.0 |
62
+ | 1.2831 | 13.64 | 1200 | 0.9712 | 1.0 |
63
+ | 1.1637 | 14.77 | 1300 | 0.8227 | 1.0 |
64
+ | 1.0745 | 15.91 | 1400 | 0.7349 | 1.0 |
65
+ | 0.9797 | 17.05 | 1500 | 0.6512 | 1.0 |
66
+ | 0.9098 | 18.18 | 1600 | 0.6124 | 1.0 |
67
+ | 0.8953 | 19.32 | 1700 | 0.5811 | 1.0 |
68
 
69
 
70
  ### Framework versions