sulaimank commited on
Commit
102774f
1 Parent(s): dbd0a48

End of training

Browse files
Files changed (2) hide show
  1. README.md +137 -195
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,199 +1,141 @@
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-CV-Fleurs-lg-5hrs-v6
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-CV-Fleurs-lg-5hrs-v6
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: 1.3699
22
+ - Wer: 0.7068
23
+ - Cer: 0.1674
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
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 100
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|
55
+ | 3.4673 | 1.0 | 515 | 2.9455 | 1.0 | 1.0 |
56
+ | 2.7771 | 2.0 | 1030 | 2.2858 | 1.0 | 0.8202 |
57
+ | 1.8563 | 3.0 | 1545 | 1.3887 | 0.9943 | 0.3860 |
58
+ | 1.4104 | 4.0 | 2060 | 1.1308 | 0.9612 | 0.3178 |
59
+ | 1.2231 | 5.0 | 2575 | 1.0093 | 0.9368 | 0.2874 |
60
+ | 1.0872 | 6.0 | 3090 | 0.9377 | 0.9282 | 0.2764 |
61
+ | 0.9686 | 7.0 | 3605 | 0.8713 | 0.9118 | 0.2548 |
62
+ | 0.8675 | 8.0 | 4120 | 0.8353 | 0.9062 | 0.2504 |
63
+ | 0.7817 | 9.0 | 4635 | 0.8204 | 0.8985 | 0.2440 |
64
+ | 0.7045 | 10.0 | 5150 | 0.8144 | 0.8841 | 0.2332 |
65
+ | 0.6322 | 11.0 | 5665 | 0.8112 | 0.8416 | 0.2176 |
66
+ | 0.5865 | 12.0 | 6180 | 0.8228 | 0.8404 | 0.2203 |
67
+ | 0.5264 | 13.0 | 6695 | 0.8488 | 0.8297 | 0.2149 |
68
+ | 0.4879 | 14.0 | 7210 | 0.8404 | 0.8047 | 0.2070 |
69
+ | 0.4408 | 15.0 | 7725 | 0.9070 | 0.8233 | 0.2115 |
70
+ | 0.4079 | 16.0 | 8240 | 0.9762 | 0.8107 | 0.2087 |
71
+ | 0.3777 | 17.0 | 8755 | 0.8993 | 0.8119 | 0.2063 |
72
+ | 0.356 | 18.0 | 9270 | 1.0907 | 0.8091 | 0.2071 |
73
+ | 0.3234 | 19.0 | 9785 | 1.0084 | 0.8201 | 0.2042 |
74
+ | 0.3157 | 20.0 | 10300 | 0.9811 | 0.8201 | 0.2032 |
75
+ | 0.2892 | 21.0 | 10815 | 1.0994 | 0.8067 | 0.1999 |
76
+ | 0.2793 | 22.0 | 11330 | 1.0639 | 0.7842 | 0.1986 |
77
+ | 0.2609 | 23.0 | 11845 | 1.0425 | 0.7925 | 0.1996 |
78
+ | 0.2535 | 24.0 | 12360 | 1.0799 | 0.7888 | 0.1988 |
79
+ | 0.2422 | 25.0 | 12875 | 1.0773 | 0.7795 | 0.1932 |
80
+ | 0.2336 | 26.0 | 13390 | 1.0731 | 0.7732 | 0.1930 |
81
+ | 0.2241 | 27.0 | 13905 | 1.1465 | 0.7730 | 0.1907 |
82
+ | 0.205 | 28.0 | 14420 | 1.1303 | 0.7853 | 0.1935 |
83
+ | 0.2045 | 29.0 | 14935 | 1.1377 | 0.7825 | 0.1919 |
84
+ | 0.2004 | 30.0 | 15450 | 1.1406 | 0.7701 | 0.1884 |
85
+ | 0.1874 | 31.0 | 15965 | 1.2273 | 0.7749 | 0.1869 |
86
+ | 0.1901 | 32.0 | 16480 | 1.2571 | 0.7551 | 0.1846 |
87
+ | 0.178 | 33.0 | 16995 | 1.2050 | 0.7666 | 0.1900 |
88
+ | 0.176 | 34.0 | 17510 | 1.2171 | 0.7550 | 0.1842 |
89
+ | 0.174 | 35.0 | 18025 | 1.2065 | 0.7790 | 0.1850 |
90
+ | 0.1668 | 36.0 | 18540 | 1.2275 | 0.7582 | 0.1863 |
91
+ | 0.1663 | 37.0 | 19055 | 1.2588 | 0.7574 | 0.1862 |
92
+ | 0.1673 | 38.0 | 19570 | 1.2510 | 0.7556 | 0.1830 |
93
+ | 0.1542 | 39.0 | 20085 | 1.2482 | 0.7526 | 0.1818 |
94
+ | 0.1504 | 40.0 | 20600 | 1.2521 | 0.7545 | 0.1831 |
95
+ | 0.1524 | 41.0 | 21115 | 1.3708 | 0.7838 | 0.1863 |
96
+ | 0.1425 | 42.0 | 21630 | 1.2846 | 0.7711 | 0.1838 |
97
+ | 0.1458 | 43.0 | 22145 | 1.2877 | 0.7509 | 0.1820 |
98
+ | 0.1416 | 44.0 | 22660 | 1.2903 | 0.7581 | 0.1810 |
99
+ | 0.137 | 45.0 | 23175 | 1.2775 | 0.7472 | 0.1807 |
100
+ | 0.131 | 46.0 | 23690 | 1.3168 | 0.7404 | 0.1793 |
101
+ | 0.1384 | 47.0 | 24205 | 1.2914 | 0.7545 | 0.1805 |
102
+ | 0.1281 | 48.0 | 24720 | 1.2716 | 0.7421 | 0.1799 |
103
+ | 0.1306 | 49.0 | 25235 | 1.3053 | 0.7443 | 0.1784 |
104
+ | 0.1326 | 50.0 | 25750 | 1.3336 | 0.7419 | 0.1795 |
105
+ | 0.1202 | 51.0 | 26265 | 1.3539 | 0.7342 | 0.1784 |
106
+ | 0.1182 | 52.0 | 26780 | 1.3186 | 0.7584 | 0.1812 |
107
+ | 0.117 | 53.0 | 27295 | 1.3012 | 0.7317 | 0.1757 |
108
+ | 0.1154 | 54.0 | 27810 | 1.2908 | 0.7333 | 0.1757 |
109
+ | 0.1123 | 55.0 | 28325 | 1.3116 | 0.7356 | 0.1762 |
110
+ | 0.1124 | 56.0 | 28840 | 1.3920 | 0.7315 | 0.1745 |
111
+ | 0.1185 | 57.0 | 29355 | 1.3557 | 0.7285 | 0.1737 |
112
+ | 0.1032 | 58.0 | 29870 | 1.3676 | 0.7260 | 0.1742 |
113
+ | 0.1047 | 59.0 | 30385 | 1.3938 | 0.7328 | 0.1743 |
114
+ | 0.1047 | 60.0 | 30900 | 1.3472 | 0.7355 | 0.1761 |
115
+ | 0.1047 | 61.0 | 31415 | 1.3843 | 0.7294 | 0.1739 |
116
+ | 0.1008 | 62.0 | 31930 | 1.3270 | 0.7314 | 0.1749 |
117
+ | 0.0971 | 63.0 | 32445 | 1.3778 | 0.7297 | 0.1739 |
118
+ | 0.0947 | 64.0 | 32960 | 1.3629 | 0.7253 | 0.1734 |
119
+ | 0.0955 | 65.0 | 33475 | 1.4170 | 0.7174 | 0.1716 |
120
+ | 0.0977 | 66.0 | 33990 | 1.3668 | 0.7118 | 0.1707 |
121
+ | 0.0961 | 67.0 | 34505 | 1.4107 | 0.7150 | 0.1709 |
122
+ | 0.093 | 68.0 | 35020 | 1.4030 | 0.7140 | 0.1701 |
123
+ | 0.0856 | 69.0 | 35535 | 1.3854 | 0.7068 | 0.1681 |
124
+ | 0.0879 | 70.0 | 36050 | 1.3952 | 0.7152 | 0.1706 |
125
+ | 0.0878 | 71.0 | 36565 | 1.4117 | 0.7219 | 0.1717 |
126
+ | 0.0842 | 72.0 | 37080 | 1.4185 | 0.7131 | 0.1699 |
127
+ | 0.0833 | 73.0 | 37595 | 1.3656 | 0.7099 | 0.1684 |
128
+ | 0.081 | 74.0 | 38110 | 1.3637 | 0.7091 | 0.1694 |
129
+ | 0.0798 | 75.0 | 38625 | 1.4499 | 0.7156 | 0.1701 |
130
+ | 0.0783 | 76.0 | 39140 | 1.4385 | 0.7126 | 0.1700 |
131
+ | 0.0767 | 77.0 | 39655 | 1.4507 | 0.7058 | 0.1674 |
132
+ | 0.0772 | 78.0 | 40170 | 1.4279 | 0.7058 | 0.1683 |
133
+ | 0.0785 | 79.0 | 40685 | 1.3699 | 0.7068 | 0.1674 |
134
+
135
+
136
+ ### Framework versions
137
+
138
+ - Transformers 4.46.1
139
+ - Pytorch 2.1.0+cu118
140
+ - Datasets 3.1.0
141
+ - Tokenizers 0.20.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a40c47f680d851e2c4b4d24fd47b74a875f2509d5445ff661e362e7ba7c4fb1
3
  size 1261996080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01a1337f8fc19310ad1c2c439a5d78cda88ac78b2d3f2cf8a8a4ffc335364d2
3
  size 1261996080