infinitejoy commited on
Commit
389c46d
1 Parent(s): 01b82d3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 5.8345
20
- - Wer: 1.0592
21
 
22
  ## Model description
23
 
@@ -45,25 +45,36 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 500
48
- - num_epochs: 400
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Wer |
54
- |:-------------:|:------:|:----:|:---------------:|:------:|
55
- | 6.0837 | 57.14 | 400 | 3.3819 | 1.0081 |
56
- | 0.2254 | 114.29 | 800 | 4.4935 | 1.0255 |
57
- | 0.061 | 171.43 | 1200 | 5.1464 | 1.0870 |
58
- | 0.0282 | 228.57 | 1600 | 5.6430 | 1.0789 |
59
- | 0.0144 | 285.71 | 2000 | 5.7916 | 1.0940 |
60
- | 0.0077 | 342.86 | 2400 | 5.8701 | 1.0580 |
61
- | 0.0041 | 400.0 | 2800 | 5.8345 | 1.0592 |
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.11.3
67
  - Pytorch 1.10.0+cu113
68
- - Datasets 1.13.3
69
  - Tokenizers 0.10.3
 
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: 2.6718
20
+ - Wer: 0.7103
21
 
22
  ## Model description
23
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 500
48
+ - num_epochs: 50
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 5.5682 | 2.72 | 400 | 2.1019 | 0.9188 |
56
+ | 0.6506 | 5.44 | 800 | 1.9496 | 0.8048 |
57
+ | 0.3249 | 8.16 | 1200 | 1.8901 | 0.7515 |
58
+ | 0.222 | 10.88 | 1600 | 1.7736 | 0.7115 |
59
+ | 0.171 | 13.6 | 2000 | 2.1061 | 0.7507 |
60
+ | 0.1428 | 16.33 | 2400 | 2.2476 | 0.7412 |
61
+ | 0.1235 | 19.05 | 2800 | 2.3527 | 0.7554 |
62
+ | 0.1076 | 21.77 | 3200 | 2.2145 | 0.7404 |
63
+ | 0.0982 | 24.49 | 3600 | 2.3603 | 0.7327 |
64
+ | 0.0842 | 27.21 | 4000 | 2.4086 | 0.7465 |
65
+ | 0.0732 | 29.93 | 4400 | 2.4182 | 0.7259 |
66
+ | 0.0672 | 32.65 | 4800 | 2.5249 | 0.7315 |
67
+ | 0.0601 | 35.37 | 5200 | 2.5355 | 0.7207 |
68
+ | 0.0534 | 38.09 | 5600 | 2.5170 | 0.7191 |
69
+ | 0.0477 | 40.81 | 6000 | 2.6001 | 0.7064 |
70
+ | 0.0435 | 43.54 | 6400 | 2.7135 | 0.7142 |
71
+ | 0.0374 | 46.26 | 6800 | 2.6552 | 0.7127 |
72
+ | 0.0348 | 48.98 | 7200 | 2.6718 | 0.7103 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.16.0.dev0
78
  - Pytorch 1.10.0+cu113
79
+ - Datasets 1.17.1.dev0
80
  - Tokenizers 0.10.3