Model save
Browse files- README.md +26 -13
- all_results.json +8 -8
- config.json +0 -1
- eval_results.json +4 -4
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +152 -152
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,14 +3,27 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
6 |
-
- image-classification
|
7 |
-
- vision
|
8 |
- generated_from_trainer
|
|
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
- name: vit-base-beans
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# vit-base-beans
|
20 |
|
21 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
-
|
24 |
-
-
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,13 +63,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- imagefolder
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
- name: vit-base-beans
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Image Classification
|
16 |
+
type: image-classification
|
17 |
+
dataset:
|
18 |
+
name: imagefolder
|
19 |
+
type: imagefolder
|
20 |
+
config: default
|
21 |
+
split: validation
|
22 |
+
args: default
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.9774436090225563
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# vit-base-beans
|
33 |
|
34 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Accuracy: 0.9774
|
37 |
+
- Loss: 0.0837
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
67 |
+
|:-------------:|:-----:|:----:|:--------:|:---------------:|
|
68 |
+
| 0.2815 | 1.0 | 130 | 0.9624 | 0.2165 |
|
69 |
+
| 0.1287 | 2.0 | 260 | 0.9699 | 0.1313 |
|
70 |
+
| 0.1408 | 3.0 | 390 | 0.9699 | 0.0998 |
|
71 |
+
| 0.0846 | 4.0 | 520 | 0.9925 | 0.0650 |
|
72 |
+
| 0.1105 | 5.0 | 650 | 0.9774 | 0.0837 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"eval_accuracy": 0.9924812030075187,
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
"total_flos": 4.006371770595533e+17,
|
9 |
-
"train_loss": 0.
|
10 |
-
"train_runtime":
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second":
|
13 |
}
|
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.06499230116605759,
|
5 |
+
"eval_runtime": 0.9287,
|
6 |
+
"eval_samples_per_second": 143.212,
|
7 |
+
"eval_steps_per_second": 18.305,
|
8 |
"total_flos": 4.006371770595533e+17,
|
9 |
+
"train_loss": 0.21972015215800358,
|
10 |
+
"train_runtime": 113.9852,
|
11 |
+
"train_samples_per_second": 45.357,
|
12 |
+
"train_steps_per_second": 5.702
|
13 |
}
|
config.json
CHANGED
@@ -28,7 +28,6 @@
|
|
28 |
"num_channels": 3,
|
29 |
"num_hidden_layers": 12,
|
30 |
"patch_size": 16,
|
31 |
-
"problem_type": "single_label_classification",
|
32 |
"qkv_bias": true,
|
33 |
"torch_dtype": "float32",
|
34 |
"transformers_version": "4.45.0.dev0"
|
|
|
28 |
"num_channels": 3,
|
29 |
"num_hidden_layers": 12,
|
30 |
"patch_size": 16,
|
|
|
31 |
"qkv_bias": true,
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.45.0.dev0"
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"eval_accuracy": 0.9924812030075187,
|
4 |
-
"eval_loss": 0.
|
5 |
-
"eval_runtime":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"eval_accuracy": 0.9924812030075187,
|
4 |
+
"eval_loss": 0.06499230116605759,
|
5 |
+
"eval_runtime": 0.9287,
|
6 |
+
"eval_samples_per_second": 143.212,
|
7 |
+
"eval_steps_per_second": 18.305
|
8 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343227052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ab43b90e9a0dba3663bb520f27f1b133faa119571c5b3441c604f369343ff38
|
3 |
size 343227052
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"total_flos": 4.006371770595533e+17,
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
"total_flos": 4.006371770595533e+17,
|
4 |
+
"train_loss": 0.21972015215800358,
|
5 |
+
"train_runtime": 113.9852,
|
6 |
+
"train_samples_per_second": 45.357,
|
7 |
+
"train_steps_per_second": 5.702
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "./beans_outputs/checkpoint-520",
|
4 |
"epoch": 5.0,
|
5 |
"eval_steps": 500,
|
@@ -10,512 +10,512 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.07692307692307693,
|
13 |
-
"grad_norm": 2.
|
14 |
"learning_rate": 1.9692307692307696e-05,
|
15 |
"loss": 1.0245,
|
16 |
"step": 10
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.15384615384615385,
|
20 |
-
"grad_norm": 1.
|
21 |
"learning_rate": 1.9384615384615386e-05,
|
22 |
"loss": 0.9453,
|
23 |
"step": 20
|
24 |
},
|
25 |
{
|
26 |
"epoch": 0.23076923076923078,
|
27 |
-
"grad_norm": 2.
|
28 |
"learning_rate": 1.907692307692308e-05,
|
29 |
-
"loss": 0.
|
30 |
"step": 30
|
31 |
},
|
32 |
{
|
33 |
"epoch": 0.3076923076923077,
|
34 |
-
"grad_norm": 2.
|
35 |
"learning_rate": 1.876923076923077e-05,
|
36 |
-
"loss": 0.
|
37 |
"step": 40
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.38461538461538464,
|
41 |
-
"grad_norm":
|
42 |
"learning_rate": 1.8461538461538465e-05,
|
43 |
-
"loss": 0.
|
44 |
"step": 50
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.46153846153846156,
|
48 |
-
"grad_norm": 2.
|
49 |
"learning_rate": 1.8153846153846155e-05,
|
50 |
-
"loss": 0.
|
51 |
"step": 60
|
52 |
},
|
53 |
{
|
54 |
"epoch": 0.5384615384615384,
|
55 |
-
"grad_norm":
|
56 |
"learning_rate": 1.784615384615385e-05,
|
57 |
-
"loss": 0.
|
58 |
"step": 70
|
59 |
},
|
60 |
{
|
61 |
"epoch": 0.6153846153846154,
|
62 |
-
"grad_norm": 1.
|
63 |
"learning_rate": 1.753846153846154e-05,
|
64 |
-
"loss": 0.
|
65 |
"step": 80
|
66 |
},
|
67 |
{
|
68 |
"epoch": 0.6923076923076923,
|
69 |
-
"grad_norm": 2.
|
70 |
"learning_rate": 1.7230769230769234e-05,
|
71 |
-
"loss": 0.
|
72 |
"step": 90
|
73 |
},
|
74 |
{
|
75 |
"epoch": 0.7692307692307693,
|
76 |
-
"grad_norm": 2.
|
77 |
"learning_rate": 1.6923076923076924e-05,
|
78 |
-
"loss": 0.
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
"epoch": 0.8461538461538461,
|
83 |
-
"grad_norm":
|
84 |
"learning_rate": 1.6615384615384618e-05,
|
85 |
-
"loss": 0.
|
86 |
"step": 110
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.9230769230769231,
|
90 |
-
"grad_norm": 2.
|
91 |
"learning_rate": 1.630769230769231e-05,
|
92 |
-
"loss": 0.
|
93 |
"step": 120
|
94 |
},
|
95 |
{
|
96 |
"epoch": 1.0,
|
97 |
-
"grad_norm":
|
98 |
"learning_rate": 1.6000000000000003e-05,
|
99 |
-
"loss": 0.
|
100 |
"step": 130
|
101 |
},
|
102 |
{
|
103 |
"epoch": 1.0,
|
104 |
"eval_accuracy": 0.9624060150375939,
|
105 |
-
"eval_loss": 0.
|
106 |
-
"eval_runtime": 0.
|
107 |
-
"eval_samples_per_second":
|
108 |
-
"eval_steps_per_second":
|
109 |
"step": 130
|
110 |
},
|
111 |
{
|
112 |
"epoch": 1.0769230769230769,
|
113 |
-
"grad_norm": 1.
|
114 |
"learning_rate": 1.5692307692307693e-05,
|
115 |
-
"loss": 0.
|
116 |
"step": 140
|
117 |
},
|
118 |
{
|
119 |
"epoch": 1.1538461538461537,
|
120 |
-
"grad_norm": 3.
|
121 |
"learning_rate": 1.5384615384615387e-05,
|
122 |
-
"loss": 0.
|
123 |
"step": 150
|
124 |
},
|
125 |
{
|
126 |
"epoch": 1.2307692307692308,
|
127 |
-
"grad_norm": 1.
|
128 |
"learning_rate": 1.5076923076923078e-05,
|
129 |
-
"loss": 0.
|
130 |
"step": 160
|
131 |
},
|
132 |
{
|
133 |
"epoch": 1.3076923076923077,
|
134 |
-
"grad_norm": 0.
|
135 |
"learning_rate": 1.4769230769230772e-05,
|
136 |
-
"loss": 0.
|
137 |
"step": 170
|
138 |
},
|
139 |
{
|
140 |
"epoch": 1.3846153846153846,
|
141 |
-
"grad_norm": 0.
|
142 |
"learning_rate": 1.4461538461538462e-05,
|
143 |
-
"loss": 0.
|
144 |
"step": 180
|
145 |
},
|
146 |
{
|
147 |
"epoch": 1.4615384615384617,
|
148 |
-
"grad_norm":
|
149 |
"learning_rate": 1.4153846153846156e-05,
|
150 |
-
"loss": 0.
|
151 |
"step": 190
|
152 |
},
|
153 |
{
|
154 |
"epoch": 1.5384615384615383,
|
155 |
-
"grad_norm": 0.
|
156 |
"learning_rate": 1.3846153846153847e-05,
|
157 |
-
"loss": 0.
|
158 |
"step": 200
|
159 |
},
|
160 |
{
|
161 |
"epoch": 1.6153846153846154,
|
162 |
-
"grad_norm": 0.
|
163 |
"learning_rate": 1.353846153846154e-05,
|
164 |
-
"loss": 0.
|
165 |
"step": 210
|
166 |
},
|
167 |
{
|
168 |
"epoch": 1.6923076923076923,
|
169 |
-
"grad_norm": 2.
|
170 |
"learning_rate": 1.3230769230769231e-05,
|
171 |
-
"loss": 0.
|
172 |
"step": 220
|
173 |
},
|
174 |
{
|
175 |
"epoch": 1.7692307692307692,
|
176 |
-
"grad_norm": 1.
|
177 |
"learning_rate": 1.2923076923076925e-05,
|
178 |
-
"loss": 0.
|
179 |
"step": 230
|
180 |
},
|
181 |
{
|
182 |
"epoch": 1.8461538461538463,
|
183 |
-
"grad_norm":
|
184 |
"learning_rate": 1.2615384615384616e-05,
|
185 |
-
"loss": 0.
|
186 |
"step": 240
|
187 |
},
|
188 |
{
|
189 |
"epoch": 1.9230769230769231,
|
190 |
-
"grad_norm": 0.
|
191 |
"learning_rate": 1.230769230769231e-05,
|
192 |
-
"loss": 0.
|
193 |
"step": 250
|
194 |
},
|
195 |
{
|
196 |
"epoch": 2.0,
|
197 |
-
"grad_norm": 0.
|
198 |
"learning_rate": 1.2e-05,
|
199 |
-
"loss": 0.
|
200 |
"step": 260
|
201 |
},
|
202 |
{
|
203 |
"epoch": 2.0,
|
204 |
"eval_accuracy": 0.9699248120300752,
|
205 |
-
"eval_loss": 0.
|
206 |
-
"eval_runtime": 0.
|
207 |
-
"eval_samples_per_second":
|
208 |
-
"eval_steps_per_second": 17.
|
209 |
"step": 260
|
210 |
},
|
211 |
{
|
212 |
"epoch": 2.076923076923077,
|
213 |
-
"grad_norm": 0.
|
214 |
"learning_rate": 1.1692307692307694e-05,
|
215 |
-
"loss": 0.
|
216 |
"step": 270
|
217 |
},
|
218 |
{
|
219 |
"epoch": 2.1538461538461537,
|
220 |
-
"grad_norm": 0.
|
221 |
"learning_rate": 1.1384615384615385e-05,
|
222 |
-
"loss": 0.
|
223 |
"step": 280
|
224 |
},
|
225 |
{
|
226 |
"epoch": 2.230769230769231,
|
227 |
-
"grad_norm": 7.
|
228 |
"learning_rate": 1.1076923076923079e-05,
|
229 |
-
"loss": 0.
|
230 |
"step": 290
|
231 |
},
|
232 |
{
|
233 |
"epoch": 2.3076923076923075,
|
234 |
-
"grad_norm":
|
235 |
"learning_rate": 1.076923076923077e-05,
|
236 |
-
"loss": 0.
|
237 |
"step": 300
|
238 |
},
|
239 |
{
|
240 |
"epoch": 2.3846153846153846,
|
241 |
-
"grad_norm":
|
242 |
"learning_rate": 1.0461538461538463e-05,
|
243 |
-
"loss": 0.
|
244 |
"step": 310
|
245 |
},
|
246 |
{
|
247 |
"epoch": 2.4615384615384617,
|
248 |
-
"grad_norm": 0.
|
249 |
"learning_rate": 1.0153846153846154e-05,
|
250 |
-
"loss": 0.
|
251 |
"step": 320
|
252 |
},
|
253 |
{
|
254 |
"epoch": 2.5384615384615383,
|
255 |
-
"grad_norm":
|
256 |
"learning_rate": 9.846153846153848e-06,
|
257 |
-
"loss": 0.
|
258 |
"step": 330
|
259 |
},
|
260 |
{
|
261 |
"epoch": 2.6153846153846154,
|
262 |
-
"grad_norm": 1.
|
263 |
"learning_rate": 9.53846153846154e-06,
|
264 |
-
"loss": 0.
|
265 |
"step": 340
|
266 |
},
|
267 |
{
|
268 |
"epoch": 2.6923076923076925,
|
269 |
-
"grad_norm": 0.
|
270 |
"learning_rate": 9.230769230769232e-06,
|
271 |
-
"loss": 0.
|
272 |
"step": 350
|
273 |
},
|
274 |
{
|
275 |
"epoch": 2.769230769230769,
|
276 |
-
"grad_norm":
|
277 |
"learning_rate": 8.923076923076925e-06,
|
278 |
-
"loss": 0.
|
279 |
"step": 360
|
280 |
},
|
281 |
{
|
282 |
"epoch": 2.8461538461538463,
|
283 |
-
"grad_norm": 0.
|
284 |
"learning_rate": 8.615384615384617e-06,
|
285 |
-
"loss": 0.
|
286 |
"step": 370
|
287 |
},
|
288 |
{
|
289 |
"epoch": 2.9230769230769234,
|
290 |
-
"grad_norm": 1.
|
291 |
"learning_rate": 8.307692307692309e-06,
|
292 |
-
"loss": 0.
|
293 |
"step": 380
|
294 |
},
|
295 |
{
|
296 |
"epoch": 3.0,
|
297 |
-
"grad_norm": 0.
|
298 |
"learning_rate": 8.000000000000001e-06,
|
299 |
-
"loss": 0.
|
300 |
"step": 390
|
301 |
},
|
302 |
{
|
303 |
"epoch": 3.0,
|
304 |
"eval_accuracy": 0.9699248120300752,
|
305 |
-
"eval_loss": 0.
|
306 |
-
"eval_runtime": 0.
|
307 |
-
"eval_samples_per_second":
|
308 |
-
"eval_steps_per_second":
|
309 |
"step": 390
|
310 |
},
|
311 |
{
|
312 |
"epoch": 3.076923076923077,
|
313 |
-
"grad_norm": 2.
|
314 |
"learning_rate": 7.692307692307694e-06,
|
315 |
-
"loss": 0.
|
316 |
"step": 400
|
317 |
},
|
318 |
{
|
319 |
"epoch": 3.1538461538461537,
|
320 |
-
"grad_norm": 6.
|
321 |
"learning_rate": 7.384615384615386e-06,
|
322 |
-
"loss": 0.
|
323 |
"step": 410
|
324 |
},
|
325 |
{
|
326 |
"epoch": 3.230769230769231,
|
327 |
-
"grad_norm": 8.
|
328 |
"learning_rate": 7.076923076923078e-06,
|
329 |
-
"loss": 0.
|
330 |
"step": 420
|
331 |
},
|
332 |
{
|
333 |
"epoch": 3.3076923076923075,
|
334 |
-
"grad_norm": 0.
|
335 |
"learning_rate": 6.76923076923077e-06,
|
336 |
"loss": 0.0768,
|
337 |
"step": 430
|
338 |
},
|
339 |
{
|
340 |
"epoch": 3.3846153846153846,
|
341 |
-
"grad_norm": 5.
|
342 |
"learning_rate": 6.461538461538463e-06,
|
343 |
-
"loss": 0.
|
344 |
"step": 440
|
345 |
},
|
346 |
{
|
347 |
"epoch": 3.4615384615384617,
|
348 |
-
"grad_norm": 12.
|
349 |
"learning_rate": 6.153846153846155e-06,
|
350 |
-
"loss": 0.
|
351 |
"step": 450
|
352 |
},
|
353 |
{
|
354 |
"epoch": 3.5384615384615383,
|
355 |
-
"grad_norm":
|
356 |
"learning_rate": 5.846153846153847e-06,
|
357 |
-
"loss": 0.
|
358 |
"step": 460
|
359 |
},
|
360 |
{
|
361 |
"epoch": 3.6153846153846154,
|
362 |
-
"grad_norm":
|
363 |
"learning_rate": 5.538461538461539e-06,
|
364 |
-
"loss": 0.
|
365 |
"step": 470
|
366 |
},
|
367 |
{
|
368 |
"epoch": 3.6923076923076925,
|
369 |
-
"grad_norm": 0.
|
370 |
"learning_rate": 5.230769230769232e-06,
|
371 |
-
"loss": 0.
|
372 |
"step": 480
|
373 |
},
|
374 |
{
|
375 |
"epoch": 3.769230769230769,
|
376 |
-
"grad_norm": 0.
|
377 |
"learning_rate": 4.923076923076924e-06,
|
378 |
-
"loss": 0.
|
379 |
"step": 490
|
380 |
},
|
381 |
{
|
382 |
"epoch": 3.8461538461538463,
|
383 |
-
"grad_norm": 0.
|
384 |
"learning_rate": 4.615384615384616e-06,
|
385 |
-
"loss": 0.
|
386 |
"step": 500
|
387 |
},
|
388 |
{
|
389 |
"epoch": 3.9230769230769234,
|
390 |
-
"grad_norm": 0.
|
391 |
"learning_rate": 4.307692307692308e-06,
|
392 |
-
"loss": 0.
|
393 |
"step": 510
|
394 |
},
|
395 |
{
|
396 |
"epoch": 4.0,
|
397 |
-
"grad_norm": 0.
|
398 |
"learning_rate": 4.000000000000001e-06,
|
399 |
-
"loss": 0.
|
400 |
"step": 520
|
401 |
},
|
402 |
{
|
403 |
"epoch": 4.0,
|
404 |
"eval_accuracy": 0.9924812030075187,
|
405 |
-
"eval_loss": 0.
|
406 |
-
"eval_runtime":
|
407 |
-
"eval_samples_per_second":
|
408 |
-
"eval_steps_per_second":
|
409 |
"step": 520
|
410 |
},
|
411 |
{
|
412 |
"epoch": 4.076923076923077,
|
413 |
-
"grad_norm":
|
414 |
"learning_rate": 3.692307692307693e-06,
|
415 |
-
"loss": 0.
|
416 |
"step": 530
|
417 |
},
|
418 |
{
|
419 |
"epoch": 4.153846153846154,
|
420 |
-
"grad_norm": 1.
|
421 |
"learning_rate": 3.384615384615385e-06,
|
422 |
-
"loss": 0.
|
423 |
"step": 540
|
424 |
},
|
425 |
{
|
426 |
"epoch": 4.230769230769231,
|
427 |
-
"grad_norm": 0.
|
428 |
"learning_rate": 3.0769230769230774e-06,
|
429 |
-
"loss": 0.
|
430 |
"step": 550
|
431 |
},
|
432 |
{
|
433 |
"epoch": 4.3076923076923075,
|
434 |
-
"grad_norm": 1.
|
435 |
"learning_rate": 2.7692307692307697e-06,
|
436 |
-
"loss": 0.
|
437 |
"step": 560
|
438 |
},
|
439 |
{
|
440 |
"epoch": 4.384615384615385,
|
441 |
-
"grad_norm": 0.
|
442 |
"learning_rate": 2.461538461538462e-06,
|
443 |
-
"loss": 0.
|
444 |
"step": 570
|
445 |
},
|
446 |
{
|
447 |
"epoch": 4.461538461538462,
|
448 |
-
"grad_norm": 0.
|
449 |
"learning_rate": 2.153846153846154e-06,
|
450 |
-
"loss": 0.
|
451 |
"step": 580
|
452 |
},
|
453 |
{
|
454 |
"epoch": 4.538461538461538,
|
455 |
-
"grad_norm": 9.
|
456 |
"learning_rate": 1.8461538461538465e-06,
|
457 |
-
"loss": 0.
|
458 |
"step": 590
|
459 |
},
|
460 |
{
|
461 |
"epoch": 4.615384615384615,
|
462 |
-
"grad_norm": 3.
|
463 |
"learning_rate": 1.5384615384615387e-06,
|
464 |
-
"loss": 0.
|
465 |
"step": 600
|
466 |
},
|
467 |
{
|
468 |
"epoch": 4.6923076923076925,
|
469 |
-
"grad_norm": 5.
|
470 |
"learning_rate": 1.230769230769231e-06,
|
471 |
-
"loss": 0.
|
472 |
"step": 610
|
473 |
},
|
474 |
{
|
475 |
"epoch": 4.769230769230769,
|
476 |
-
"grad_norm": 0.
|
477 |
"learning_rate": 9.230769230769232e-07,
|
478 |
-
"loss": 0.
|
479 |
"step": 620
|
480 |
},
|
481 |
{
|
482 |
"epoch": 4.846153846153846,
|
483 |
-
"grad_norm": 0.
|
484 |
"learning_rate": 6.153846153846155e-07,
|
485 |
-
"loss": 0.
|
486 |
"step": 630
|
487 |
},
|
488 |
{
|
489 |
"epoch": 4.923076923076923,
|
490 |
-
"grad_norm": 0.
|
491 |
"learning_rate": 3.0769230769230774e-07,
|
492 |
-
"loss": 0.
|
493 |
"step": 640
|
494 |
},
|
495 |
{
|
496 |
"epoch": 5.0,
|
497 |
-
"grad_norm": 0.
|
498 |
"learning_rate": 0.0,
|
499 |
-
"loss": 0.
|
500 |
"step": 650
|
501 |
},
|
502 |
{
|
503 |
"epoch": 5.0,
|
504 |
"eval_accuracy": 0.9774436090225563,
|
505 |
-
"eval_loss": 0.
|
506 |
-
"eval_runtime":
|
507 |
-
"eval_samples_per_second":
|
508 |
-
"eval_steps_per_second":
|
509 |
"step": 650
|
510 |
},
|
511 |
{
|
512 |
"epoch": 5.0,
|
513 |
"step": 650,
|
514 |
"total_flos": 4.006371770595533e+17,
|
515 |
-
"train_loss": 0.
|
516 |
-
"train_runtime":
|
517 |
-
"train_samples_per_second":
|
518 |
-
"train_steps_per_second":
|
519 |
}
|
520 |
],
|
521 |
"logging_steps": 10,
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.06499230116605759,
|
3 |
"best_model_checkpoint": "./beans_outputs/checkpoint-520",
|
4 |
"epoch": 5.0,
|
5 |
"eval_steps": 500,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.07692307692307693,
|
13 |
+
"grad_norm": 2.198392391204834,
|
14 |
"learning_rate": 1.9692307692307696e-05,
|
15 |
"loss": 1.0245,
|
16 |
"step": 10
|
17 |
},
|
18 |
{
|
19 |
"epoch": 0.15384615384615385,
|
20 |
+
"grad_norm": 1.846859335899353,
|
21 |
"learning_rate": 1.9384615384615386e-05,
|
22 |
"loss": 0.9453,
|
23 |
"step": 20
|
24 |
},
|
25 |
{
|
26 |
"epoch": 0.23076923076923078,
|
27 |
+
"grad_norm": 2.059973955154419,
|
28 |
"learning_rate": 1.907692307692308e-05,
|
29 |
+
"loss": 0.8405,
|
30 |
"step": 30
|
31 |
},
|
32 |
{
|
33 |
"epoch": 0.3076923076923077,
|
34 |
+
"grad_norm": 2.618006944656372,
|
35 |
"learning_rate": 1.876923076923077e-05,
|
36 |
+
"loss": 0.6956,
|
37 |
"step": 40
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.38461538461538464,
|
41 |
+
"grad_norm": 3.8514087200164795,
|
42 |
"learning_rate": 1.8461538461538465e-05,
|
43 |
+
"loss": 0.6615,
|
44 |
"step": 50
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.46153846153846156,
|
48 |
+
"grad_norm": 2.1362836360931396,
|
49 |
"learning_rate": 1.8153846153846155e-05,
|
50 |
+
"loss": 0.5829,
|
51 |
"step": 60
|
52 |
},
|
53 |
{
|
54 |
"epoch": 0.5384615384615384,
|
55 |
+
"grad_norm": 1.7998223304748535,
|
56 |
"learning_rate": 1.784615384615385e-05,
|
57 |
+
"loss": 0.5202,
|
58 |
"step": 70
|
59 |
},
|
60 |
{
|
61 |
"epoch": 0.6153846153846154,
|
62 |
+
"grad_norm": 1.2562752962112427,
|
63 |
"learning_rate": 1.753846153846154e-05,
|
64 |
+
"loss": 0.3936,
|
65 |
"step": 80
|
66 |
},
|
67 |
{
|
68 |
"epoch": 0.6923076923076923,
|
69 |
+
"grad_norm": 2.561612606048584,
|
70 |
"learning_rate": 1.7230769230769234e-05,
|
71 |
+
"loss": 0.3544,
|
72 |
"step": 90
|
73 |
},
|
74 |
{
|
75 |
"epoch": 0.7692307692307693,
|
76 |
+
"grad_norm": 2.900808811187744,
|
77 |
"learning_rate": 1.6923076923076924e-05,
|
78 |
+
"loss": 0.3681,
|
79 |
"step": 100
|
80 |
},
|
81 |
{
|
82 |
"epoch": 0.8461538461538461,
|
83 |
+
"grad_norm": 2.010755777359009,
|
84 |
"learning_rate": 1.6615384615384618e-05,
|
85 |
+
"loss": 0.3327,
|
86 |
"step": 110
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.9230769230769231,
|
90 |
+
"grad_norm": 2.478074550628662,
|
91 |
"learning_rate": 1.630769230769231e-05,
|
92 |
+
"loss": 0.2444,
|
93 |
"step": 120
|
94 |
},
|
95 |
{
|
96 |
"epoch": 1.0,
|
97 |
+
"grad_norm": 6.432145118713379,
|
98 |
"learning_rate": 1.6000000000000003e-05,
|
99 |
+
"loss": 0.2815,
|
100 |
"step": 130
|
101 |
},
|
102 |
{
|
103 |
"epoch": 1.0,
|
104 |
"eval_accuracy": 0.9624060150375939,
|
105 |
+
"eval_loss": 0.21647371351718903,
|
106 |
+
"eval_runtime": 0.9083,
|
107 |
+
"eval_samples_per_second": 146.421,
|
108 |
+
"eval_steps_per_second": 18.715,
|
109 |
"step": 130
|
110 |
},
|
111 |
{
|
112 |
"epoch": 1.0769230769230769,
|
113 |
+
"grad_norm": 1.6476765871047974,
|
114 |
"learning_rate": 1.5692307692307693e-05,
|
115 |
+
"loss": 0.1987,
|
116 |
"step": 140
|
117 |
},
|
118 |
{
|
119 |
"epoch": 1.1538461538461537,
|
120 |
+
"grad_norm": 3.0852138996124268,
|
121 |
"learning_rate": 1.5384615384615387e-05,
|
122 |
+
"loss": 0.2238,
|
123 |
"step": 150
|
124 |
},
|
125 |
{
|
126 |
"epoch": 1.2307692307692308,
|
127 |
+
"grad_norm": 1.8425233364105225,
|
128 |
"learning_rate": 1.5076923076923078e-05,
|
129 |
+
"loss": 0.2053,
|
130 |
"step": 160
|
131 |
},
|
132 |
{
|
133 |
"epoch": 1.3076923076923077,
|
134 |
+
"grad_norm": 0.5158002972602844,
|
135 |
"learning_rate": 1.4769230769230772e-05,
|
136 |
+
"loss": 0.2207,
|
137 |
"step": 170
|
138 |
},
|
139 |
{
|
140 |
"epoch": 1.3846153846153846,
|
141 |
+
"grad_norm": 0.6001647710800171,
|
142 |
"learning_rate": 1.4461538461538462e-05,
|
143 |
+
"loss": 0.2113,
|
144 |
"step": 180
|
145 |
},
|
146 |
{
|
147 |
"epoch": 1.4615384615384617,
|
148 |
+
"grad_norm": 4.286410808563232,
|
149 |
"learning_rate": 1.4153846153846156e-05,
|
150 |
+
"loss": 0.165,
|
151 |
"step": 190
|
152 |
},
|
153 |
{
|
154 |
"epoch": 1.5384615384615383,
|
155 |
+
"grad_norm": 0.4559226334095001,
|
156 |
"learning_rate": 1.3846153846153847e-05,
|
157 |
+
"loss": 0.2555,
|
158 |
"step": 200
|
159 |
},
|
160 |
{
|
161 |
"epoch": 1.6153846153846154,
|
162 |
+
"grad_norm": 0.6161900162696838,
|
163 |
"learning_rate": 1.353846153846154e-05,
|
164 |
+
"loss": 0.1819,
|
165 |
"step": 210
|
166 |
},
|
167 |
{
|
168 |
"epoch": 1.6923076923076923,
|
169 |
+
"grad_norm": 2.301481008529663,
|
170 |
"learning_rate": 1.3230769230769231e-05,
|
171 |
+
"loss": 0.2104,
|
172 |
"step": 220
|
173 |
},
|
174 |
{
|
175 |
"epoch": 1.7692307692307692,
|
176 |
+
"grad_norm": 1.8308448791503906,
|
177 |
"learning_rate": 1.2923076923076925e-05,
|
178 |
+
"loss": 0.1762,
|
179 |
"step": 230
|
180 |
},
|
181 |
{
|
182 |
"epoch": 1.8461538461538463,
|
183 |
+
"grad_norm": 5.278977394104004,
|
184 |
"learning_rate": 1.2615384615384616e-05,
|
185 |
+
"loss": 0.2573,
|
186 |
"step": 240
|
187 |
},
|
188 |
{
|
189 |
"epoch": 1.9230769230769231,
|
190 |
+
"grad_norm": 0.40304750204086304,
|
191 |
"learning_rate": 1.230769230769231e-05,
|
192 |
+
"loss": 0.1377,
|
193 |
"step": 250
|
194 |
},
|
195 |
{
|
196 |
"epoch": 2.0,
|
197 |
+
"grad_norm": 0.350562185049057,
|
198 |
"learning_rate": 1.2e-05,
|
199 |
+
"loss": 0.1287,
|
200 |
"step": 260
|
201 |
},
|
202 |
{
|
203 |
"epoch": 2.0,
|
204 |
"eval_accuracy": 0.9699248120300752,
|
205 |
+
"eval_loss": 0.13134175539016724,
|
206 |
+
"eval_runtime": 0.9453,
|
207 |
+
"eval_samples_per_second": 140.692,
|
208 |
+
"eval_steps_per_second": 17.983,
|
209 |
"step": 260
|
210 |
},
|
211 |
{
|
212 |
"epoch": 2.076923076923077,
|
213 |
+
"grad_norm": 0.5022653341293335,
|
214 |
"learning_rate": 1.1692307692307694e-05,
|
215 |
+
"loss": 0.0932,
|
216 |
"step": 270
|
217 |
},
|
218 |
{
|
219 |
"epoch": 2.1538461538461537,
|
220 |
+
"grad_norm": 0.3385148346424103,
|
221 |
"learning_rate": 1.1384615384615385e-05,
|
222 |
+
"loss": 0.145,
|
223 |
"step": 280
|
224 |
},
|
225 |
{
|
226 |
"epoch": 2.230769230769231,
|
227 |
+
"grad_norm": 7.167346477508545,
|
228 |
"learning_rate": 1.1076923076923079e-05,
|
229 |
+
"loss": 0.1236,
|
230 |
"step": 290
|
231 |
},
|
232 |
{
|
233 |
"epoch": 2.3076923076923075,
|
234 |
+
"grad_norm": 11.584583282470703,
|
235 |
"learning_rate": 1.076923076923077e-05,
|
236 |
+
"loss": 0.138,
|
237 |
"step": 300
|
238 |
},
|
239 |
{
|
240 |
"epoch": 2.3846153846153846,
|
241 |
+
"grad_norm": 4.579661846160889,
|
242 |
"learning_rate": 1.0461538461538463e-05,
|
243 |
+
"loss": 0.1726,
|
244 |
"step": 310
|
245 |
},
|
246 |
{
|
247 |
"epoch": 2.4615384615384617,
|
248 |
+
"grad_norm": 0.30623820424079895,
|
249 |
"learning_rate": 1.0153846153846154e-05,
|
250 |
+
"loss": 0.1543,
|
251 |
"step": 320
|
252 |
},
|
253 |
{
|
254 |
"epoch": 2.5384615384615383,
|
255 |
+
"grad_norm": 5.757983684539795,
|
256 |
"learning_rate": 9.846153846153848e-06,
|
257 |
+
"loss": 0.1897,
|
258 |
"step": 330
|
259 |
},
|
260 |
{
|
261 |
"epoch": 2.6153846153846154,
|
262 |
+
"grad_norm": 1.116064190864563,
|
263 |
"learning_rate": 9.53846153846154e-06,
|
264 |
+
"loss": 0.0727,
|
265 |
"step": 340
|
266 |
},
|
267 |
{
|
268 |
"epoch": 2.6923076923076925,
|
269 |
+
"grad_norm": 0.3445896506309509,
|
270 |
"learning_rate": 9.230769230769232e-06,
|
271 |
+
"loss": 0.1346,
|
272 |
"step": 350
|
273 |
},
|
274 |
{
|
275 |
"epoch": 2.769230769230769,
|
276 |
+
"grad_norm": 12.3712158203125,
|
277 |
"learning_rate": 8.923076923076925e-06,
|
278 |
+
"loss": 0.1349,
|
279 |
"step": 360
|
280 |
},
|
281 |
{
|
282 |
"epoch": 2.8461538461538463,
|
283 |
+
"grad_norm": 0.29760444164276123,
|
284 |
"learning_rate": 8.615384615384617e-06,
|
285 |
+
"loss": 0.1519,
|
286 |
"step": 370
|
287 |
},
|
288 |
{
|
289 |
"epoch": 2.9230769230769234,
|
290 |
+
"grad_norm": 1.1171053647994995,
|
291 |
"learning_rate": 8.307692307692309e-06,
|
292 |
+
"loss": 0.1278,
|
293 |
"step": 380
|
294 |
},
|
295 |
{
|
296 |
"epoch": 3.0,
|
297 |
+
"grad_norm": 0.3179745078086853,
|
298 |
"learning_rate": 8.000000000000001e-06,
|
299 |
+
"loss": 0.1408,
|
300 |
"step": 390
|
301 |
},
|
302 |
{
|
303 |
"epoch": 3.0,
|
304 |
"eval_accuracy": 0.9699248120300752,
|
305 |
+
"eval_loss": 0.09979864209890366,
|
306 |
+
"eval_runtime": 0.9058,
|
307 |
+
"eval_samples_per_second": 146.838,
|
308 |
+
"eval_steps_per_second": 18.769,
|
309 |
"step": 390
|
310 |
},
|
311 |
{
|
312 |
"epoch": 3.076923076923077,
|
313 |
+
"grad_norm": 2.1718528270721436,
|
314 |
"learning_rate": 7.692307692307694e-06,
|
315 |
+
"loss": 0.1321,
|
316 |
"step": 400
|
317 |
},
|
318 |
{
|
319 |
"epoch": 3.1538461538461537,
|
320 |
+
"grad_norm": 6.615433216094971,
|
321 |
"learning_rate": 7.384615384615386e-06,
|
322 |
+
"loss": 0.1546,
|
323 |
"step": 410
|
324 |
},
|
325 |
{
|
326 |
"epoch": 3.230769230769231,
|
327 |
+
"grad_norm": 8.979787826538086,
|
328 |
"learning_rate": 7.076923076923078e-06,
|
329 |
+
"loss": 0.1429,
|
330 |
"step": 420
|
331 |
},
|
332 |
{
|
333 |
"epoch": 3.3076923076923075,
|
334 |
+
"grad_norm": 0.2338067889213562,
|
335 |
"learning_rate": 6.76923076923077e-06,
|
336 |
"loss": 0.0768,
|
337 |
"step": 430
|
338 |
},
|
339 |
{
|
340 |
"epoch": 3.3846153846153846,
|
341 |
+
"grad_norm": 5.406207084655762,
|
342 |
"learning_rate": 6.461538461538463e-06,
|
343 |
+
"loss": 0.1158,
|
344 |
"step": 440
|
345 |
},
|
346 |
{
|
347 |
"epoch": 3.4615384615384617,
|
348 |
+
"grad_norm": 12.034098625183105,
|
349 |
"learning_rate": 6.153846153846155e-06,
|
350 |
+
"loss": 0.0831,
|
351 |
"step": 450
|
352 |
},
|
353 |
{
|
354 |
"epoch": 3.5384615384615383,
|
355 |
+
"grad_norm": 5.9186906814575195,
|
356 |
"learning_rate": 5.846153846153847e-06,
|
357 |
+
"loss": 0.0963,
|
358 |
"step": 460
|
359 |
},
|
360 |
{
|
361 |
"epoch": 3.6153846153846154,
|
362 |
+
"grad_norm": 8.250151634216309,
|
363 |
"learning_rate": 5.538461538461539e-06,
|
364 |
+
"loss": 0.0791,
|
365 |
"step": 470
|
366 |
},
|
367 |
{
|
368 |
"epoch": 3.6923076923076925,
|
369 |
+
"grad_norm": 0.21918846666812897,
|
370 |
"learning_rate": 5.230769230769232e-06,
|
371 |
+
"loss": 0.0971,
|
372 |
"step": 480
|
373 |
},
|
374 |
{
|
375 |
"epoch": 3.769230769230769,
|
376 |
+
"grad_norm": 0.21208502352237701,
|
377 |
"learning_rate": 4.923076923076924e-06,
|
378 |
+
"loss": 0.0718,
|
379 |
"step": 490
|
380 |
},
|
381 |
{
|
382 |
"epoch": 3.8461538461538463,
|
383 |
+
"grad_norm": 0.9157105684280396,
|
384 |
"learning_rate": 4.615384615384616e-06,
|
385 |
+
"loss": 0.1413,
|
386 |
"step": 500
|
387 |
},
|
388 |
{
|
389 |
"epoch": 3.9230769230769234,
|
390 |
+
"grad_norm": 0.20776814222335815,
|
391 |
"learning_rate": 4.307692307692308e-06,
|
392 |
+
"loss": 0.1272,
|
393 |
"step": 510
|
394 |
},
|
395 |
{
|
396 |
"epoch": 4.0,
|
397 |
+
"grad_norm": 0.30272677540779114,
|
398 |
"learning_rate": 4.000000000000001e-06,
|
399 |
+
"loss": 0.0846,
|
400 |
"step": 520
|
401 |
},
|
402 |
{
|
403 |
"epoch": 4.0,
|
404 |
"eval_accuracy": 0.9924812030075187,
|
405 |
+
"eval_loss": 0.06499230116605759,
|
406 |
+
"eval_runtime": 0.9407,
|
407 |
+
"eval_samples_per_second": 141.382,
|
408 |
+
"eval_steps_per_second": 18.071,
|
409 |
"step": 520
|
410 |
},
|
411 |
{
|
412 |
"epoch": 4.076923076923077,
|
413 |
+
"grad_norm": 7.613215923309326,
|
414 |
"learning_rate": 3.692307692307693e-06,
|
415 |
+
"loss": 0.1002,
|
416 |
"step": 530
|
417 |
},
|
418 |
{
|
419 |
"epoch": 4.153846153846154,
|
420 |
+
"grad_norm": 1.5558936595916748,
|
421 |
"learning_rate": 3.384615384615385e-06,
|
422 |
+
"loss": 0.1657,
|
423 |
"step": 540
|
424 |
},
|
425 |
{
|
426 |
"epoch": 4.230769230769231,
|
427 |
+
"grad_norm": 0.3433710038661957,
|
428 |
"learning_rate": 3.0769230769230774e-06,
|
429 |
+
"loss": 0.1559,
|
430 |
"step": 550
|
431 |
},
|
432 |
{
|
433 |
"epoch": 4.3076923076923075,
|
434 |
+
"grad_norm": 1.3209067583084106,
|
435 |
"learning_rate": 2.7692307692307697e-06,
|
436 |
+
"loss": 0.0526,
|
437 |
"step": 560
|
438 |
},
|
439 |
{
|
440 |
"epoch": 4.384615384615385,
|
441 |
+
"grad_norm": 0.307217538356781,
|
442 |
"learning_rate": 2.461538461538462e-06,
|
443 |
+
"loss": 0.1305,
|
444 |
"step": 570
|
445 |
},
|
446 |
{
|
447 |
"epoch": 4.461538461538462,
|
448 |
+
"grad_norm": 0.273890882730484,
|
449 |
"learning_rate": 2.153846153846154e-06,
|
450 |
+
"loss": 0.0813,
|
451 |
"step": 580
|
452 |
},
|
453 |
{
|
454 |
"epoch": 4.538461538461538,
|
455 |
+
"grad_norm": 9.096426963806152,
|
456 |
"learning_rate": 1.8461538461538465e-06,
|
457 |
+
"loss": 0.0783,
|
458 |
"step": 590
|
459 |
},
|
460 |
{
|
461 |
"epoch": 4.615384615384615,
|
462 |
+
"grad_norm": 3.9279935359954834,
|
463 |
"learning_rate": 1.5384615384615387e-06,
|
464 |
+
"loss": 0.0952,
|
465 |
"step": 600
|
466 |
},
|
467 |
{
|
468 |
"epoch": 4.6923076923076925,
|
469 |
+
"grad_norm": 5.055220127105713,
|
470 |
"learning_rate": 1.230769230769231e-06,
|
471 |
+
"loss": 0.0868,
|
472 |
"step": 610
|
473 |
},
|
474 |
{
|
475 |
"epoch": 4.769230769230769,
|
476 |
+
"grad_norm": 0.2579015791416168,
|
477 |
"learning_rate": 9.230769230769232e-07,
|
478 |
+
"loss": 0.0834,
|
479 |
"step": 620
|
480 |
},
|
481 |
{
|
482 |
"epoch": 4.846153846153846,
|
483 |
+
"grad_norm": 0.2216470092535019,
|
484 |
"learning_rate": 6.153846153846155e-07,
|
485 |
+
"loss": 0.0644,
|
486 |
"step": 630
|
487 |
},
|
488 |
{
|
489 |
"epoch": 4.923076923076923,
|
490 |
+
"grad_norm": 0.23264001309871674,
|
491 |
"learning_rate": 3.0769230769230774e-07,
|
492 |
+
"loss": 0.0775,
|
493 |
"step": 640
|
494 |
},
|
495 |
{
|
496 |
"epoch": 5.0,
|
497 |
+
"grad_norm": 0.5718781352043152,
|
498 |
"learning_rate": 0.0,
|
499 |
+
"loss": 0.1105,
|
500 |
"step": 650
|
501 |
},
|
502 |
{
|
503 |
"epoch": 5.0,
|
504 |
"eval_accuracy": 0.9774436090225563,
|
505 |
+
"eval_loss": 0.08365403115749359,
|
506 |
+
"eval_runtime": 0.9587,
|
507 |
+
"eval_samples_per_second": 138.736,
|
508 |
+
"eval_steps_per_second": 17.733,
|
509 |
"step": 650
|
510 |
},
|
511 |
{
|
512 |
"epoch": 5.0,
|
513 |
"step": 650,
|
514 |
"total_flos": 4.006371770595533e+17,
|
515 |
+
"train_loss": 0.21972015215800358,
|
516 |
+
"train_runtime": 113.9852,
|
517 |
+
"train_samples_per_second": 45.357,
|
518 |
+
"train_steps_per_second": 5.702
|
519 |
}
|
520 |
],
|
521 |
"logging_steps": 10,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c9a2224f2674f93e0b1362bab2657c11b23ec53665caa81d2653674d7e7484
|
3 |
size 5240
|