mirfan899 commited on
Commit
7ca79df
1 Parent(s): b1c53f9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -45
README.md CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 15.8911
18
- - Cer: 1.0
19
 
20
  ## Model description
21
 
@@ -34,7 +34,7 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 4e-59
38
  - train_batch_size: 2
39
  - eval_batch_size: 8
40
  - seed: 42
@@ -44,48 +44,48 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss | Cer |
48
- |:-------------:|:-----:|:-----:|:---------------:|:---:|
49
- | 6.5005 | 0.74 | 500 | 15.8911 | 1.0 |
50
- | 6.3865 | 1.48 | 1000 | 15.8911 | 1.0 |
51
- | 6.3822 | 2.22 | 1500 | 15.8911 | 1.0 |
52
- | 6.4251 | 2.96 | 2000 | 15.8911 | 1.0 |
53
- | 6.3836 | 3.7 | 2500 | 15.8911 | 1.0 |
54
- | 6.4552 | 4.44 | 3000 | 15.8911 | 1.0 |
55
- | 6.4287 | 5.19 | 3500 | 15.8911 | 1.0 |
56
- | 6.4304 | 5.93 | 4000 | 15.8911 | 1.0 |
57
- | 6.375 | 6.67 | 4500 | 15.8911 | 1.0 |
58
- | 6.5434 | 7.41 | 5000 | 15.8911 | 1.0 |
59
- | 6.319 | 8.15 | 5500 | 15.8911 | 1.0 |
60
- | 6.4693 | 8.89 | 6000 | 15.8911 | 1.0 |
61
- | 6.4585 | 9.63 | 6500 | 15.8911 | 1.0 |
62
- | 6.4795 | 10.37 | 7000 | 15.8911 | 1.0 |
63
- | 6.393 | 11.11 | 7500 | 15.8911 | 1.0 |
64
- | 6.3489 | 11.85 | 8000 | 15.8911 | 1.0 |
65
- | 6.4511 | 12.59 | 8500 | 15.8911 | 1.0 |
66
- | 6.3378 | 13.33 | 9000 | 15.8911 | 1.0 |
67
- | 6.5094 | 14.07 | 9500 | 15.8911 | 1.0 |
68
- | 6.3643 | 14.81 | 10000 | 15.8911 | 1.0 |
69
- | 6.5079 | 15.56 | 10500 | 15.8911 | 1.0 |
70
- | 6.4272 | 16.3 | 11000 | 15.8911 | 1.0 |
71
- | 6.3937 | 17.04 | 11500 | 15.8911 | 1.0 |
72
- | 6.3704 | 17.78 | 12000 | 15.8911 | 1.0 |
73
- | 6.3797 | 18.52 | 12500 | 15.8911 | 1.0 |
74
- | 6.5126 | 19.26 | 13000 | 15.8911 | 1.0 |
75
- | 6.4111 | 20.0 | 13500 | 15.8911 | 1.0 |
76
- | 6.3557 | 20.74 | 14000 | 15.8911 | 1.0 |
77
- | 6.5705 | 21.48 | 14500 | 15.8911 | 1.0 |
78
- | 6.3207 | 22.22 | 15000 | 15.8911 | 1.0 |
79
- | 6.4664 | 22.96 | 15500 | 15.8911 | 1.0 |
80
- | 6.4401 | 23.7 | 16000 | 15.8911 | 1.0 |
81
- | 6.4136 | 24.44 | 16500 | 15.8911 | 1.0 |
82
- | 6.5345 | 25.19 | 17000 | 15.8911 | 1.0 |
83
- | 6.4097 | 25.93 | 17500 | 15.8911 | 1.0 |
84
- | 6.2736 | 26.67 | 18000 | 15.8911 | 1.0 |
85
- | 6.5474 | 27.41 | 18500 | 15.8911 | 1.0 |
86
- | 6.3997 | 28.15 | 19000 | 15.8911 | 1.0 |
87
- | 6.3997 | 28.89 | 19500 | 15.8911 | 1.0 |
88
- | 6.5538 | 29.63 | 20000 | 15.8911 | 1.0 |
89
 
