sulaimank commited on
Commit
b9db176
1 Parent(s): 2563347

End of training

Browse files
Files changed (2) hide show
  1. README.md +159 -195
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,199 +1,163 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-xls-r-300m
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: wav2vec-xlsr-cv-grain-lg_both
11
+ results: []
12
  ---
13
 
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # wav2vec-xlsr-cv-grain-lg_both
18
+
19
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0871
22
+ - Wer: 0.0289
23
+ - Cer: 0.0079
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0003
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 32
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 100
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
56
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|
57
+ | 1.9082 | 1.0 | 2703 | 0.2081 | 0.2630 | 0.0539 |
58
+ | 0.6172 | 2.0 | 5406 | 0.1523 | 0.1853 | 0.0386 |
59
+ | 0.5149 | 3.0 | 8109 | 0.1235 | 0.1432 | 0.0307 |
60
+ | 0.4589 | 4.0 | 10812 | 0.1207 | 0.1297 | 0.0285 |
61
+ | 0.4226 | 5.0 | 13515 | 0.1007 | 0.1117 | 0.0238 |
62
+ | 0.3932 | 6.0 | 16218 | 0.0988 | 0.0979 | 0.0225 |
63
+ | 0.3706 | 7.0 | 18921 | 0.0916 | 0.0924 | 0.0212 |
64
+ | 0.3481 | 8.0 | 21624 | 0.0882 | 0.0881 | 0.0210 |
65
+ | 0.3291 | 9.0 | 24327 | 0.0856 | 0.0803 | 0.0185 |
66
+ | 0.3131 | 10.0 | 27030 | 0.0806 | 0.0777 | 0.0182 |
67
+ | 0.2997 | 11.0 | 29733 | 0.0767 | 0.0733 | 0.0175 |
68
+ | 0.2851 | 12.0 | 32436 | 0.0749 | 0.0742 | 0.0178 |
69
+ | 0.2745 | 13.0 | 35139 | 0.0738 | 0.0636 | 0.0161 |
70
+ | 0.2628 | 14.0 | 37842 | 0.0818 | 0.0749 | 0.0177 |
71
+ | 0.2487 | 15.0 | 40545 | 0.0750 | 0.0699 | 0.0162 |
72
+ | 0.2389 | 16.0 | 43248 | 0.0682 | 0.0586 | 0.0145 |
73
+ | 0.2299 | 17.0 | 45951 | 0.0675 | 0.0590 | 0.0137 |
74
+ | 0.22 | 18.0 | 48654 | 0.0715 | 0.0562 | 0.0140 |
75
+ | 0.2102 | 19.0 | 51357 | 0.0757 | 0.0534 | 0.0134 |
76
+ | 0.202 | 20.0 | 54060 | 0.0785 | 0.0586 | 0.0149 |
77
+ | 0.195 | 21.0 | 56763 | 0.0731 | 0.0590 | 0.0136 |
78
+ | 0.186 | 22.0 | 59466 | 0.0750 | 0.0566 | 0.0136 |
79
+ | 0.1797 | 23.0 | 62169 | 0.0746 | 0.0523 | 0.0127 |
80
+ | 0.1713 | 24.0 | 64872 | 0.0739 | 0.0538 | 0.0132 |
81
+ | 0.1634 | 25.0 | 67575 | 0.0806 | 0.0514 | 0.0130 |
82
+ | 0.157 | 26.0 | 70278 | 0.0748 | 0.0532 | 0.0132 |
83
+ | 0.1521 | 27.0 | 72981 | 0.0774 | 0.0521 | 0.0133 |
84
+ | 0.1483 | 28.0 | 75684 | 0.0775 | 0.0501 | 0.0125 |
85
+ | 0.1424 | 29.0 | 78387 | 0.0772 | 0.0479 | 0.0122 |
86
+ | 0.1363 | 30.0 | 81090 | 0.0747 | 0.0453 | 0.0116 |
87
+ | 0.1322 | 31.0 | 83793 | 0.0801 | 0.0436 | 0.0116 |
88
+ | 0.1266 | 32.0 | 86496 | 0.0758 | 0.0473 | 0.0112 |
89
+ | 0.1234 | 33.0 | 89199 | 0.0691 | 0.0430 | 0.0107 |
90
+ | 0.1214 | 34.0 | 91902 | 0.0853 | 0.0458 | 0.0120 |
91
+ | 0.1178 | 35.0 | 94605 | 0.0805 | 0.0436 | 0.0107 |
92
+ | 0.1126 | 36.0 | 97308 | 0.0803 | 0.0436 | 0.0116 |
93
+ | 0.1119 | 37.0 | 100011 | 0.0744 | 0.0412 | 0.0105 |
94
+ | 0.1079 | 38.0 | 102714 | 0.0788 | 0.0421 | 0.0106 |
95
+ | 0.1039 | 39.0 | 105417 | 0.0802 | 0.0406 | 0.0105 |
96
+ | 0.1014 | 40.0 | 108120 | 0.0741 | 0.0367 | 0.0098 |
97
+ | 0.1 | 41.0 | 110823 | 0.0812 | 0.0401 | 0.0106 |
98
+ | 0.096 | 42.0 | 113526 | 0.0772 | 0.0410 | 0.0111 |
99
+ | 0.0937 | 43.0 | 116229 | 0.0782 | 0.0417 | 0.0106 |
100
+ | 0.0923 | 44.0 | 118932 | 0.0808 | 0.0404 | 0.0104 |
101
+ | 0.0894 | 45.0 | 121635 | 0.0725 | 0.0384 | 0.0097 |
102
+ | 0.0874 | 46.0 | 124338 | 0.0747 | 0.0351 | 0.0098 |
103
+ | 0.0856 | 47.0 | 127041 | 0.0761 | 0.0373 | 0.0100 |
104
+ | 0.0852 | 48.0 | 129744 | 0.0786 | 0.0393 | 0.0099 |
105
+ | 0.0821 | 49.0 | 132447 | 0.0766 | 0.0334 | 0.0092 |
106
+ | 0.0815 | 50.0 | 135150 | 0.0789 | 0.0365 | 0.0103 |
107
+ | 0.0798 | 51.0 | 137853 | 0.0813 | 0.0391 | 0.0101 |
108
+ | 0.0775 | 52.0 | 140556 | 0.0783 | 0.0341 | 0.0091 |
109
+ | 0.0755 | 53.0 | 143259 | 0.0793 | 0.0399 | 0.0105 |
110
+ | 0.0745 | 54.0 | 145962 | 0.0770 | 0.0408 | 0.0100 |
111
+ | 0.072 | 55.0 | 148665 | 0.0774 | 0.0349 | 0.0093 |
112
+ | 0.0708 | 56.0 | 151368 | 0.0811 | 0.0341 | 0.0091 |
113
+ | 0.0675 | 57.0 | 154071 | 0.0740 | 0.0321 | 0.0087 |
114
+ | 0.067 | 58.0 | 156774 | 0.0747 | 0.0321 | 0.0087 |
115
+ | 0.0657 | 59.0 | 159477 | 0.0721 | 0.0312 | 0.0085 |
116
+ | 0.0645 | 60.0 | 162180 | 0.0701 | 0.0341 | 0.0089 |
117
+ | 0.0631 | 61.0 | 164883 | 0.0788 | 0.0358 | 0.0090 |
118
+ | 0.0623 | 62.0 | 167586 | 0.0763 | 0.0312 | 0.0091 |
119
+ | 0.0614 | 63.0 | 170289 | 0.0777 | 0.0332 | 0.0087 |
120
+ | 0.0592 | 64.0 | 172992 | 0.0742 | 0.0319 | 0.0085 |
121
+ | 0.0576 | 65.0 | 175695 | 0.0755 | 0.0317 | 0.0085 |
122
+ | 0.0566 | 66.0 | 178398 | 0.0785 | 0.0347 | 0.0092 |
123
+ | 0.0565 | 67.0 | 181101 | 0.0794 | 0.0315 | 0.0086 |
124
+ | 0.0559 | 68.0 | 183804 | 0.0774 | 0.0317 | 0.0084 |
125
+ | 0.0534 | 69.0 | 186507 | 0.0814 | 0.0338 | 0.0088 |
126
+ | 0.0521 | 70.0 | 189210 | 0.0825 | 0.0330 | 0.0089 |
127
+ | 0.0514 | 71.0 | 191913 | 0.0781 | 0.0297 | 0.0081 |
128
+ | 0.0489 | 72.0 | 194616 | 0.0802 | 0.0293 | 0.0079 |
129
+ | 0.0496 | 73.0 | 197319 | 0.0799 | 0.0330 | 0.0086 |
130
+ | 0.0474 | 74.0 | 200022 | 0.0806 | 0.0299 | 0.0080 |
131
+ | 0.0479 | 75.0 | 202725 | 0.0789 | 0.0284 | 0.0080 |
132
+ | 0.0461 | 76.0 | 205428 | 0.0797 | 0.0308 | 0.0079 |
133
+ | 0.044 | 77.0 | 208131 | 0.0788 | 0.0284 | 0.0078 |
134
+ | 0.0444 | 78.0 | 210834 | 0.0830 | 0.0304 | 0.0083 |
135
+ | 0.0429 | 79.0 | 213537 | 0.0826 | 0.0312 | 0.0085 |
136
+ | 0.0423 | 80.0 | 216240 | 0.0845 | 0.0317 | 0.0087 |
137
+ | 0.041 | 81.0 | 218943 | 0.0862 | 0.0323 | 0.0085 |
138
+ | 0.0399 | 82.0 | 221646 | 0.0844 | 0.0297 | 0.0083 |
139
+ | 0.0402 | 83.0 | 224349 | 0.0884 | 0.0308 | 0.0084 |
140
+ | 0.0389 | 84.0 | 227052 | 0.0853 | 0.0276 | 0.0079 |
141
+ | 0.0372 | 85.0 | 229755 | 0.0839 | 0.0325 | 0.0082 |
142
+ | 0.0367 | 86.0 | 232458 | 0.0851 | 0.0282 | 0.0078 |
143
+ | 0.0358 | 87.0 | 235161 | 0.0836 | 0.0297 | 0.0081 |
144
+ | 0.0355 | 88.0 | 237864 | 0.0860 | 0.0295 | 0.0083 |
145
+ | 0.0347 | 89.0 | 240567 | 0.0848 | 0.0291 | 0.0081 |
146
+ | 0.0334 | 90.0 | 243270 | 0.0832 | 0.0280 | 0.0079 |
147
+ | 0.033 | 91.0 | 245973 | 0.0848 | 0.0282 | 0.0079 |
148
+ | 0.0329 | 92.0 | 248676 | 0.0852 | 0.0286 | 0.0082 |
149
+ | 0.0317 | 93.0 | 251379 | 0.0851 | 0.0291 | 0.0080 |
150
+ | 0.0314 | 94.0 | 254082 | 0.0873 | 0.0291 | 0.0080 |
151
+ | 0.0313 | 95.0 | 256785 | 0.0869 | 0.0284 | 0.0079 |
152
+ | 0.0305 | 96.0 | 259488 | 0.0853 | 0.0291 | 0.0080 |
153
+ | 0.03 | 97.0 | 262191 | 0.0862 | 0.0280 | 0.0077 |
154
+ | 0.0299 | 98.0 | 264894 | 0.0865 | 0.0282 | 0.0078 |
155
+ | 0.0286 | 99.0 | 267597 | 0.0871 | 0.0289 | 0.0079 |
156
+
157
+
158
+ ### Framework versions
159
+
160
+ - Transformers 4.46.1
161
+ - Pytorch 2.1.0+cu118
162
+ - Datasets 3.1.0
163
+ - Tokenizers 0.20.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c64d5831f5e55c8030fa148dbd6023492a61cf890d78105c919d0e3294168c4
3
  size 1261967380
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc11d10e88792043460e44403c58da46101a97ee232dc62e5afbdc1ac177b3ba
3
  size 1261967380