DewiBrynJones commited on
Commit
5051cf0
1 Parent(s): 29a973e

Model save

Browse files
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
5
- - automatic-speech-recognition
6
- - DewiBrynJones/banc-trawsgrifiadau-bangor-normalized
7
  - generated_from_trainer
8
  metrics:
9
  - wer
@@ -17,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # wav2vec2-xlsr-53-ft-btb-cy
19
 
20
- This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the DEWIBRYNJONES/BANC-TRAWSGRIFIADAU-BANGOR-NORMALIZED - DEFAULT dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6298
23
- - Wer: 0.4414
24
 
25
  ## Model description
26
 
@@ -40,25 +38,127 @@ More information needed
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 0.0003
43
- - train_batch_size: 32
44
- - eval_batch_size: 32
45
  - seed: 42
46
  - gradient_accumulation_steps: 2
47
- - total_train_batch_size: 64
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - lr_scheduler_warmup_steps: 800
51
- - training_steps: 5000
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Wer |
57
- |:-------------:|:------:|:----:|:---------------:|:------:|
58
- | 4.9658 | 1.4144 | 500 | 1.1674 | 0.8029 |
59
- | 1.2376 | 2.8289 | 1000 | 0.6298 | 0.4414 |
60
- | 0.8262 | 4.2433 | 1500 | 1.9106 | 0.8612 |
61
- | 1.9941 | 5.6577 | 2000 | 1.9104 | 0.8611 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
 
 
5
  - generated_from_trainer
6
  metrics:
7
  - wer
 
15
 
16
  # wav2vec2-xlsr-53-ft-btb-cy
17
 
18
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9669
21
+ - Wer: 0.6125
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 0.0003
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
  - seed: 42
44
  - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 500
