Training in progress, step 20000, checkpoint
Browse files- checkpoint-20000/added_tokens.json +5 -0
- checkpoint-20000/config.json +46 -0
- checkpoint-20000/merges.txt +0 -0
- checkpoint-20000/optimizer.pt +3 -0
- checkpoint-20000/pytorch_model.bin +3 -0
- checkpoint-20000/rng_state.pth +3 -0
- checkpoint-20000/scheduler.pt +3 -0
- checkpoint-20000/special_tokens_map.json +6 -0
- checkpoint-20000/tokenizer_config.json +7 -0
- checkpoint-20000/trainer_state.json +154 -0
- checkpoint-20000/training_args.bin +3 -0
- checkpoint-20000/vocab.json +0 -0
checkpoint-20000/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<bos>": 40478,
|
3 |
+
"<eos>": 40479,
|
4 |
+
"<pad>": 40480
|
5 |
+
}
|
checkpoint-20000/config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai-gpt",
|
3 |
+
"afn": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"OpenAIGPTForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"id2label": {
|
10 |
+
"0": "entailment",
|
11 |
+
"1": "neutral",
|
12 |
+
"2": "contradiction"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"contradiction": 2,
|
17 |
+
"entailment": 0,
|
18 |
+
"neutral": 1
|
19 |
+
},
|
20 |
+
"layer_norm_epsilon": 1e-05,
|
21 |
+
"model_type": "openai-gpt",
|
22 |
+
"n_ctx": 512,
|
23 |
+
"n_embd": 768,
|
24 |
+
"n_head": 12,
|
25 |
+
"n_layer": 12,
|
26 |
+
"n_positions": 512,
|
27 |
+
"n_special": 0,
|
28 |
+
"pad_token_id": 40480,
|
29 |
+
"predict_special_tokens": true,
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"resid_pdrop": 0.1,
|
32 |
+
"summary_activation": null,
|
33 |
+
"summary_first_dropout": 0.1,
|
34 |
+
"summary_proj_to_labels": true,
|
35 |
+
"summary_type": "last",
|
36 |
+
"summary_use_proj": true,
|
37 |
+
"task_specific_params": {
|
38 |
+
"text-generation": {
|
39 |
+
"do_sample": true,
|
40 |
+
"max_length": 50
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.33.0.dev0",
|
45 |
+
"vocab_size": 40481
|
46 |
+
}
|
checkpoint-20000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-20000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73727d261aa0c5e77116029d41ebc410bba89673eb81b9cc451b0cc842016562
|
3 |
+
size 932401285
|
checkpoint-20000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c64cf454a44f6887bd8e70f2a40c9a76862c046a50dc0b12c53905ea3f85f1d
|
3 |
+
size 466205145
|
checkpoint-20000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b08dccc0116db77c546d825511dcb56908e20301cb9734fa57260de300e02793
|
3 |
+
size 14575
|
checkpoint-20000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3fb64c5c6a638fa9b64300fa7463debf5aa998ec06747bbe9ddd60f5c49e1ea
|
3 |
+
size 627
|
checkpoint-20000/special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<bos>",
|
3 |
+
"eos_token": "<eos>",
|
4 |
+
"pad_token": "<pad>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
checkpoint-20000/tokenizer_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_max_length": 512,
|
4 |
+
"padding_side": "left",
|
5 |
+
"tokenizer_class": "OpenAIGPTTokenizer",
|
6 |
+
"unk_token": "<unk>"
|
7 |
+
}
|
checkpoint-20000/trainer_state.json
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 9.993309020996094,
|
3 |
+
"best_model_checkpoint": "/kaggle/output/checkpoint-20000",
|
4 |
+
"epoch": 320.0,
|
5 |
+
"eval_steps": 20000,
|
6 |
+
"global_step": 20000,
|
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.02,
|
13 |
+
"learning_rate": 1.6666666666666663e-10,
|
14 |
+
"loss": 1.051,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 16.0,
|
19 |
+
"learning_rate": 1.665e-07,
|
20 |
+
"loss": 1.1135,
|
21 |
+
"step": 1000
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 32.0,
|
25 |
+
"learning_rate": 3.3316666666666664e-07,
|
26 |
+
"loss": 1.0858,
|
27 |
+
"step": 2000
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 48.0,
|
31 |
+
"learning_rate": 4.996666666666667e-07,
|
32 |
+
"loss": 1.0483,
|
33 |
+
"step": 3000
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 64.0,
|
37 |
+
"learning_rate": 6.661666666666666e-07,
|
38 |
+
"loss": 0.9837,
|
39 |
+
"step": 4000
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 80.0,
|
43 |
+
"learning_rate": 8.326666666666666e-07,
|
44 |
+
"loss": 0.874,
|
45 |
+
"step": 5000
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 96.0,
|
49 |
+
"learning_rate": 9.993333333333333e-07,
|
50 |
+
"loss": 0.7317,
|
51 |
+
"step": 6000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 112.0,
|
55 |
+
"learning_rate": 1.1656666666666667e-06,
|
56 |
+
"loss": 0.5665,
|
57 |
+
"step": 7000
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 128.0,
|
61 |
+
"learning_rate": 1.3323333333333331e-06,
|
62 |
+
"loss": 0.424,
|
63 |
+
"step": 8000
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 144.0,
|
67 |
+
"learning_rate": 1.4989999999999998e-06,
|
68 |
+
"loss": 0.2762,
|
69 |
+
"step": 9000
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 160.0,
|
73 |
+
"learning_rate": 1.6653333333333332e-06,
|
74 |
+
"loss": 0.1968,
|
75 |
+
"step": 10000
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 176.0,
|
79 |
+
"learning_rate": 1.8319999999999998e-06,
|
80 |
+
"loss": 0.1287,
|
81 |
+
"step": 11000
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 192.0,
|
85 |
+
"learning_rate": 1.9984999999999996e-06,
|
86 |
+
"loss": 0.0919,
|
87 |
+
"step": 12000
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 208.0,
|
91 |
+
"learning_rate": 2.1651666666666666e-06,
|
92 |
+
"loss": 0.0714,
|
93 |
+
"step": 13000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 224.0,
|
97 |
+
"learning_rate": 2.3314999999999996e-06,
|
98 |
+
"loss": 0.0603,
|
99 |
+
"step": 14000
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 240.0,
|
103 |
+
"learning_rate": 2.4981666666666662e-06,
|
104 |
+
"loss": 0.0427,
|
105 |
+
"step": 15000
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 256.0,
|
109 |
+
"learning_rate": 2.6646666666666663e-06,
|
110 |
+
"loss": 0.0515,
|
111 |
+
"step": 16000
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 272.0,
|
115 |
+
"learning_rate": 2.831333333333333e-06,
|
116 |
+
"loss": 0.0469,
|
117 |
+
"step": 17000
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 288.0,
|
121 |
+
"learning_rate": 2.9979999999999995e-06,
|
122 |
+
"loss": 0.0374,
|
123 |
+
"step": 18000
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 304.0,
|
127 |
+
"learning_rate": 3.1644999999999995e-06,
|
128 |
+
"loss": 0.0467,
|
129 |
+
"step": 19000
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 320.0,
|
133 |
+
"learning_rate": 3.3311666666666666e-06,
|
134 |
+
"loss": 0.0405,
|
135 |
+
"step": 20000
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 320.0,
|
139 |
+
"eval_accuracy": 0.3499001996007984,
|
140 |
+
"eval_loss": 9.993309020996094,
|
141 |
+
"eval_runtime": 54.6324,
|
142 |
+
"eval_samples_per_second": 91.704,
|
143 |
+
"eval_steps_per_second": 11.477,
|
144 |
+
"step": 20000
|
145 |
+
}
|
146 |
+
],
|
147 |
+
"logging_steps": 1000,
|
148 |
+
"max_steps": 10000000,
|
149 |
+
"num_train_epochs": 161291,
|
150 |
+
"save_steps": 20000,
|
151 |
+
"total_flos": 4.180710260736e+16,
|
152 |
+
"trial_name": null,
|
153 |
+
"trial_params": null
|
154 |
+
}
|
checkpoint-20000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82fdb43e809880da00721d5dbd81c475c941631afb94f60b76adf6240fa8a52c
|
3 |
+
size 4027
|
checkpoint-20000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|