sulaimank commited on
Commit
5f40c33
1 Parent(s): 3c692b0

End of training

Browse files
Files changed (1) hide show
  1. README.md +130 -195
README.md CHANGED
@@ -1,199 +1,134 @@
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: wav2vec2-xls-r-300m-lg-CV-414hrs-v10
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
+ # wav2vec2-xls-r-300m-lg-CV-414hrs-v10
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.3742
22
+ - Wer: 0.1098
23
+ - Cer: 0.0343
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: 4
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 8
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: 70
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
56
+ |:-------------:|:-----:|:-------:|:---------------:|:------:|:------:|
57
+ | 0.4484 | 1.0 | 32306 | 0.3944 | 0.3772 | 0.0986 |
58
+ | 0.2653 | 2.0 | 64612 | 0.3131 | 0.3193 | 0.0836 |
59
+ | 0.226 | 3.0 | 96918 | 0.3028 | 0.2965 | 0.0784 |
60
+ | 0.2019 | 4.0 | 129224 | 0.2732 | 0.2778 | 0.0721 |
61
+ | 0.1849 | 5.0 | 161530 | 0.2768 | 0.2626 | 0.0685 |
62
+ | 0.1712 | 6.0 | 193836 | 0.2824 | 0.2594 | 0.0694 |
63
+ | 0.1589 | 7.0 | 226142 | 0.2490 | 0.2504 | 0.0654 |
64
+ | 0.1496 | 8.0 | 258448 | 0.2502 | 0.2323 | 0.0621 |
65
+ | 0.1407 | 9.0 | 290754 | 0.2438 | 0.2273 | 0.0598 |
66
+ | 0.1333 | 10.0 | 323060 | 0.2510 | 0.2239 | 0.0613 |
67
+ | 0.1265 | 11.0 | 355366 | 0.2317 | 0.2227 | 0.0594 |
68
+ | 0.12 | 12.0 | 387672 | 0.2839 | 0.2147 | 0.0579 |
69
+ | 0.1137 | 13.0 | 419978 | 0.2698 | 0.2073 | 0.0570 |
70
+ | 0.108 | 14.0 | 452284 | 0.2360 | 0.2055 | 0.0554 |
71
+ | 0.1026 | 15.0 | 484590 | 0.2390 | 0.1995 | 0.0552 |
72
+ | 0.0975 | 16.0 | 516896 | 0.2494 | 0.1951 | 0.0530 |
73
+ | 0.0925 | 17.0 | 549202 | 0.2465 | 0.1925 | 0.0542 |
74
+ | 0.088 | 18.0 | 581508 | 0.2313 | 0.1870 | 0.0530 |
75
+ | 0.0832 | 19.0 | 613814 | 0.2468 | 0.1856 | 0.0513 |
76
+ | 0.0794 | 20.0 | 646120 | 0.2410 | 0.1905 | 0.0513 |
77
+ | 0.0753 | 21.0 | 678426 | 0.2430 | 0.1787 | 0.0492 |
78
+ | 0.0721 | 22.0 | 710732 | 0.2373 | 0.1774 | 0.0498 |
79
+ | 0.0686 | 23.0 | 743038 | 0.2618 | 0.1774 | 0.0501 |
80
+ | 0.0651 | 24.0 | 775344 | 0.2468 | 0.1698 | 0.0487 |
81
+ | 0.0618 | 25.0 | 807650 | 0.2813 | 0.1660 | 0.0477 |
82
+ | 0.0594 | 26.0 | 839956 | 0.2716 | 0.1674 | 0.0470 |
83
+ | 0.0565 | 27.0 | 872262 | 0.2525 | 0.1584 | 0.0460 |
84
+ | 0.0539 | 28.0 | 904568 | 0.2778 | 0.1596 | 0.0466 |
85
+ | 0.0523 | 29.0 | 936874 | 0.2628 | 0.1588 | 0.0450 |
86
+ | 0.0502 | 30.0 | 969180 | 0.2699 | 0.1543 | 0.0456 |
87
+ | 0.0481 | 31.0 | 1001486 | 0.2680 | 0.1517 | 0.0446 |
88
+ | 0.0461 | 32.0 | 1033792 | 0.3047 | 0.1581 | 0.0460 |
89
+ | 0.0444 | 33.0 | 1066098 | 0.2902 | 0.1553 | 0.0444 |
90
+ | 0.0427 | 34.0 | 1098404 | 0.2601 | 0.1506 | 0.0432 |
91
+ | 0.0412 | 35.0 | 1130710 | 0.2839 | 0.1483 | 0.0428 |
92
+ | 0.0397 | 36.0 | 1163016 | 0.2759 | 0.1387 | 0.0418 |
93
+ | 0.0383 | 37.0 | 1195322 | 0.2770 | 0.1501 | 0.0427 |
94
+ | 0.0371 | 38.0 | 1227628 | 0.2885 | 0.1424 | 0.0423 |
95
+ | 0.036 | 39.0 | 1259934 | 0.2883 | 0.1421 | 0.0418 |
96
+ | 0.0346 | 40.0 | 1292240 | 0.2915 | 0.1383 | 0.0414 |
97
+ | 0.0337 | 41.0 | 1324546 | 0.2842 | 0.1390 | 0.0408 |
98
+ | 0.0324 | 42.0 | 1356852 | 0.3078 | 0.1356 | 0.0412 |
99
+ | 0.0313 | 43.0 | 1389158 | 0.3268 | 0.1375 | 0.0401 |
100
+ | 0.0306 | 44.0 | 1421464 | 0.3019 | 0.1364 | 0.0411 |
101
+ | 0.0295 | 45.0 | 1453770 | 0.3077 | 0.1351 | 0.0401 |
102
+ | 0.0284 | 46.0 | 1486076 | 0.3226 | 0.1352 | 0.0404 |
103
+ | 0.0274 | 47.0 | 1518382 | 0.2993 | 0.1335 | 0.0401 |
104
+ | 0.0264 | 48.0 | 1550688 | 0.3139 | 0.1302 | 0.0384 |
105
+ | 0.0256 | 49.0 | 1582994 | 0.3338 | 0.1331 | 0.0397 |
106
+ | 0.025 | 50.0 | 1615300 | 0.3323 | 0.1260 | 0.0388 |
107
+ | 0.024 | 51.0 | 1647606 | 0.3184 | 0.1291 | 0.0390 |
108
+ | 0.0233 | 52.0 | 1679912 | 0.3239 | 0.1308 | 0.0385 |
109
+ | 0.0226 | 53.0 | 1712218 | 0.3308 | 0.1250 | 0.0377 |
110
+ | 0.0218 | 54.0 | 1744524 | 0.3498 | 0.1296 | 0.0384 |
111
+ | 0.0212 | 55.0 | 1776830 | 0.3390 | 0.1246 | 0.0374 |
112
+ | 0.0204 | 56.0 | 1809136 | 0.3439 | 0.1259 | 0.0379 |
113
+ | 0.0197 | 57.0 | 1841442 | 0.3490 | 0.1227 | 0.0374 |
114
+ | 0.019 | 58.0 | 1873748 | 0.3406 | 0.1228 | 0.0382 |
115
+ | 0.0184 | 59.0 | 1906054 | 0.3401 | 0.1213 | 0.0374 |
116
+ | 0.0179 | 60.0 | 1938360 | 0.3523 | 0.1206 | 0.0366 |
117
+ | 0.017 | 61.0 | 1970666 | 0.3844 | 0.1200 | 0.0360 |
118
+ | 0.0165 | 62.0 | 2002972 | 0.3582 | 0.1183 | 0.0356 |
119
+ | 0.0162 | 63.0 | 2035278 | 0.3759 | 0.1163 | 0.0356 |
120
+ | 0.0155 | 64.0 | 2067584 | 0.3641 | 0.1162 | 0.0363 |
121
+ | 0.015 | 65.0 | 2099890 | 0.3634 | 0.1168 | 0.0345 |
122
+ | 0.0145 | 66.0 | 2132196 | 0.3739 | 0.1140 | 0.0348 |
123
+ | 0.014 | 67.0 | 2164502 | 0.3708 | 0.1137 | 0.0347 |
124
+ | 0.0137 | 68.0 | 2196808 | 0.3715 | 0.1139 | 0.0347 |
125
+ | 0.0136 | 69.0 | 2229114 | 0.3787 | 0.1114 | 0.0345 |
126
+ | 0.0131 | 70.0 | 2261420 | 0.3742 | 0.1098 | 0.0343 |
127
+
128
+
129
+ ### Framework versions
130
+
131
+ - Transformers 4.46.2
132
+ - Pytorch 2.1.0+cu118
133
+ - Datasets 3.1.0
134
+ - Tokenizers 0.20.3