sulaimank commited on
Commit
6c4abc1
·
verified ·
1 Parent(s): 19b55c2

End of training

Browse files
Files changed (3) hide show
  1. README.md +157 -195
  2. adapter.lug.safetensors +3 -0
  3. model.safetensors +1 -1
README.md CHANGED
@@ -1,199 +1,161 @@
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: cc-by-nc-4.0
4
+ base_model: facebook/mms-1b-all
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: mms-1b-all-lg-GRAIN-v1
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
+ # mms-1b-all-lg-GRAIN-v1
18
+
19
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0539
22
+ - Wer: 0.0650
23
+ - Cer: 0.0121
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.001
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 16
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
+ - lr_scheduler_warmup_steps: 100
51
+ - num_epochs: 100
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
57
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|
58
+ | 0.6472 | 1.0 | 1385 | 0.1179 | 0.1626 | 0.0285 |
59
+ | 0.3081 | 2.0 | 2770 | 0.1075 | 0.1525 | 0.0264 |
60
+ | 0.2974 | 3.0 | 4155 | 0.1057 | 0.1517 | 0.0263 |
61
+ | 0.2874 | 4.0 | 5540 | 0.0980 | 0.1374 | 0.0243 |
62
+ | 0.2816 | 5.0 | 6925 | 0.0988 | 0.1357 | 0.0237 |
63
+ | 0.2749 | 6.0 | 8310 | 0.0925 | 0.1258 | 0.0228 |
64
+ | 0.27 | 7.0 | 9695 | 0.0896 | 0.1224 | 0.0218 |
65
+ | 0.2637 | 8.0 | 11080 | 0.0856 | 0.1142 | 0.0207 |
66
+ | 0.26 | 9.0 | 12465 | 0.0849 | 0.1200 | 0.0218 |
67
+ | 0.2564 | 10.0 | 13850 | 0.0838 | 0.1079 | 0.0199 |
68
+ | 0.2524 | 11.0 | 15235 | 0.0806 | 0.1100 | 0.0194 |
69
+ | 0.2497 | 12.0 | 16620 | 0.0784 | 0.1115 | 0.0198 |
70
+ | 0.2463 | 13.0 | 18005 | 0.0774 | 0.1069 | 0.0193 |
71
+ | 0.2462 | 14.0 | 19390 | 0.0813 | 0.1083 | 0.0196 |
72
+ | 0.2406 | 15.0 | 20775 | 0.0771 | 0.1021 | 0.0184 |
73
+ | 0.2369 | 16.0 | 22160 | 0.0772 | 0.1017 | 0.0190 |
74
+ | 0.235 | 17.0 | 23545 | 0.0740 | 0.0939 | 0.0179 |
75
+ | 0.2313 | 18.0 | 24930 | 0.0735 | 0.0988 | 0.0178 |
76
+ | 0.2297 | 19.0 | 26315 | 0.0743 | 0.1028 | 0.0184 |
77
+ | 0.2265 | 20.0 | 27700 | 0.0724 | 0.0997 | 0.0178 |
78
+ | 0.2229 | 21.0 | 29085 | 0.0728 | 0.0959 | 0.0175 |
79
+ | 0.2205 | 22.0 | 30470 | 0.0709 | 0.0930 | 0.0171 |
80
+ | 0.2194 | 23.0 | 31855 | 0.0677 | 0.0903 | 0.0166 |
81
+ | 0.2159 | 24.0 | 33240 | 0.0681 | 0.0903 | 0.0163 |
82
+ | 0.2155 | 25.0 | 34625 | 0.0694 | 0.0918 | 0.0170 |
83
+ | 0.2133 | 26.0 | 36010 | 0.0679 | 0.0930 | 0.0171 |
84
+ | 0.2103 | 27.0 | 37395 | 0.0713 | 0.0926 | 0.0167 |
85
+ | 0.2076 | 28.0 | 38780 | 0.0665 | 0.0918 | 0.0164 |
86
+ | 0.2067 | 29.0 | 40165 | 0.0679 | 0.0853 | 0.0160 |
87
+ | 0.2068 | 30.0 | 41550 | 0.0640 | 0.0835 | 0.0155 |
88
+ | 0.2035 | 31.0 | 42935 | 0.0644 | 0.0831 | 0.0157 |
89
+ | 0.2015 | 32.0 | 44320 | 0.0646 | 0.0893 | 0.0162 |
90
+ | 0.1993 | 33.0 | 45705 | 0.0656 | 0.0883 | 0.0159 |
91
+ | 0.1976 | 34.0 | 47090 | 0.0637 | 0.0825 | 0.0151 |
92
+ | 0.1957 | 35.0 | 48475 | 0.0620 | 0.0827 | 0.0152 |
93
+ | 0.1944 | 36.0 | 49860 | 0.0616 | 0.0812 | 0.0153 |
94
+ | 0.1929 | 37.0 | 51245 | 0.0604 | 0.0847 | 0.0153 |
95
+ | 0.1899 | 38.0 | 52630 | 0.0624 | 0.0858 | 0.0153 |
96
+ | 0.1897 | 39.0 | 54015 | 0.0621 | 0.0872 | 0.0156 |
97
+ | 0.1888 | 40.0 | 55400 | 0.0609 | 0.0808 | 0.0154 |
98
+ | 0.1872 | 41.0 | 56785 | 0.0627 | 0.0841 | 0.0151 |
99
+ | 0.1845 | 42.0 | 58170 | 0.0602 | 0.0849 | 0.0151 |
100
+ | 0.1857 | 43.0 | 59555 | 0.0629 | 0.0866 | 0.0157 |
101
+ | 0.183 | 44.0 | 60940 | 0.0586 | 0.0775 | 0.0143 |
102
+ | 0.1821 | 45.0 | 62325 | 0.0604 | 0.0856 | 0.0152 |
103
+ | 0.1806 | 46.0 | 63710 | 0.0614 | 0.0835 | 0.0148 |
104
+ | 0.1788 | 47.0 | 65095 | 0.0592 | 0.0818 | 0.0146 |
105
+ | 0.1776 | 48.0 | 66480 | 0.0590 | 0.0804 | 0.0147 |
106
+ | 0.1765 | 49.0 | 67865 | 0.0596 | 0.0796 | 0.0148 |
107
+ | 0.175 | 50.0 | 69250 | 0.0571 | 0.0787 | 0.0145 |
108
+ | 0.1733 | 51.0 | 70635 | 0.0586 | 0.0806 | 0.0148 |
109
+ | 0.1738 | 52.0 | 72020 | 0.0577 | 0.0789 | 0.0141 |
110
+ | 0.1702 | 53.0 | 73405 | 0.0579 | 0.0764 | 0.0146 |
111
+ | 0.1702 | 54.0 | 74790 | 0.0592 | 0.0766 | 0.0142 |
112
+ | 0.1689 | 55.0 | 76175 | 0.0555 | 0.0742 | 0.0138 |
113
+ | 0.1671 | 56.0 | 77560 | 0.0572 | 0.0773 | 0.0141 |
114
+ | 0.1658 | 57.0 | 78945 | 0.0557 | 0.0766 | 0.0140 |
115
+ | 0.1659 | 58.0 | 80330 | 0.0550 | 0.0769 | 0.0142 |
116
+ | 0.1643 | 59.0 | 81715 | 0.0539 | 0.0735 | 0.0131 |
117
+ | 0.1641 | 60.0 | 83100 | 0.0537 | 0.0754 | 0.0135 |
118
+ | 0.1623 | 61.0 | 84485 | 0.0543 | 0.0746 | 0.0133 |
119
+ | 0.1608 | 62.0 | 85870 | 0.0537 | 0.0698 | 0.0131 |
120
+ | 0.1587 | 63.0 | 87255 | 0.0567 | 0.0756 | 0.0132 |
121
+ | 0.1594 | 64.0 | 88640 | 0.0571 | 0.0740 | 0.0131 |
122
+ | 0.1576 | 65.0 | 90025 | 0.0557 | 0.0723 | 0.0135 |
123
+ | 0.1579 | 66.0 | 91410 | 0.0564 | 0.0760 | 0.0138 |
124
+ | 0.1575 | 67.0 | 92795 | 0.0579 | 0.0729 | 0.0135 |
125
+ | 0.1555 | 68.0 | 94180 | 0.0571 | 0.0742 | 0.0136 |
126
+ | 0.1547 | 69.0 | 95565 | 0.0557 | 0.0680 | 0.0127 |
127
+ | 0.1537 | 70.0 | 96950 | 0.0567 | 0.0708 | 0.0132 |
128
+ | 0.1516 | 71.0 | 98335 | 0.0569 | 0.0713 | 0.0131 |
129
+ | 0.1505 | 72.0 | 99720 | 0.0573 | 0.0723 | 0.0133 |
130
+ | 0.1491 | 73.0 | 101105 | 0.0569 | 0.0688 | 0.0125 |
131
+ | 0.1495 | 74.0 | 102490 | 0.0579 | 0.0760 | 0.0134 |
132
+ | 0.1491 | 75.0 | 103875 | 0.0560 | 0.0750 | 0.0132 |
133
+ | 0.1479 | 76.0 | 105260 | 0.0551 | 0.0684 | 0.0126 |
134
+ | 0.1464 | 77.0 | 106645 | 0.0539 | 0.0696 | 0.0124 |
135
+ | 0.145 | 78.0 | 108030 | 0.0555 | 0.0702 | 0.0127 |
136
+ | 0.1456 | 79.0 | 109415 | 0.0539 | 0.0679 | 0.0122 |
137
+ | 0.1438 | 80.0 | 110800 | 0.0547 | 0.0677 | 0.0123 |
138
+ | 0.1437 | 81.0 | 112185 | 0.0524 | 0.0661 | 0.0120 |
139
+ | 0.1418 | 82.0 | 113570 | 0.0531 | 0.0679 | 0.0125 |
140
+ | 0.1419 | 83.0 | 114955 | 0.0548 | 0.0688 | 0.0125 |
141
+ | 0.1419 | 84.0 | 116340 | 0.0529 | 0.0646 | 0.0121 |
142
+ | 0.1396 | 85.0 | 117725 | 0.0526 | 0.0686 | 0.0123 |
143
+ | 0.1393 | 86.0 | 119110 | 0.0527 | 0.0684 | 0.0122 |
144
+ | 0.1385 | 87.0 | 120495 | 0.0543 | 0.0682 | 0.0122 |
145
+ | 0.1368 | 88.0 | 121880 | 0.0536 | 0.0665 | 0.0120 |
146
+ | 0.1359 | 89.0 | 123265 | 0.0550 | 0.0667 | 0.0120 |
147
+ | 0.1365 | 90.0 | 124650 | 0.0515 | 0.0646 | 0.0117 |
148
+ | 0.1359 | 91.0 | 126035 | 0.0541 | 0.0669 | 0.0123 |
149
+ | 0.1348 | 92.0 | 127420 | 0.0521 | 0.0659 | 0.0118 |
150
+ | 0.1357 | 93.0 | 128805 | 0.0537 | 0.0669 | 0.0122 |
151
+ | 0.1337 | 94.0 | 130190 | 0.0542 | 0.0696 | 0.0126 |
152
+ | 0.1327 | 95.0 | 131575 | 0.0546 | 0.0638 | 0.0118 |
153
+ | 0.133 | 96.0 | 132960 | 0.0539 | 0.0650 | 0.0121 |
154
+
155
+
156
+ ### Framework versions
157
+
158
+ - Transformers 4.47.0
159
+ - Pytorch 2.1.0+cu118
160
+ - Datasets 3.1.0
161
+ - Tokenizers 0.21.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adapter.lug.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e4d1b8be041e084845f815595e72359fe4666f84be584b5ad6d8b23d64d184
3
+ size 8839532
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:284ff9d3384b736bfd59dd5ac8bce74f9b25211b7d60872a486f6988191f6ad4
3
  size 3858931916
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97cbf7f0235cc4da98503f4b760f5f9251ecdf33f3cdce36665f5e9d8398dc0d
3
  size 3858931916