Training in progress, step 500, checkpoint
Browse files- checkpoint-500/config.json +14 -15
- checkpoint-500/optimizer.pt +2 -2
- checkpoint-500/pytorch_model.bin +2 -2
- checkpoint-500/rng_state.pth +1 -1
- checkpoint-500/scheduler.pt +1 -1
- checkpoint-500/special_tokens_map.json +7 -9
- checkpoint-500/tokenizer.json +0 -0
- checkpoint-500/tokenizer_config.json +20 -33
- checkpoint-500/trainer_state.json +175 -175
- checkpoint-500/training_args.bin +1 -1
- checkpoint-500/vocab.txt +0 -0
checkpoint-500/config.json
CHANGED
@@ -1,36 +1,35 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
"bos_token_id": 0,
|
8 |
-
"classifier_dropout":
|
9 |
"eos_token_id": 2,
|
|
|
10 |
"hidden_act": "gelu",
|
11 |
-
"
|
12 |
-
"hidden_size":
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
-
"intermediate_size":
|
18 |
"label2id": {
|
19 |
"LABEL_0": 0
|
20 |
},
|
21 |
"layer_norm_eps": 1e-05,
|
22 |
-
"max_position_embeddings":
|
23 |
-
"model_type": "
|
24 |
"num_attention_heads": 16,
|
25 |
"num_hidden_layers": 24,
|
26 |
"pad_token_id": 2,
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"rotary_pct": 0.5,
|
30 |
-
"tie_word_embeddings": false,
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.34.1",
|
|
|
33 |
"use_cache": true,
|
34 |
-
"
|
35 |
-
"vocab_size": 30080
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "klue/roberta-large",
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
19 |
"label2id": {
|
20 |
"LABEL_0": 0
|
21 |
},
|
22 |
"layer_norm_eps": 1e-05,
|
23 |
+
"max_position_embeddings": 514,
|
24 |
+
"model_type": "roberta",
|
25 |
"num_attention_heads": 16,
|
26 |
"num_hidden_layers": 24,
|
27 |
"pad_token_id": 2,
|
28 |
+
"position_embedding_type": "absolute",
|
29 |
+
"tokenizer_class": "BertTokenizer",
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.34.1",
|
32 |
+
"type_vocab_size": 1,
|
33 |
"use_cache": true,
|
34 |
+
"vocab_size": 32000
|
|
|
35 |
}
|
checkpoint-500/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba251489adc241ca5b80fc76223ef4d3da0cb383b4ce2e38e1b6df12e553a82f
|
3 |
+
size 2693490618
|
checkpoint-500/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d2f74d9bcc8ca2b625c57615e15de06cb5c20bfd7bda4045de13a365ab13ff7
|
3 |
+
size 1346765678
|
checkpoint-500/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14308
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ebeff58a949a84383d357f1360894c8fa9939d4e472a24cc74450ae4313a4bb
|
3 |
size 14308
|
checkpoint-500/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcc61220c925006e8916e7b98f3b9bf9ef82f46341cb3d17973ccd33d25c46fd
|
3 |
size 1064
|
checkpoint-500/special_tokens_map.json
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
]
|
9 |
-
"eos_token": "<|endoftext|>",
|
10 |
-
"pad_token": "<|endoftext|>"
|
11 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": "[CLS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"eos_token": "[SEP]",
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"pad_token": "[PAD]",
|
7 |
+
"sep_token": "[SEP]",
|
8 |
+
"unk_token": "[UNK]"
|
|
|
|
|
9 |
}
|
checkpoint-500/tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-500/tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
-
"content": "
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
@@ -9,7 +9,7 @@
|
|
9 |
"special": true
|
10 |
},
|
11 |
"1": {
|
12 |
-
"content": "
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
@@ -17,7 +17,7 @@
|
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
-
"content": "
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
@@ -25,31 +25,15 @@
|
|
25 |
"special": true
|
26 |
},
|
27 |
"3": {
|
28 |
-
"content": "
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
-
"content": "
|
37 |
-
"lstrip": false,
|
38 |
-
"normalized": false,
|
39 |
-
"rstrip": false,
|
40 |
-
"single_word": false,
|
41 |
-
"special": true
|
42 |
-
},
|
43 |
-
"30001": {
|
44 |
-
"content": "<|tel|>",
|
45 |
-
"lstrip": false,
|
46 |
-
"normalized": false,
|
47 |
-
"rstrip": false,
|
48 |
-
"single_word": false,
|
49 |
-
"special": true
|
50 |
-
},
|
51 |
-
"30002": {
|
52 |
-
"content": "<|rrn|>",
|
53 |
"lstrip": false,
|
54 |
"normalized": false,
|
55 |
"rstrip": false,
|
@@ -57,16 +41,19 @@
|
|
57 |
"special": true
|
58 |
}
|
59 |
},
|
60 |
-
"
|
61 |
-
"<|endoftext|>",
|
62 |
-
"<|sep|>",
|
63 |
-
"<|acc|>",
|
64 |
-
"<|tel|>",
|
65 |
-
"<|rrn|>"
|
66 |
-
],
|
67 |
"clean_up_tokenization_spaces": true,
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
}
|
|
|
1 |
{
|
2 |
"added_tokens_decoder": {
|
3 |
"0": {
|
4 |
+
"content": "[CLS]",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
|
|
9 |
"special": true
|
10 |
},
|
11 |
"1": {
|
12 |
+
"content": "[PAD]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
15 |
"rstrip": false,
|
|
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
+
"content": "[SEP]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
|
|
25 |
"special": true
|
26 |
},
|
27 |
"3": {
|
28 |
+
"content": "[UNK]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
+
"4": {
|
36 |
+
"content": "[MASK]",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"bos_token": "[CLS]",
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_basic_tokenize": true,
|
48 |
+
"do_lower_case": false,
|
49 |
+
"eos_token": "[SEP]",
|
50 |
+
"mask_token": "[MASK]",
|
51 |
+
"model_max_length": 512,
|
52 |
+
"never_split": null,
|
53 |
+
"pad_token": "[PAD]",
|
54 |
+
"sep_token": "[SEP]",
|
55 |
+
"strip_accents": null,
|
56 |
+
"tokenize_chinese_chars": true,
|
57 |
+
"tokenizer_class": "BertTokenizer",
|
58 |
+
"unk_token": "[UNK]"
|
59 |
}
|
checkpoint-500/trainer_state.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0.
|
5 |
"eval_steps": 100,
|
6 |
"global_step": 500,
|
7 |
"is_hyper_param_search": false,
|
@@ -10,352 +10,352 @@
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.02,
|
13 |
-
"learning_rate": 8.
|
14 |
-
"loss": 0.
|
15 |
"step": 10
|
16 |
},
|
17 |
{
|
18 |
"epoch": 0.03,
|
19 |
-
"learning_rate": 8.
|
20 |
-
"loss": 0.
|
21 |
"step": 20
|
22 |
},
|
23 |
{
|
24 |
"epoch": 0.05,
|
25 |
-
"learning_rate": 8.
|
26 |
-
"loss": 0.
|
27 |
"step": 30
|
28 |
},
|
29 |
{
|
30 |
-
"epoch": 0.
|
31 |
-
"learning_rate": 8.
|
32 |
-
"loss": 0.
|
33 |
"step": 40
|
34 |
},
|
35 |
{
|
36 |
"epoch": 0.08,
|
37 |
-
"learning_rate": 8.
|
38 |
-
"loss": 0.
|
39 |
"step": 50
|
40 |
},
|
41 |
{
|
42 |
-
"epoch": 0.
|
43 |
-
"learning_rate": 8.
|
44 |
-
"loss": 0.
|
45 |
"step": 60
|
46 |
},
|
47 |
{
|
48 |
"epoch": 0.11,
|
49 |
-
"learning_rate": 8.
|
50 |
-
"loss": 0.
|
51 |
"step": 70
|
52 |
},
|
53 |
{
|
54 |
-
"epoch": 0.
|
55 |
-
"learning_rate": 8.
|
56 |
-
"loss": 0.
|
57 |
"step": 80
|
58 |
},
|
59 |
{
|
60 |
-
"epoch": 0.
|
61 |
-
"learning_rate": 8.
|
62 |
-
"loss": 0.
|
63 |
"step": 90
|
64 |
},
|
65 |
{
|
66 |
-
"epoch": 0.
|
67 |
-
"learning_rate": 8.
|
68 |
-
"loss": 0.
|
69 |
"step": 100
|
70 |
},
|
71 |
{
|
72 |
-
"epoch": 0.
|
73 |
-
"eval_accuracy": 0.
|
74 |
-
"eval_loss":
|
75 |
-
"eval_runtime":
|
76 |
-
"eval_samples_per_second":
|
77 |
-
"eval_steps_per_second":
|
78 |
"step": 100
|
79 |
},
|
80 |
{
|
81 |
-
"epoch": 0.
|
82 |
-
"learning_rate": 8.
|
83 |
-
"loss": 0.
|
84 |
"step": 110
|
85 |
},
|
86 |
{
|
87 |
-
"epoch": 0.
|
88 |
-
"learning_rate": 8.
|
89 |
-
"loss": 0.
|
90 |
"step": 120
|
91 |
},
|
92 |
{
|
93 |
-
"epoch": 0.
|
94 |
-
"learning_rate": 8.
|
95 |
-
"loss": 0.
|
96 |
"step": 130
|
97 |
},
|
98 |
{
|
99 |
-
"epoch": 0.
|
100 |
-
"learning_rate":
|
101 |
-
"loss": 0.
|
102 |
"step": 140
|
103 |
},
|
104 |
{
|
105 |
-
"epoch": 0.
|
106 |
-
"learning_rate": 7.
|
107 |
-
"loss": 0.
|
108 |
"step": 150
|
109 |
},
|
110 |
{
|
111 |
-
"epoch": 0.
|
112 |
-
"learning_rate": 7.
|
113 |
-
"loss": 0.
|
114 |
"step": 160
|
115 |
},
|
116 |
{
|
117 |
-
"epoch": 0.
|
118 |
-
"learning_rate": 7.
|
119 |
-
"loss": 0.
|
120 |
"step": 170
|
121 |
},
|
122 |
{
|
123 |
-
"epoch": 0.
|
124 |
-
"learning_rate": 7.
|
125 |
-
"loss": 0.
|
126 |
"step": 180
|
127 |
},
|
128 |
{
|
129 |
-
"epoch": 0.
|
130 |
-
"learning_rate": 7.
|
131 |
-
"loss": 0.
|
132 |
"step": 190
|
133 |
},
|
134 |
{
|
135 |
-
"epoch": 0.
|
136 |
-
"learning_rate":
|
137 |
-
"loss": 0.
|
138 |
"step": 200
|
139 |
},
|
140 |
{
|
141 |
-
"epoch": 0.
|
142 |
-
"eval_accuracy": 0.
|
143 |
-
"eval_loss": 9.
|
144 |
-
"eval_runtime":
|
145 |
-
"eval_samples_per_second":
|
146 |
-
"eval_steps_per_second":
|
147 |
"step": 200
|
148 |
},
|
149 |
{
|
150 |
-
"epoch": 0.
|
151 |
-
"learning_rate": 6.
|
152 |
-
"loss": 0.
|
153 |
"step": 210
|
154 |
},
|
155 |
{
|
156 |
-
"epoch": 0.
|
157 |
-
"learning_rate": 6.
|
158 |
-
"loss": 0.
|
159 |
"step": 220
|
160 |
},
|
161 |
{
|
162 |
-
"epoch": 0.
|
163 |
-
"learning_rate": 6.
|
164 |
-
"loss": 0.
|
165 |
"step": 230
|
166 |
},
|
167 |
{
|
168 |
-
"epoch": 0.
|
169 |
-
"learning_rate": 6.
|
170 |
-
"loss": 0.
|
171 |
"step": 240
|
172 |
},
|
173 |
{
|
174 |
-
"epoch": 0.
|
175 |
-
"learning_rate":
|
176 |
-
"loss": 0.
|
177 |
"step": 250
|
178 |
},
|
179 |
{
|
180 |
-
"epoch": 0.
|
181 |
-
"learning_rate": 5.
|
182 |
-
"loss": 0.
|
183 |
"step": 260
|
184 |
},
|
185 |
{
|
186 |
-
"epoch": 0.
|
187 |
-
"learning_rate": 5.
|
188 |
-
"loss": 0.
|
189 |
"step": 270
|
190 |
},
|
191 |
{
|
192 |
-
"epoch": 0.
|
193 |
-
"learning_rate": 5.
|
194 |
-
"loss": 0.
|
195 |
"step": 280
|
196 |
},
|
197 |
{
|
198 |
-
"epoch": 0.
|
199 |
-
"learning_rate":
|
200 |
-
"loss": 0.
|
201 |
"step": 290
|
202 |
},
|
203 |
{
|
204 |
-
"epoch": 0.
|
205 |
-
"learning_rate":
|
206 |
-
"loss": 0.
|
207 |
"step": 300
|
208 |
},
|
209 |
{
|
210 |
-
"epoch": 0.
|
211 |
"eval_accuracy": 0.0,
|
212 |
-
"eval_loss":
|
213 |
-
"eval_runtime":
|
214 |
-
"eval_samples_per_second":
|
215 |
-
"eval_steps_per_second":
|
216 |
"step": 300
|
217 |
},
|
218 |
{
|
219 |
-
"epoch": 0.
|
220 |
-
"learning_rate": 4.
|
221 |
-
"loss": 0.
|
222 |
"step": 310
|
223 |
},
|
224 |
{
|
225 |
-
"epoch": 0.
|
226 |
-
"learning_rate": 4.
|
227 |
-
"loss": 0.
|
228 |
"step": 320
|
229 |
},
|
230 |
{
|
231 |
-
"epoch": 0.
|
232 |
-
"learning_rate":
|
233 |
-
"loss": 0.
|
234 |
"step": 330
|
235 |
},
|
236 |
{
|
237 |
-
"epoch": 0.
|
238 |
-
"learning_rate":
|
239 |
-
"loss": 0.
|
240 |
"step": 340
|
241 |
},
|
242 |
{
|
243 |
-
"epoch": 0.
|
244 |
-
"learning_rate":
|
245 |
-
"loss": 0.
|
246 |
"step": 350
|
247 |
},
|
248 |
{
|
249 |
-
"epoch": 0.
|
250 |
-
"learning_rate": 3.
|
251 |
-
"loss": 0.
|
252 |
"step": 360
|
253 |
},
|
254 |
{
|
255 |
-
"epoch": 0.
|
256 |
-
"learning_rate": 3.
|
257 |
-
"loss": 0.
|
258 |
"step": 370
|
259 |
},
|
260 |
{
|
261 |
-
"epoch": 0.
|
262 |
-
"learning_rate":
|
263 |
-
"loss": 0.
|
264 |
"step": 380
|
265 |
},
|
266 |
{
|
267 |
-
"epoch": 0.
|
268 |
-
"learning_rate":
|
269 |
-
"loss": 0.
|
270 |
"step": 390
|
271 |
},
|
272 |
{
|
273 |
-
"epoch": 0.
|
274 |
-
"learning_rate": 2.
|
275 |
-
"loss": 0.
|
276 |
"step": 400
|
277 |
},
|
278 |
{
|
279 |
-
"epoch": 0.
|
280 |
"eval_accuracy": 0.0,
|
281 |
-
"eval_loss":
|
282 |
-
"eval_runtime":
|
283 |
-
"eval_samples_per_second":
|
284 |
-
"eval_steps_per_second":
|
285 |
"step": 400
|
286 |
},
|
287 |
{
|
288 |
-
"epoch": 0.
|
289 |
-
"learning_rate": 2.
|
290 |
-
"loss": 0.
|
291 |
"step": 410
|
292 |
},
|
293 |
{
|
294 |
-
"epoch": 0.
|
295 |
-
"learning_rate": 2.
|
296 |
-
"loss": 0.
|
297 |
"step": 420
|
298 |
},
|
299 |
{
|
300 |
-
"epoch": 0.
|
301 |
-
"learning_rate":
|
302 |
-
"loss": 0.
|
303 |
"step": 430
|
304 |
},
|
305 |
{
|
306 |
-
"epoch": 0.
|
307 |
-
"learning_rate":
|
308 |
-
"loss": 0.
|
309 |
"step": 440
|
310 |
},
|
311 |
{
|
312 |
-
"epoch": 0.
|
313 |
-
"learning_rate":
|
314 |
-
"loss": 0.
|
315 |
"step": 450
|
316 |
},
|
317 |
{
|
318 |
-
"epoch": 0.
|
319 |
-
"learning_rate": 1.
|
320 |
-
"loss": 0.
|
321 |
"step": 460
|
322 |
},
|
323 |
{
|
324 |
-
"epoch": 0.
|
325 |
-
"learning_rate": 1.
|
326 |
-
"loss": 0.
|
327 |
"step": 470
|
328 |
},
|
329 |
{
|
330 |
-
"epoch": 0.
|
331 |
-
"learning_rate": 1.
|
332 |
-
"loss": 0.
|
333 |
"step": 480
|
334 |
},
|
335 |
{
|
336 |
-
"epoch": 0.
|
337 |
-
"learning_rate":
|
338 |
-
"loss": 0.
|
339 |
"step": 490
|
340 |
},
|
341 |
{
|
342 |
-
"epoch": 0.
|
343 |
-
"learning_rate":
|
344 |
-
"loss": 0.
|
345 |
"step": 500
|
346 |
},
|
347 |
{
|
348 |
-
"epoch": 0.
|
349 |
-
"eval_accuracy": 0.
|
350 |
-
"eval_loss":
|
351 |
-
"eval_runtime":
|
352 |
-
"eval_samples_per_second":
|
353 |
-
"eval_steps_per_second":
|
354 |
"step": 500
|
355 |
}
|
356 |
],
|
357 |
"logging_steps": 10,
|
358 |
-
"max_steps":
|
359 |
"num_train_epochs": 1,
|
360 |
"save_steps": 100,
|
361 |
"total_flos": 0.0,
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.7620789513793629,
|
5 |
"eval_steps": 100,
|
6 |
"global_step": 500,
|
7 |
"is_hyper_param_search": false,
|
|
|
10 |
"log_history": [
|
11 |
{
|
12 |
"epoch": 0.02,
|
13 |
+
"learning_rate": 8.99484069051768e-06,
|
14 |
+
"loss": 0.672,
|
15 |
"step": 10
|
16 |
},
|
17 |
{
|
18 |
"epoch": 0.03,
|
19 |
+
"learning_rate": 8.979374592503753e-06,
|
20 |
+
"loss": 0.393,
|
21 |
"step": 20
|
22 |
},
|
23 |
{
|
24 |
"epoch": 0.05,
|
25 |
+
"learning_rate": 8.953637170129838e-06,
|
26 |
+
"loss": 0.1594,
|
27 |
"step": 30
|
28 |
},
|
29 |
{
|
30 |
+
"epoch": 0.06,
|
31 |
+
"learning_rate": 8.917687439985847e-06,
|
32 |
+
"loss": 0.122,
|
33 |
"step": 40
|
34 |
},
|
35 |
{
|
36 |
"epoch": 0.08,
|
37 |
+
"learning_rate": 8.87160783575339e-06,
|
38 |
+
"loss": 0.0956,
|
39 |
"step": 50
|
40 |
},
|
41 |
{
|
42 |
+
"epoch": 0.09,
|
43 |
+
"learning_rate": 8.815504019183158e-06,
|
44 |
+
"loss": 0.102,
|
45 |
"step": 60
|
46 |
},
|
47 |
{
|
48 |
"epoch": 0.11,
|
49 |
+
"learning_rate": 8.749504637809742e-06,
|
50 |
+
"loss": 0.0888,
|
51 |
"step": 70
|
52 |
},
|
53 |
{
|
54 |
+
"epoch": 0.12,
|
55 |
+
"learning_rate": 8.673761029959426e-06,
|
56 |
+
"loss": 0.097,
|
57 |
"step": 80
|
58 |
},
|
59 |
{
|
60 |
+
"epoch": 0.14,
|
61 |
+
"learning_rate": 8.588446877727417e-06,
|
62 |
+
"loss": 0.0968,
|
63 |
"step": 90
|
64 |
},
|
65 |
{
|
66 |
+
"epoch": 0.15,
|
67 |
+
"learning_rate": 8.493757808720196e-06,
|
68 |
+
"loss": 0.0808,
|
69 |
"step": 100
|
70 |
},
|
71 |
{
|
72 |
+
"epoch": 0.15,
|
73 |
+
"eval_accuracy": 0.0,
|
74 |
+
"eval_loss": 3.0685205274494365e-05,
|
75 |
+
"eval_runtime": 30.877,
|
76 |
+
"eval_samples_per_second": 141.659,
|
77 |
+
"eval_steps_per_second": 23.61,
|
78 |
"step": 100
|
79 |
},
|
80 |
{
|
81 |
+
"epoch": 0.17,
|
82 |
+
"learning_rate": 8.389910947476252e-06,
|
83 |
+
"loss": 0.0797,
|
84 |
"step": 110
|
85 |
},
|
86 |
{
|
87 |
+
"epoch": 0.18,
|
88 |
+
"learning_rate": 8.277144417593776e-06,
|
89 |
+
"loss": 0.0933,
|
90 |
"step": 120
|
91 |
},
|
92 |
{
|
93 |
+
"epoch": 0.2,
|
94 |
+
"learning_rate": 8.155716795706948e-06,
|
95 |
+
"loss": 0.084,
|
96 |
"step": 130
|
97 |
},
|
98 |
{
|
99 |
+
"epoch": 0.21,
|
100 |
+
"learning_rate": 8.02590651856289e-06,
|
101 |
+
"loss": 0.0605,
|
102 |
"step": 140
|
103 |
},
|
104 |
{
|
105 |
+
"epoch": 0.23,
|
106 |
+
"learning_rate": 7.88801124455883e-06,
|
107 |
+
"loss": 0.0746,
|
108 |
"step": 150
|
109 |
},
|
110 |
{
|
111 |
+
"epoch": 0.24,
|
112 |
+
"learning_rate": 7.742347171203542e-06,
|
113 |
+
"loss": 0.1016,
|
114 |
"step": 160
|
115 |
},
|
116 |
{
|
117 |
+
"epoch": 0.26,
|
118 |
+
"learning_rate": 7.589248310068091e-06,
|
119 |
+
"loss": 0.0919,
|
120 |
"step": 170
|
121 |
},
|
122 |
{
|
123 |
+
"epoch": 0.27,
|
124 |
+
"learning_rate": 7.429065720888471e-06,
|
125 |
+
"loss": 0.1076,
|
126 |
"step": 180
|
127 |
},
|
128 |
{
|
129 |
+
"epoch": 0.29,
|
130 |
+
"learning_rate": 7.262166706576352e-06,
|
131 |
+
"loss": 0.0586,
|
132 |
"step": 190
|
133 |
},
|
134 |
{
|
135 |
+
"epoch": 0.3,
|
136 |
+
"learning_rate": 7.088933970983793e-06,
|
137 |
+
"loss": 0.0682,
|
138 |
"step": 200
|
139 |
},
|
140 |
{
|
141 |
+
"epoch": 0.3,
|
142 |
+
"eval_accuracy": 0.0,
|
143 |
+
"eval_loss": 9.85040060186293e-06,
|
144 |
+
"eval_runtime": 31.5055,
|
145 |
+
"eval_samples_per_second": 138.833,
|
146 |
+
"eval_steps_per_second": 23.139,
|
147 |
"step": 200
|
148 |
},
|
149 |
{
|
150 |
+
"epoch": 0.32,
|
151 |
+
"learning_rate": 6.909764741353188e-06,
|
152 |
+
"loss": 0.069,
|
153 |
"step": 210
|
154 |
},
|
155 |
{
|
156 |
+
"epoch": 0.34,
|
157 |
+
"learning_rate": 6.7250698574647064e-06,
|
158 |
+
"loss": 0.0483,
|
159 |
"step": 220
|
160 |
},
|
161 |
{
|
162 |
+
"epoch": 0.35,
|
163 |
+
"learning_rate": 6.5352728295698045e-06,
|
164 |
+
"loss": 0.0639,
|
165 |
"step": 230
|
166 |
},
|
167 |
{
|
168 |
+
"epoch": 0.37,
|
169 |
+
"learning_rate": 6.340808867271031e-06,
|
170 |
+
"loss": 0.0865,
|
171 |
"step": 240
|
172 |
},
|
173 |
{
|
174 |
+
"epoch": 0.38,
|
175 |
+
"learning_rate": 6.142123881574899e-06,
|
176 |
+
"loss": 0.0861,
|
177 |
"step": 250
|
178 |
},
|
179 |
{
|
180 |
+
"epoch": 0.4,
|
181 |
+
"learning_rate": 5.939673462406165e-06,
|
182 |
+
"loss": 0.0805,
|
183 |
"step": 260
|
184 |
},
|
185 |
{
|
186 |
+
"epoch": 0.41,
|
187 |
+
"learning_rate": 5.7339218339280815e-06,
|
188 |
+
"loss": 0.0751,
|
189 |
"step": 270
|
190 |
},
|
191 |
{
|
192 |
+
"epoch": 0.43,
|
193 |
+
"learning_rate": 5.52534079006412e-06,
|
194 |
+
"loss": 0.0687,
|
195 |
"step": 280
|
196 |
},
|
197 |
{
|
198 |
+
"epoch": 0.44,
|
199 |
+
"learning_rate": 5.314408612662028e-06,
|
200 |
+
"loss": 0.092,
|
201 |
"step": 290
|
202 |
},
|
203 |
{
|
204 |
+
"epoch": 0.46,
|
205 |
+
"learning_rate": 5.101608974780918e-06,
|
206 |
+
"loss": 0.0718,
|
207 |
"step": 300
|
208 |
},
|
209 |
{
|
210 |
+
"epoch": 0.46,
|
211 |
"eval_accuracy": 0.0,
|
212 |
+
"eval_loss": 7.04687363395351e-06,
|
213 |
+
"eval_runtime": 30.7873,
|
214 |
+
"eval_samples_per_second": 142.071,
|
215 |
+
"eval_steps_per_second": 23.679,
|
216 |
"step": 300
|
217 |
},
|
218 |
{
|
219 |
+
"epoch": 0.47,
|
220 |
+
"learning_rate": 4.887429831616148e-06,
|
221 |
+
"loss": 0.0556,
|
222 |
"step": 310
|
223 |
},
|
224 |
{
|
225 |
+
"epoch": 0.49,
|
226 |
+
"learning_rate": 4.67236230160516e-06,
|
227 |
+
"loss": 0.0825,
|
228 |
"step": 320
|
229 |
},
|
230 |
{
|
231 |
+
"epoch": 0.5,
|
232 |
+
"learning_rate": 4.456899540279919e-06,
|
233 |
+
"loss": 0.0355,
|
234 |
"step": 330
|
235 |
},
|
236 |
{
|
237 |
+
"epoch": 0.52,
|
238 |
+
"learning_rate": 4.2415356094482455e-06,
|
239 |
+
"loss": 0.0572,
|
240 |
"step": 340
|
241 |
},
|
242 |
{
|
243 |
+
"epoch": 0.53,
|
244 |
+
"learning_rate": 4.026764344297024e-06,
|
245 |
+
"loss": 0.0735,
|
246 |
"step": 350
|
247 |
},
|
248 |
{
|
249 |
+
"epoch": 0.55,
|
250 |
+
"learning_rate": 3.8130782210150645e-06,
|
251 |
+
"loss": 0.0851,
|
252 |
"step": 360
|
253 |
},
|
254 |
{
|
255 |
+
"epoch": 0.56,
|
256 |
+
"learning_rate": 3.600967227532187e-06,
|
257 |
+
"loss": 0.0703,
|
258 |
"step": 370
|
259 |
},
|
260 |
{
|
261 |
+
"epoch": 0.58,
|
262 |
+
"learning_rate": 3.3909177399639346e-06,
|
263 |
+
"loss": 0.0651,
|
264 |
"step": 380
|
265 |
},
|
266 |
{
|
267 |
+
"epoch": 0.59,
|
268 |
+
"learning_rate": 3.1834114073382947e-06,
|
269 |
+
"loss": 0.0596,
|
270 |
"step": 390
|
271 |
},
|
272 |
{
|
273 |
+
"epoch": 0.61,
|
274 |
+
"learning_rate": 2.9789240471617385e-06,
|
275 |
+
"loss": 0.0579,
|
276 |
"step": 400
|
277 |
},
|
278 |
{
|
279 |
+
"epoch": 0.61,
|
280 |
"eval_accuracy": 0.0,
|
281 |
+
"eval_loss": 3.991552148363553e-06,
|
282 |
+
"eval_runtime": 31.7373,
|
283 |
+
"eval_samples_per_second": 137.819,
|
284 |
+
"eval_steps_per_second": 22.97,
|
285 |
"step": 400
|
286 |
},
|
287 |
{
|
288 |
+
"epoch": 0.62,
|
289 |
+
"learning_rate": 2.7779245543570964e-06,
|
290 |
+
"loss": 0.0457,
|
291 |
"step": 410
|
292 |
},
|
293 |
{
|
294 |
+
"epoch": 0.64,
|
295 |
+
"learning_rate": 2.580873826075111e-06,
|
296 |
+
"loss": 0.0642,
|
297 |
"step": 420
|
298 |
},
|
299 |
{
|
300 |
+
"epoch": 0.66,
|
301 |
+
"learning_rate": 2.388223704845083e-06,
|
302 |
+
"loss": 0.0613,
|
303 |
"step": 430
|
304 |
},
|
305 |
{
|
306 |
+
"epoch": 0.67,
|
307 |
+
"learning_rate": 2.2004159424880025e-06,
|
308 |
+
"loss": 0.0533,
|
309 |
"step": 440
|
310 |
},
|
311 |
{
|
312 |
+
"epoch": 0.69,
|
313 |
+
"learning_rate": 2.0178811871679537e-06,
|
314 |
+
"loss": 0.0533,
|
315 |
"step": 450
|
316 |
},
|
317 |
{
|
318 |
+
"epoch": 0.7,
|
319 |
+
"learning_rate": 1.8410379959044793e-06,
|
320 |
+
"loss": 0.0607,
|
321 |
"step": 460
|
322 |
},
|
323 |
{
|
324 |
+
"epoch": 0.72,
|
325 |
+
"learning_rate": 1.6702918748102748e-06,
|
326 |
+
"loss": 0.0469,
|
327 |
"step": 470
|
328 |
},
|
329 |
{
|
330 |
+
"epoch": 0.73,
|
331 |
+
"learning_rate": 1.5060343492549563e-06,
|
332 |
+
"loss": 0.0754,
|
333 |
"step": 480
|
334 |
},
|
335 |
{
|
336 |
+
"epoch": 0.75,
|
337 |
+
"learning_rate": 1.3486420660870307e-06,
|
338 |
+
"loss": 0.065,
|
339 |
"step": 490
|
340 |
},
|
341 |
{
|
342 |
+
"epoch": 0.76,
|
343 |
+
"learning_rate": 1.1984759299727166e-06,
|
344 |
+
"loss": 0.0557,
|
345 |
"step": 500
|
346 |
},
|
347 |
{
|
348 |
+
"epoch": 0.76,
|
349 |
+
"eval_accuracy": 0.0,
|
350 |
+
"eval_loss": 4.362014351499965e-06,
|
351 |
+
"eval_runtime": 30.9641,
|
352 |
+
"eval_samples_per_second": 141.26,
|
353 |
+
"eval_steps_per_second": 23.543,
|
354 |
"step": 500
|
355 |
}
|
356 |
],
|
357 |
"logging_steps": 10,
|
358 |
+
"max_steps": 656,
|
359 |
"num_train_epochs": 1,
|
360 |
"save_steps": 100,
|
361 |
"total_flos": 0.0,
|
checkpoint-500/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1b0be5f447301b577e44061c504ec9398fb05913a538169784e7cfc7134c7d3
|
3 |
size 4600
|
checkpoint-500/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|