greenw0lf commited on
Commit
1b7d49d
1 Parent(s): 6997960

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Wer
23
  type: wer
24
- value: 0.7612841022711041
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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_8_0 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.1618
35
- - Wer: 0.7613
36
 
37
  ## Model description
38
 
@@ -51,32 +51,34 @@ More information needed
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
- - learning_rate: 0.0001
55
  - train_batch_size: 16
56
  - eval_batch_size: 8
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
- - num_epochs: 80
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Wer |
67
  |:-------------:|:-----:|:----:|:---------------:|:------:|
68
- | 8.7106 | 6.25 | 50 | 4.0034 | 1.0 |
69
- | 3.4036 | 12.5 | 100 | 3.1030 | 1.0 |
70
- | 3.7265 | 18.75 | 150 | 3.0466 | 1.0 |
71
- | 3.2292 | 25.0 | 200 | 3.0166 | 1.0 |
72
- | 3.1305 | 31.25 | 250 | 2.9699 | 1.0 |
73
- | 3.0447 | 37.5 | 300 | 2.9144 | 1.0 |
74
- | 2.9037 | 43.75 | 350 | 2.2919 | 0.9998 |
75
- | 2.1115 | 50.0 | 400 | 1.3995 | 0.9429 |
76
- | 1.3456 | 56.25 | 450 | 1.1093 | 0.8435 |
77
- | 1.3206 | 62.5 | 500 | 1.1573 | 0.8112 |
78
- | 1.0078 | 68.75 | 550 | 1.1746 | 0.7757 |
79
- | 1.0674 | 75.0 | 600 | 1.1618 | 0.7613 |
 
 
80
 
81
 
82
  ### Framework versions
 
21
  metrics:
22
  - name: Wer
23
  type: wer
24
+ value: 0.8409155834880732
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  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_8_0 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 1.2060
35
+ - Wer: 0.8409
36
 
37
  ## Model description
38
 
 
51
  ### Training hyperparameters
52
 
53
  The following hyperparameters were used during training:
54
+ - learning_rate: 7e-05
55
  - train_batch_size: 16
56
  - eval_batch_size: 8
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
61
+ - num_epochs: 90
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Wer |
67
  |:-------------:|:-----:|:----:|:---------------:|:------:|
68
+ | 13.1755 | 6.25 | 50 | 4.7246 | 0.9927 |
69
+ | 8.0106 | 12.5 | 100 | 3.8216 | 0.9996 |
70
+ | 3.4536 | 18.75 | 150 | 3.0254 | 1.0 |
71
+ | 3.1828 | 25.0 | 200 | 2.9839 | 1.0 |
72
+ | 3.1087 | 31.25 | 250 | 2.9887 | 1.0 |
73
+ | 3.0176 | 37.5 | 300 | 2.8903 | 1.0 |
74
+ | 2.912 | 43.75 | 350 | 2.6903 | 1.0 |
75
+ | 2.7648 | 50.0 | 400 | 2.1968 | 1.0016 |
76
+ | 2.1665 | 56.25 | 450 | 1.6039 | 0.9838 |
77
+ | 1.8149 | 62.5 | 500 | 1.3367 | 0.9484 |
78
+ | 1.6385 | 68.75 | 550 | 1.2353 | 0.9340 |
79
+ | 1.314 | 75.0 | 600 | 1.2081 | 0.8834 |
80
+ | 1.0963 | 81.25 | 650 | 1.2016 | 0.8416 |
81
+ | 1.2322 | 87.5 | 700 | 1.2060 | 0.8409 |
82
 
83
 
84
  ### Framework versions