Kamyar-zeinalipour commited on
Commit
8bf5e9e
·
verified ·
1 Parent(s): 86e2383

End of training

Browse files
Files changed (1) hide show
  1. README.md +217 -196
README.md CHANGED
@@ -1,199 +1,220 @@
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
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: mistral-7b-peptide-new-data
6
+ results: []
7
  ---
8
 
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # mistral-7b-peptide-new-data
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.6867
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 3
37
+ - eval_batch_size: 3
38
+ - seed: 42
39
+ - distributed_type: multi-GPU
40
+ - num_devices: 4
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 48
43
+ - total_eval_batch_size: 12
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 30
47
+ - training_steps: 8000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 2.0847 | 0.0063 | 50 | 1.7965 |
54
+ | 1.5136 | 0.0125 | 100 | 1.4393 |
55
+ | 1.3045 | 0.0187 | 150 | 1.2247 |
56
+ | 1.1527 | 0.025 | 200 | 1.1058 |
57
+ | 1.0242 | 0.0312 | 250 | 0.9986 |
58
+ | 0.6946 | 0.0375 | 300 | 0.9598 |
59
+ | 0.5299 | 0.0437 | 350 | 0.9767 |
60
+ | 0.5212 | 0.05 | 400 | 0.9270 |
61
+ | 0.4852 | 0.0563 | 450 | 0.9116 |
62
+ | 0.4739 | 0.0625 | 500 | 0.8924 |
63
+ | 0.3936 | 0.0688 | 550 | 0.9344 |
64
+ | 0.3514 | 0.075 | 600 | 0.9703 |
65
+ | 0.3544 | 0.0813 | 650 | 0.9725 |
66
+ | 0.3532 | 0.0875 | 700 | 0.9607 |
67
+ | 0.3524 | 0.0938 | 750 | 0.9420 |
68
+ | 0.3586 | 0.1 | 800 | 0.9656 |
69
+ | 0.3171 | 0.1062 | 850 | 0.9821 |
70
+ | 0.3218 | 0.1125 | 900 | 0.9767 |
71
+ | 0.3264 | 0.1187 | 950 | 0.9796 |
72
+ | 0.3211 | 0.125 | 1000 | 0.9690 |
73
+ | 0.3279 | 0.1313 | 1050 | 0.9566 |
74
+ | 0.2685 | 0.1375 | 1100 | 1.0596 |
75
+ | 0.2714 | 0.1437 | 1150 | 1.0163 |
76
+ | 0.2865 | 0.15 | 1200 | 1.0333 |
77
+ | 0.2763 | 0.1562 | 1250 | 1.0295 |
78
+ | 0.2823 | 0.1625 | 1300 | 1.0135 |
79
+ | 0.2222 | 0.1688 | 1350 | 1.0825 |
80
+ | 0.2091 | 0.175 | 1400 | 1.0671 |
81
+ | 0.323 | 0.1812 | 1450 | 1.1212 |
82
+ | 0.2035 | 0.1875 | 1500 | 1.0661 |
83
+ | 0.1991 | 0.1938 | 1550 | 1.0609 |
84
+ | 0.1775 | 0.2 | 1600 | 1.1045 |
85
+ | 0.1624 | 0.2062 | 1650 | 1.1419 |
86
+ | 0.1829 | 0.2125 | 1700 | 1.0643 |
87
+ | 0.1879 | 0.2188 | 1750 | 1.1223 |
88
+ | 0.1667 | 0.225 | 1800 | 1.1179 |
89
+ | 0.1618 | 0.2313 | 1850 | 1.1347 |
90
+ | 0.1469 | 0.2375 | 1900 | 1.1522 |
91
+ | 0.151 | 0.2437 | 1950 | 1.1615 |
92
+ | 0.1609 | 0.25 | 2000 | 1.1471 |
93
+ | 0.1504 | 0.2562 | 2050 | 1.1457 |
94
+ | 0.1452 | 0.2625 | 2100 | 1.1527 |
95
+ | 0.1341 | 0.2687 | 2150 | 1.1743 |
96
+ | 0.137 | 0.275 | 2200 | 1.1742 |
97
+ | 0.1387 | 0.2812 | 2250 | 1.1652 |
98
+ | 0.1357 | 0.2875 | 2300 | 1.1657 |
99
+ | 0.1347 | 0.2938 | 2350 | 1.1545 |
100
+ | 0.1217 | 0.3 | 2400 | 1.1933 |
101
+ | 0.1226 | 0.3063 | 2450 | 1.1882 |
102
+ | 0.1273 | 0.3125 | 2500 | 1.1999 |
103
+ | 0.124 | 0.3187 | 2550 | 1.1980 |
104
+ | 0.1197 | 0.325 | 2600 | 1.2027 |
105
+ | 0.1134 | 0.3312 | 2650 | 1.2114 |
106
+ | 0.112 | 0.3375 | 2700 | 1.2340 |
107
+ | 0.1132 | 0.3438 | 2750 | 1.2302 |
108
+ | 0.1127 | 0.35 | 2800 | 1.2177 |
109
+ | 0.1088 | 0.3563 | 2850 | 1.2415 |
110
+ | 0.1022 | 0.3625 | 2900 | 1.2502 |
111
+ | 0.0988 | 0.3688 | 2950 | 1.2659 |
112
+ | 0.0998 | 0.375 | 3000 | 1.2661 |
113
+ | 0.1012 | 0.3812 | 3050 | 1.2714 |
114
+ | 0.0974 | 0.3875 | 3100 | 1.2615 |
115
+ | 0.0948 | 0.3937 | 3150 | 1.2465 |
116
+ | 0.0903 | 0.4 | 3200 | 1.2662 |
117
+ | 0.088 | 0.4062 | 3250 | 1.2820 |
118
+ | 0.0895 | 0.4125 | 3300 | 1.2749 |
119
+ | 0.0903 | 0.4188 | 3350 | 1.2479 |
120
+ | 0.0871 | 0.425 | 3400 | 1.2638 |
121
+ | 0.0733 | 0.4313 | 3450 | 1.3351 |
122
+ | 0.0735 | 0.4375 | 3500 | 1.3046 |
123
+ | 0.0818 | 0.4437 | 3550 | 1.3131 |
124
+ | 0.08 | 0.45 | 3600 | 1.3224 |
125
+ | 0.0795 | 0.4562 | 3650 | 1.3298 |
126
+ | 0.0746 | 0.4625 | 3700 | 1.3175 |
127
+ | 0.0706 | 0.4688 | 3750 | 1.3807 |
128
+ | 0.0711 | 0.475 | 3800 | 1.3475 |
129
+ | 0.0748 | 0.4813 | 3850 | 1.3502 |
130
+ | 0.0705 | 0.4875 | 3900 | 1.3271 |
131
+ | 0.0685 | 0.4938 | 3950 | 1.3551 |
132
+ | 0.0663 | 0.5 | 4000 | 1.3735 |
133
+ | 0.0663 | 0.5062 | 4050 | 1.3789 |
134
+ | 0.0654 | 0.5125 | 4100 | 1.3495 |
135
+ | 0.0658 | 0.5188 | 4150 | 1.3363 |
136
+ | 0.0633 | 0.525 | 4200 | 1.3569 |
137
+ | 0.0621 | 0.5312 | 4250 | 1.3798 |
138
+ | 0.0636 | 0.5375 | 4300 | 1.3904 |
139
+ | 0.0635 | 0.5437 | 4350 | 1.4183 |
140
+ | 0.0597 | 0.55 | 4400 | 1.3955 |
141
+ | 0.0574 | 0.5563 | 4450 | 1.3847 |
142
+ | 0.0588 | 0.5625 | 4500 | 1.4347 |
143
+ | 0.0575 | 0.5687 | 4550 | 1.4519 |
144
+ | 0.0574 | 0.575 | 4600 | 1.4268 |
145
+ | 0.056 | 0.5813 | 4650 | 1.4242 |
146
+ | 0.0535 | 0.5875 | 4700 | 1.4149 |
147
+ | 0.0523 | 0.5938 | 4750 | 1.4397 |
148
+ | 0.0463 | 0.6 | 4800 | 1.4837 |
149
+ | 0.0485 | 0.6062 | 4850 | 1.4928 |
150
+ | 0.0472 | 0.6125 | 4900 | 1.4878 |
151
+ | 0.0465 | 0.6188 | 4950 | 1.5182 |
152
+ | 0.0391 | 0.625 | 5000 | 1.4831 |
153
+ | 0.0389 | 0.6312 | 5050 | 1.4707 |
154
+ | 0.0443 | 0.6375 | 5100 | 1.4903 |
155
+ | 0.0367 | 0.6438 | 5150 | 1.5244 |
156
+ | 0.033 | 0.65 | 5200 | 1.4586 |
157
+ | 0.0352 | 0.6562 | 5250 | 1.4376 |
158
+ | 0.0353 | 0.6625 | 5300 | 1.5125 |
159
+ | 0.0309 | 0.6687 | 5350 | 1.5366 |
160
+ | 0.0273 | 0.675 | 5400 | 1.4890 |
161
+ | 0.0313 | 0.6813 | 5450 | 1.5407 |
162
+ | 0.0243 | 0.6875 | 5500 | 1.5580 |
163
+ | 0.0259 | 0.6937 | 5550 | 1.5675 |
164
+ | 0.0247 | 0.7 | 5600 | 1.5824 |
165
+ | 0.0212 | 0.7063 | 5650 | 1.5901 |
166
+ | 0.0228 | 0.7125 | 5700 | 1.5499 |
167
+ | 0.0248 | 0.7188 | 5750 | 1.5870 |
168
+ | 0.0252 | 0.725 | 5800 | 1.5419 |
169
+ | 0.0177 | 0.7312 | 5850 | 1.5714 |
170
+ | 0.0239 | 0.7375 | 5900 | 1.5993 |
171
+ | 0.0252 | 0.7438 | 5950 | 1.5668 |
172
+ | 0.0243 | 0.75 | 6000 | 1.5898 |
173
+ | 0.0219 | 0.7562 | 6050 | 1.5875 |
174
+ | 0.0208 | 0.7625 | 6100 | 1.5930 |
175
+ | 0.0245 | 0.7688 | 6150 | 1.5847 |
176
+ | 0.0216 | 0.775 | 6200 | 1.6443 |
177
+ | 0.0222 | 0.7812 | 6250 | 1.6116 |
178
+ | 0.0175 | 0.7875 | 6300 | 1.6632 |
179
+ | 0.0211 | 0.7937 | 6350 | 1.6293 |
180
+ | 0.0218 | 0.8 | 6400 | 1.6341 |
181
+ | 0.0212 | 0.8063 | 6450 | 1.6336 |
182
+ | 0.0198 | 0.8125 | 6500 | 1.6720 |
183
+ | 0.0217 | 0.8187 | 6550 | 1.6364 |
184
+ | 0.0211 | 0.825 | 6600 | 1.6325 |
185
+ | 0.0196 | 0.8313 | 6650 | 1.6860 |
186
+ | 0.0231 | 0.8375 | 6700 | 1.6489 |
187
+ | 0.0216 | 0.8438 | 6750 | 1.6443 |
188
+ | 0.0229 | 0.85 | 6800 | 1.6406 |
189
+ | 0.0204 | 0.8562 | 6850 | 1.6545 |
190
+ | 0.0219 | 0.8625 | 6900 | 1.6468 |
191
+ | 0.0235 | 0.8688 | 6950 | 1.6207 |
192
+ | 0.022 | 0.875 | 7000 | 1.6522 |
193
+ | 0.0188 | 0.8812 | 7050 | 1.6853 |
194
+ | 0.0204 | 0.8875 | 7100 | 1.6584 |
195
+ | 0.0197 | 0.8938 | 7150 | 1.6843 |
196
+ | 0.0208 | 0.9 | 7200 | 1.7061 |
197
+ | 0.0205 | 0.9062 | 7250 | 1.6769 |
198
+ | 0.0235 | 0.9125 | 7300 | 1.6619 |
199
+ | 0.0198 | 0.9187 | 7350 | 1.6702 |
200
+ | 0.0216 | 0.925 | 7400 | 1.6880 |
201
+ | 0.0221 | 0.9313 | 7450 | 1.6701 |
202
+ | 0.0224 | 0.9375 | 7500 | 1.6614 |
203
+ | 0.0193 | 0.9437 | 7550 | 1.6734 |
204
+ | 0.0208 | 0.95 | 7600 | 1.6836 |
205
+ | 0.0199 | 0.9563 | 7650 | 1.6981 |
206
+ | 0.0223 | 0.9625 | 7700 | 1.6915 |
207
+ | 0.0184 | 0.9688 | 7750 | 1.6524 |
208
+ | 0.018 | 0.975 | 7800 | 1.7108 |
209
+ | 0.0184 | 0.9812 | 7850 | 1.6707 |
210
+ | 0.022 | 0.9875 | 7900 | 1.6735 |
211
+ | 0.0229 | 0.9938 | 7950 | 1.6733 |
212
+ | 0.0222 | 1.0 | 8000 | 1.6867 |
213
+
214
+
215
+ ### Framework versions
216
+
217
+ - Transformers 4.44.0.dev0
218
+ - Pytorch 2.1.0+cu121
219
+ - Datasets 2.20.0
220
+ - Tokenizers 0.19.1