ReginaZ commited on
Commit
3ee9714
·
verified ·
1 Parent(s): 39d8244

End of training

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 1.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the ml-superb-subset dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 3.2130
36
- - Wer: 1.0
37
 
38
  ## Model description
39
 
@@ -52,7 +52,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 3e-05
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
@@ -65,20 +65,20 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
- |:-------------:|:------:|:----:|:---------------:|:---:|
70
- | 8.25 | 0.8219 | 30 | 6.0908 | 1.0 |
71
- | 4.6254 | 1.6438 | 60 | 4.0849 | 1.0 |
72
- | 3.87 | 2.4658 | 90 | 3.7436 | 1.0 |
73
- | 3.6415 | 3.2877 | 120 | 3.5797 | 1.0 |
74
- | 3.502 | 4.1096 | 150 | 3.4716 | 1.0 |
75
- | 3.3476 | 4.9315 | 180 | 3.3731 | 1.0 |
76
- | 3.2852 | 5.7534 | 210 | 3.3274 | 1.0 |
77
- | 3.2806 | 6.5753 | 240 | 3.2766 | 1.0 |
78
- | 3.1827 | 7.3973 | 270 | 3.2398 | 1.0 |
79
- | 3.1649 | 8.2192 | 300 | 3.2373 | 1.0 |
80
- | 3.1544 | 9.0411 | 330 | 3.2119 | 1.0 |
81
- | 3.1401 | 9.8630 | 360 | 3.2130 | 1.0 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.8114393463230672
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the ml-superb-subset dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.6099
36
+ - Wer: 0.8114
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 0.0003
56
  - train_batch_size: 8
57
  - eval_batch_size: 8
58
  - seed: 42
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:------:|
70
+ | 3.1825 | 0.8219 | 30 | 3.2071 | 1.0 |
71
+ | 3.0491 | 1.6438 | 60 | 3.0508 | 1.0 |
72
+ | 2.9717 | 2.4658 | 90 | 3.0385 | 1.0 |
73
+ | 2.93 | 3.2877 | 120 | 2.9222 | 1.0 |
74
+ | 2.6444 | 4.1096 | 150 | 2.3753 | 0.9931 |
75
+ | 2.05 | 4.9315 | 180 | 1.9591 | 0.9868 |
76
+ | 1.6856 | 5.7534 | 210 | 1.7810 | 0.9478 |
77
+ | 1.4182 | 6.5753 | 240 | 1.6843 | 0.8843 |
78
+ | 1.1773 | 7.3973 | 270 | 1.6370 | 0.8554 |
79
+ | 1.0521 | 8.2192 | 300 | 1.5868 | 0.8215 |
80
+ | 0.881 | 9.0411 | 330 | 1.5935 | 0.8202 |
81
+ | 0.7605 | 9.8630 | 360 | 1.6099 | 0.8114 |
82
 
83
 
84
  ### Framework versions