49
+ - num_epochs: 15.0
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:-------:|:-----:|:---------------:|:------:|
56
+ | No log | 0.1414 | 100 | 3.7427 | 1.0 |
57
+ | No log | 0.2829 | 200 | 2.9179 | 1.0 |
58
+ | No log | 0.4243 | 300 | 2.8036 | 1.0 |
59
+ | No log | 0.5658 | 400 | 1.2196 | 0.8934 |
60
+ | 3.574 | 0.7072 | 500 | 0.9860 | 0.7276 |
61
+ | 3.574 | 0.8487 | 600 | 0.8392 | 0.6504 |
62
+ | 3.574 | 0.9901 | 700 | 0.7804 | 0.6029 |
63
+ | 3.574 | 1.1315 | 800 | 0.6122 | 0.4909 |
64
+ | 3.574 | 1.2730 | 900 | 0.5901 | 0.4883 |
65
+ | 0.811 | 1.4144 | 1000 | 0.5500 | 0.4508 |
66
+ | 0.811 | 1.5559 | 1100 | 0.5232 | 0.4142 |
67
+ | 0.811 | 1.6973 | 1200 | 0.5186 | 0.4065 |
68
+ | 0.811 | 1.8388 | 1300 | 0.4953 | 0.3929 |
69
+ | 0.811 | 1.9802 | 1400 | 0.4880 | 0.3928 |
70
+ | 0.6459 | 2.1216 | 1500 | 0.4645 | 0.3692 |
71
+ | 0.6459 | 2.2631 | 1600 | 0.4666 | 0.3586 |
72
+ | 0.6459 | 2.4045 | 1700 | 0.4502 | 0.3593 |
73
+ | 0.6459 | 2.5460 | 1800 | 0.4528 | 0.3638 |
74
+ | 0.6459 | 2.6874 | 1900 | 0.4665 | 0.3926 |
75
+ | 0.5306 | 2.8289 | 2000 | 0.4329 | 0.3505 |
76
+ | 0.5306 | 2.9703 | 2100 | 0.4245 | 0.3374 |
77
+ | 0.5306 | 3.1117 | 2200 | 0.4377 | 0.3340 |
78
+ | 0.5306 | 3.2532 | 2300 | 0.4272 | 0.3337 |
79
+ | 0.5306 | 3.3946 | 2400 | 0.4335 | 0.3326 |
80
+ | 0.4628 | 3.5361 | 2500 | 0.4268 | 0.3275 |
81
+ | 0.4628 | 3.6775 | 2600 | 0.4502 | 0.3409 |
82
+ | 0.4628 | 3.8190 | 2700 | 0.6345 | 0.4390 |
83
+ | 0.4628 | 3.9604 | 2800 | 1.0203 | 0.6403 |
84
+ | 0.4628 | 4.1018 | 2900 | 1.2208 | 0.7922 |
85
+ | 0.8685 | 4.2433 | 3000 | 1.1018 | 0.7387 |
86
+ | 0.8685 | 4.3847 | 3100 | 1.2497 | 0.8062 |
87
+ | 0.8685 | 4.5262 | 3200 | 1.6165 | 0.9616 |
88
+ | 0.8685 | 4.6676 | 3300 | 1.4655 | 0.9217 |
89
+ | 0.8685 | 4.8091 | 3400 | 1.0288 | 0.7465 |
90
+ | 1.3918 | 4.9505 | 3500 | 0.9067 | 0.5948 |
91
+ | 1.3918 | 5.0919 | 3600 | 0.9486 | 0.6353 |
92
+ | 1.3918 | 5.2334 | 3700 | 0.8674 | 0.5428 |
93
+ | 1.3918 | 5.3748 | 3800 | 0.9403 | 0.5793 |
94
+ | 1.3918 | 5.5163 | 3900 | 0.9481 | 0.5764 |
95
+ | 1.0402 | 5.6577 | 4000 | 1.0176 | 0.8257 |
96
+ | 1.0402 | 5.7992 | 4100 | 0.9857 | 0.6343 |
97
+ | 1.0402 | 5.9406 | 4200 | 1.3289 | 0.9014 |
98
+ | 1.0402 | 6.0820 | 4300 | 2.0891 | 0.7125 |
99
+ | 1.0402 | 6.2235 | 4400 | 1.2563 | 0.7696 |
100
+ | 1.2886 | 6.3649 | 4500 | 1.1441 | 0.6927 |
101
+ | 1.2886 | 6.5064 | 4600 | 1.0626 | 0.6573 |
102
+ | 1.2886 | 6.6478 | 4700 | 0.9997 | 0.6423 |
103
+ | 1.2886 | 6.7893 | 4800 | 0.9814 | 0.6380 |
104
+ | 1.2886 | 6.9307 | 4900 | 1.0955 | 0.7651 |
105
+ | 1.0984 | 7.0721 | 5000 | 0.9213 | 0.5883 |
106
+ | 1.0984 | 7.2136 | 5100 | 0.8885 | 0.5933 |
107
+ | 1.0984 | 7.3550 | 5200 | 0.9001 | 0.5899 |
108
+ | 1.0984 | 7.4965 | 5300 | 0.8784 | 0.5859 |
109
+ | 1.0984 | 7.6379 | 5400 | 0.9072 | 0.5898 |
110
+ | 0.9659 | 7.7793 | 5500 | 0.8812 | 0.5841 |
111
+ | 0.9659 | 7.9208 | 5600 | 0.8912 | 0.5855 |
112
+ | 0.9659 | 8.0622 | 5700 | 0.8816 | 0.5807 |
113
+ | 0.9659 | 8.2037 | 5800 | 0.8914 | 0.5803 |
114
+ | 0.9659 | 8.3451 | 5900 | 0.8956 | 0.5810 |
115
+ | 0.9679 | 8.4866 | 6000 | 0.9162 | 0.5780 |
116
+ | 0.9679 | 8.6280 | 6100 | 0.9409 | 0.5810 |
117
+ | 0.9679 | 8.7694 | 6200 | 0.9371 | 0.5781 |
118
+ | 0.9679 | 8.9109 | 6300 | 0.9417 | 0.5790 |
119
+ | 0.9679 | 9.0523 | 6400 | 0.9664 | 0.5784 |
120
+ | 1.0241 | 9.1938 | 6500 | 0.9720 | 0.5775 |
121
+ | 1.0241 | 9.3352 | 6600 | 0.9841 | 0.5784 |
122
+ | 1.0241 | 9.4767 | 6700 | 0.9574 | 0.5887 |
123
+ | 1.0241 | 9.6181 | 6800 | 1.0725 | 0.6068 |
124
+ | 1.0241 | 9.7595 | 6900 | 1.0362 | 0.6000 |
125
+ | 1.0797 | 9.9010 | 7000 | 1.0117 | 0.5914 |
126
+ | 1.0797 | 10.0424 | 7100 | 0.9563 | 0.6058 |
127
+ | 1.0797 | 10.1839 | 7200 | 0.9664 | 0.5978 |
128
+ | 1.0797 | 10.3253 | 7300 | 1.0209 | 0.6022 |
129
+ | 1.0797 | 10.4668 | 7400 | 0.9849 | 0.5975 |
130
+ | 1.0701 | 10.6082 | 7500 | 0.9719 | 0.6057 |
131
+ | 1.0701 | 10.7496 | 7600 | 0.9670 | 0.6123 |
132
+ | 1.0701 | 10.8911 | 7700 | 0.9669 | 0.6125 |
133
+ | 1.0701 | 11.0325 | 7800 | 0.9669 | 0.6125 |
134
+ | 1.0701 | 11.1740 | 7900 | 0.9669 | 0.6125 |
135
+ | 1.0518 | 11.3154 | 8000 | 0.9669 | 0.6125 |
136
+ | 1.0518 | 11.4569 | 8100 | 0.9669 | 0.6125 |
137
+ | 1.0518 | 11.5983 | 8200 | 0.9669 | 0.6125 |
138
+ | 1.0518 | 11.7397 | 8300 | 0.9669 | 0.6125 |
139
+ | 1.0518 | 11.8812 | 8400 | 0.9669 | 0.6125 |
140
+ | 1.0594 | 12.0226 | 8500 | 0.9669 | 0.6125 |
141
+ | 1.0594 | 12.1641 | 8600 | 0.9669 | 0.6125 |
142
+ | 1.0594 | 12.3055 | 8700 | 0.9669 | 0.6125 |
143
+ | 1.0594 | 12.4470 | 8800 | 0.9669 | 0.6125 |
144
+ | 1.0594 | 12.5884 | 8900 | 0.9669 | 0.6125 |
145
+ | 1.0584 | 12.7298 | 9000 | 0.9669 | 0.6125 |
146
+ | 1.0584 | 12.8713 | 9100 | 0.9669 | 0.6125 |
147
+ | 1.0584 | 13.0127 | 9200 | 0.9669 | 0.6125 |
148
+ | 1.0584 | 13.1542 | 9300 | 0.9669 | 0.6125 |
149
+ | 1.0584 | 13.2956 | 9400 | 0.9669 | 0.6125 |
150
+ | 1.0556 | 13.4371 | 9500 | 0.9669 | 0.6125 |
151
+ | 1.0556 | 13.5785 | 9600 | 0.9669 | 0.6125 |
152
+ | 1.0556 | 13.7199 | 9700 | 0.9669 | 0.6125 |
153
+ | 1.0556 | 13.8614 | 9800 | 0.9669 | 0.6125 |
154
+ | 1.0556 | 14.0028 | 9900 | 0.9669 | 0.6125 |
155
+ | 1.0511 | 14.1443 | 10000 | 0.9669 | 0.6125 |
156
+ | 1.0511 | 14.2857 | 10100 | 0.9669 | 0.6125 |
157
+ | 1.0511 | 14.4272 | 10200 | 0.9669 | 0.6125 |
158
+ | 1.0511 | 14.5686 | 10300 | 0.9669 | 0.6125 |
159
+ | 1.0511 | 14.7100 | 10400 | 0.9669 | 0.6125 |
160
+ | 1.0585 | 14.8515 | 10500 | 0.9669 | 0.6125 |
161
+ | 1.0585 | 14.9929 | 10600 | 0.9669 | 0.6125 |
162
 
163
 
164
  ### Framework versions
runs/May10_10-45-37_09e070d6a7b1/events.out.tfevents.1715334631.09e070d6a7b1.138.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bafc3c47a151219e3736c77714bbd3ed54712e2e474f1e4283049767c60a517
3
- size 43710
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b05ec1a1e63a008aa6da73f8d99f996dd547e9f2065c30e877d44ba2503435
3
+ size 44911