90
 
91
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.0236
18
+ - Cer: 0.4987
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 0.0004
38
  - train_batch_size: 2
39
  - eval_batch_size: 8
40
  - seed: 42
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
48
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
49
+ | 2.9442 | 0.74 | 500 | 4.9380 | 1.0 |
50
+ | 2.8667 | 1.48 | 1000 | 3.3662 | 1.0 |
51
+ | 2.8316 | 2.22 | 1500 | 4.4512 | 1.0 |
52
+ | 2.8011 | 2.96 | 2000 | 4.1959 | 1.0 |
53
+ | 2.7941 | 3.7 | 2500 | 3.2025 | 1.0 |
54
+ | 2.5078 | 4.44 | 3000 | 2.1864 | 1.0 |
55
+ | 1.8915 | 5.19 | 3500 | 1.6942 | 0.9979 |
56
+ | 1.5858 | 5.93 | 4000 | 1.4032 | 0.9707 |
57
+ | 1.3097 | 6.67 | 4500 | 1.1950 | 0.9264 |
58
+ | 1.134 | 7.41 | 5000 | 1.0407 | 0.8629 |
59
+ | 1.0054 | 8.15 | 5500 | 0.9647 | 0.8089 |
60
+ | 0.9141 | 8.89 | 6000 | 0.8932 | 0.7713 |
61
+ | 0.7902 | 9.63 | 6500 | 0.8355 | 0.7111 |
62
+ | 0.7334 | 10.37 | 7000 | 0.8343 | 0.6986 |
63
+ | 0.7315 | 11.11 | 7500 | 0.7893 | 0.6806 |
64
+ | 0.6443 | 11.85 | 8000 | 0.7572 | 0.6572 |
65
+ | 0.5798 | 12.59 | 8500 | 0.7501 | 0.6522 |
66
+ | 0.5845 | 13.33 | 9000 | 0.7337 | 0.6166 |
67
+ | 0.5366 | 14.07 | 9500 | 0.8090 | 0.6066 |
68
+ | 0.5046 | 14.81 | 10000 | 0.7767 | 0.5924 |
69
+ | 0.4569 | 15.56 | 10500 | 0.7593 | 0.6074 |
70
+ | 0.425 | 16.3 | 11000 | 0.7844 | 0.5832 |
71
+ | 0.4421 | 17.04 | 11500 | 0.7757 | 0.5836 |
72
+ | 0.3839 | 17.78 | 12000 | 0.8051 | 0.5782 |
73
+ | 0.3483 | 18.52 | 12500 | 0.7850 | 0.5715 |
74
+ | 0.3499 | 19.26 | 13000 | 0.8381 | 0.5531 |
75
+ | 0.3124 | 20.0 | 13500 | 0.7887 | 0.5527 |
76
+ | 0.2715 | 20.74 | 14000 | 0.8220 | 0.5581 |
77
+ | 0.2823 | 21.48 | 14500 | 0.8489 | 0.5426 |
78
+ | 0.257 | 22.22 | 15000 | 0.8818 | 0.5322 |
79
+ | 0.2529 | 22.96 | 15500 | 0.9106 | 0.5259 |
80
+ | 0.2219 | 23.7 | 16000 | 0.9197 | 0.5184 |
81
+ | 0.2003 | 24.44 | 16500 | 0.9177 | 0.5226 |
82
+ | 0.202 | 25.19 | 17000 | 0.9586 | 0.5167 |
83
+ | 0.1753 | 25.93 | 17500 | 0.9617 | 0.5159 |
84
+ | 0.1781 | 26.67 | 18000 | 0.9664 | 0.5063 |
85
+ | 0.1619 | 27.41 | 18500 | 1.0026 | 0.5100 |
86
+ | 0.16 | 28.15 | 19000 | 1.0088 | 0.4987 |
87
+ | 0.1471 | 28.89 | 19500 | 1.0207 | 0.5033 |
88
+ | 0.1459 | 29.63 | 20000 | 1.0236 | 0.4987 |
89
 
90
 
91
  ### Framework versions