RMHalak commited on
Commit
7cb4226
1 Parent(s): 52d0301

Task: SequenceClassification

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: facebook/opt-6.7b
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
+
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]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.11.1
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/opt-6.7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "score",
19
+ "classifier",
20
+ "score"
21
+ ],
22
+ "peft_type": "LORA",
23
+ "r": 8,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "out_proj",
29
+ "q_proj",
30
+ "k_proj",
31
+ "fc1",
32
+ "fc2"
33
+ ],
34
+ "task_type": "SEQ_CLS",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7b684e18b3a4ba9d271793837dcd38a845165b2ca64574214b6e9c9cbd12e8
3
+ size 37818360
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "</s>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "clean_up_tokenization_spaces": true,
24
+ "eos_token": "</s>",
25
+ "errors": "replace",
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "pad_token": "</s>",
28
+ "tokenizer_class": "GPT2Tokenizer",
29
+ "unk_token": "</s>"
30
+ }
trainer_state-opt-fp16-QLORA-super_glue-copa-sequence_classification.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 8.0,
5
+ "eval_steps": 1,
6
+ "global_step": 20,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.4,
13
+ "grad_norm": 9.25,
14
+ "learning_rate": 2.5e-05,
15
+ "loss": 0.7505,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.4,
20
+ "eval_accuracy": 0.46,
21
+ "eval_loss": 0.7447265386581421,
22
+ "eval_runtime": 0.6628,
23
+ "eval_samples_per_second": 150.871,
24
+ "eval_steps_per_second": 4.526,
25
+ "step": 1
26
+ },
27
+ {
28
+ "epoch": 0.8,
29
+ "grad_norm": 7.59375,
30
+ "learning_rate": 5e-05,
31
+ "loss": 0.7291,
32
+ "step": 2
33
+ },
34
+ {
35
+ "epoch": 0.8,
36
+ "eval_accuracy": 0.45,
37
+ "eval_loss": 0.7388477921485901,
38
+ "eval_runtime": 0.6576,
39
+ "eval_samples_per_second": 152.059,
40
+ "eval_steps_per_second": 4.562,
41
+ "step": 2
42
+ },
43
+ {
44
+ "epoch": 1.2,
45
+ "grad_norm": 8.5,
46
+ "learning_rate": 4.722222222222222e-05,
47
+ "loss": 0.7301,
48
+ "step": 3
49
+ },
50
+ {
51
+ "epoch": 1.2,
52
+ "eval_accuracy": 0.47,
53
+ "eval_loss": 0.7335740923881531,
54
+ "eval_runtime": 0.7079,
55
+ "eval_samples_per_second": 141.262,
56
+ "eval_steps_per_second": 4.238,
57
+ "step": 3
58
+ },
59
+ {
60
+ "epoch": 1.6,
61
+ "grad_norm": 2.34375,
62
+ "learning_rate": 4.4444444444444447e-05,
63
+ "loss": 0.6936,
64
+ "step": 4
65
+ },
66
+ {
67
+ "epoch": 1.6,
68
+ "eval_accuracy": 0.47,
69
+ "eval_loss": 0.7240138053894043,
70
+ "eval_runtime": 0.6067,
71
+ "eval_samples_per_second": 164.816,
72
+ "eval_steps_per_second": 4.944,
73
+ "step": 4
74
+ },
75
+ {
76
+ "epoch": 2.0,
77
+ "grad_norm": 2.328125,
78
+ "learning_rate": 4.166666666666667e-05,
79
+ "loss": 0.6858,
80
+ "step": 5
81
+ },
82
+ {
83
+ "epoch": 2.0,
84
+ "eval_accuracy": 0.45,
85
+ "eval_loss": 0.7132813334465027,
86
+ "eval_runtime": 0.7063,
87
+ "eval_samples_per_second": 141.591,
88
+ "eval_steps_per_second": 4.248,
89
+ "step": 5
90
+ },
91
+ {
92
+ "epoch": 2.4,
93
+ "grad_norm": 3.96875,
94
+ "learning_rate": 3.888888888888889e-05,
95
+ "loss": 0.71,
96
+ "step": 6
97
+ },
98
+ {
99
+ "epoch": 2.4,
100
+ "eval_accuracy": 0.44,
101
+ "eval_loss": 0.7067969441413879,
102
+ "eval_runtime": 0.7275,
103
+ "eval_samples_per_second": 137.448,
104
+ "eval_steps_per_second": 4.123,
105
+ "step": 6
106
+ },
107
+ {
108
+ "epoch": 2.8,
109
+ "grad_norm": 3.359375,
110
+ "learning_rate": 3.611111111111111e-05,
111
+ "loss": 0.6762,
112
+ "step": 7
113
+ },
114
+ {
115
+ "epoch": 2.8,
116
+ "eval_accuracy": 0.44,
117
+ "eval_loss": 0.7037889361381531,
118
+ "eval_runtime": 0.6054,
119
+ "eval_samples_per_second": 165.192,
120
+ "eval_steps_per_second": 4.956,
121
+ "step": 7
122
+ },
123
+ {
124
+ "epoch": 3.2,
125
+ "grad_norm": 2.578125,
126
+ "learning_rate": 3.3333333333333335e-05,
127
+ "loss": 0.6753,
128
+ "step": 8
129
+ },
130
+ {
131
+ "epoch": 3.2,
132
+ "eval_accuracy": 0.46,
133
+ "eval_loss": 0.704345703125,
134
+ "eval_runtime": 0.606,
135
+ "eval_samples_per_second": 165.006,
136
+ "eval_steps_per_second": 4.95,
137
+ "step": 8
138
+ },
139
+ {
140
+ "epoch": 3.6,
141
+ "grad_norm": 7.5,
142
+ "learning_rate": 3.055555555555556e-05,
143
+ "loss": 0.7018,
144
+ "step": 9
145
+ },
146
+ {
147
+ "epoch": 3.6,
148
+ "eval_accuracy": 0.47,
149
+ "eval_loss": 0.7046388387680054,
150
+ "eval_runtime": 0.6548,
151
+ "eval_samples_per_second": 152.715,
152
+ "eval_steps_per_second": 4.581,
153
+ "step": 9
154
+ },
155
+ {
156
+ "epoch": 4.0,
157
+ "grad_norm": 2.78125,
158
+ "learning_rate": 2.777777777777778e-05,
159
+ "loss": 0.7055,
160
+ "step": 10
161
+ },
162
+ {
163
+ "epoch": 4.0,
164
+ "eval_accuracy": 0.47,
165
+ "eval_loss": 0.7057226300239563,
166
+ "eval_runtime": 0.607,
167
+ "eval_samples_per_second": 164.734,
168
+ "eval_steps_per_second": 4.942,
169
+ "step": 10
170
+ },
171
+ {
172
+ "epoch": 4.4,
173
+ "grad_norm": 2.1875,
174
+ "learning_rate": 2.5e-05,
175
+ "loss": 0.7051,
176
+ "step": 11
177
+ },
178
+ {
179
+ "epoch": 4.4,
180
+ "eval_accuracy": 0.47,
181
+ "eval_loss": 0.7075486779212952,
182
+ "eval_runtime": 0.6555,
183
+ "eval_samples_per_second": 152.549,
184
+ "eval_steps_per_second": 4.576,
185
+ "step": 11
186
+ },
187
+ {
188
+ "epoch": 4.8,
189
+ "grad_norm": 1.5859375,
190
+ "learning_rate": 2.2222222222222223e-05,
191
+ "loss": 0.702,
192
+ "step": 12
193
+ },
194
+ {
195
+ "epoch": 4.8,
196
+ "eval_accuracy": 0.47,
197
+ "eval_loss": 0.7065821886062622,
198
+ "eval_runtime": 0.6165,
199
+ "eval_samples_per_second": 162.207,
200
+ "eval_steps_per_second": 4.866,
201
+ "step": 12
202
+ },
203
+ {
204
+ "epoch": 5.2,
205
+ "grad_norm": 4.03125,
206
+ "learning_rate": 1.9444444444444445e-05,
207
+ "loss": 0.681,
208
+ "step": 13
209
+ },
210
+ {
211
+ "epoch": 5.2,
212
+ "eval_accuracy": 0.47,
213
+ "eval_loss": 0.7069336175918579,
214
+ "eval_runtime": 0.605,
215
+ "eval_samples_per_second": 165.291,
216
+ "eval_steps_per_second": 4.959,
217
+ "step": 13
218
+ },
219
+ {
220
+ "epoch": 5.6,
221
+ "grad_norm": 5.1875,
222
+ "learning_rate": 1.6666666666666667e-05,
223
+ "loss": 0.7026,
224
+ "step": 14
225
+ },
226
+ {
227
+ "epoch": 5.6,
228
+ "eval_accuracy": 0.47,
229
+ "eval_loss": 0.7063087224960327,
230
+ "eval_runtime": 0.666,
231
+ "eval_samples_per_second": 150.145,
232
+ "eval_steps_per_second": 4.504,
233
+ "step": 14
234
+ },
235
+ {
236
+ "epoch": 6.0,
237
+ "grad_norm": 4.46875,
238
+ "learning_rate": 1.388888888888889e-05,
239
+ "loss": 0.7073,
240
+ "step": 15
241
+ },
242
+ {
243
+ "epoch": 6.0,
244
+ "eval_accuracy": 0.47,
245
+ "eval_loss": 0.705986499786377,
246
+ "eval_runtime": 0.7202,
247
+ "eval_samples_per_second": 138.849,
248
+ "eval_steps_per_second": 4.165,
249
+ "step": 15
250
+ },
251
+ {
252
+ "epoch": 6.4,
253
+ "grad_norm": 2.4375,
254
+ "learning_rate": 1.1111111111111112e-05,
255
+ "loss": 0.7072,
256
+ "step": 16
257
+ },
258
+ {
259
+ "epoch": 6.4,
260
+ "eval_accuracy": 0.47,
261
+ "eval_loss": 0.7048340439796448,
262
+ "eval_runtime": 0.7767,
263
+ "eval_samples_per_second": 128.745,
264
+ "eval_steps_per_second": 3.862,
265
+ "step": 16
266
+ },
267
+ {
268
+ "epoch": 6.8,
269
+ "grad_norm": 2.09375,
270
+ "learning_rate": 8.333333333333334e-06,
271
+ "loss": 0.6854,
272
+ "step": 17
273
+ },
274
+ {
275
+ "epoch": 6.8,
276
+ "eval_accuracy": 0.47,
277
+ "eval_loss": 0.705859363079071,
278
+ "eval_runtime": 0.7695,
279
+ "eval_samples_per_second": 129.949,
280
+ "eval_steps_per_second": 3.898,
281
+ "step": 17
282
+ },
283
+ {
284
+ "epoch": 7.2,
285
+ "grad_norm": 4.375,
286
+ "learning_rate": 5.555555555555556e-06,
287
+ "loss": 0.6735,
288
+ "step": 18
289
+ },
290
+ {
291
+ "epoch": 7.2,
292
+ "eval_accuracy": 0.47,
293
+ "eval_loss": 0.7044140696525574,
294
+ "eval_runtime": 0.6581,
295
+ "eval_samples_per_second": 151.945,
296
+ "eval_steps_per_second": 4.558,
297
+ "step": 18
298
+ },
299
+ {
300
+ "epoch": 7.6,
301
+ "grad_norm": 7.0625,
302
+ "learning_rate": 2.777777777777778e-06,
303
+ "loss": 0.6894,
304
+ "step": 19
305
+ },
306
+ {
307
+ "epoch": 7.6,
308
+ "eval_accuracy": 0.47,
309
+ "eval_loss": 0.7049902081489563,
310
+ "eval_runtime": 0.6094,
311
+ "eval_samples_per_second": 164.108,
312
+ "eval_steps_per_second": 4.923,
313
+ "step": 19
314
+ },
315
+ {
316
+ "epoch": 8.0,
317
+ "grad_norm": 4.84375,
318
+ "learning_rate": 0.0,
319
+ "loss": 0.6885,
320
+ "step": 20
321
+ },
322
+ {
323
+ "epoch": 8.0,
324
+ "eval_accuracy": 0.47,
325
+ "eval_loss": 0.704902172088623,
326
+ "eval_runtime": 0.6067,
327
+ "eval_samples_per_second": 164.835,
328
+ "eval_steps_per_second": 4.945,
329
+ "step": 20
330
+ },
331
+ {
332
+ "epoch": 8.0,
333
+ "step": 20,
334
+ "total_flos": 6418587971485696.0,
335
+ "train_loss": 0.6999931305646896,
336
+ "train_runtime": 64.2055,
337
+ "train_samples_per_second": 62.3,
338
+ "train_steps_per_second": 0.311
339
+ }
340
+ ],
341
+ "logging_steps": 1,
342
+ "max_steps": 20,
343
+ "num_input_tokens_seen": 0,
344
+ "num_train_epochs": 10,
345
+ "save_steps": 500,
346
+ "stateful_callbacks": {
347
+ "TrainerControl": {
348
+ "args": {
349
+ "should_epoch_stop": false,
350
+ "should_evaluate": false,
351
+ "should_log": false,
352
+ "should_save": false,
353
+ "should_training_stop": false
354
+ },
355
+ "attributes": {}
356
+ }
357
+ },
358
+ "total_flos": 6418587971485696.0,
359
+ "train_batch_size": 10,
360
+ "trial_name": null,
361
+ "trial_params": null
362
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:953cfa1c765a5ee45299c1a49352a767c7c32e11ab254e5cbb9815b1fe0830b0
3
+ size 5112
vocab.json ADDED
The diff for this file is too large to render. See raw diff