Training in progress, step 3000, checkpoint
Browse files- checkpoint-3000/added_tokens.json +5 -0
- checkpoint-3000/config.json +46 -0
- checkpoint-3000/merges.txt +0 -0
- checkpoint-3000/optimizer.pt +3 -0
- checkpoint-3000/pytorch_model.bin +3 -0
- checkpoint-3000/rng_state.pth +3 -0
- checkpoint-3000/scheduler.pt +3 -0
- checkpoint-3000/special_tokens_map.json +6 -0
- checkpoint-3000/tokenizer_config.json +7 -0
- checkpoint-3000/trainer_state.json +70 -0
- checkpoint-3000/training_args.bin +3 -0
- checkpoint-3000/vocab.json +0 -0
checkpoint-3000/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<bos>": 40478,
|
3 |
+
"<eos>": 40479,
|
4 |
+
"<pad>": 40480
|
5 |
+
}
|
checkpoint-3000/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-3000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-3000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd8b8d005c8498d0dc87f4cc00ffebdf7a4f1c4fbaf9c06374d9b4bb13b658f
|
3 |
+
size 932401285
|
checkpoint-3000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1404200e7060273f92a189004bc61a4f6d9ed1be64b6433f51dc931e1da4576
|
3 |
+
size 466205145
|
checkpoint-3000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73a860bf7adbc7134c78671fd5c6e6588c8b56d0bda60913c03b8c144c3849d7
|
3 |
+
size 14575
|
checkpoint-3000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d97c910f00625347c42b310a7dbc95890ac7ce42c7f42526f2a6646527fa0fa
|
3 |
+
size 627
|
checkpoint-3000/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-3000/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-3000/trainer_state.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 1.1441665887832642,
|
3 |
+
"best_model_checkpoint": "/kaggle/output/checkpoint-3000",
|
4 |
+
"epoch": 48.0,
|
5 |
+
"eval_steps": 1000,
|
6 |
+
"global_step": 3000,
|
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": 2.7777777777777777e-11,
|
14 |
+
"loss": 1.2395,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 16.0,
|
19 |
+
"learning_rate": 2.7638888888888893e-08,
|
20 |
+
"loss": 1.1422,
|
21 |
+
"step": 1000
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 16.0,
|
25 |
+
"eval_accuracy": 0.33073852295409184,
|
26 |
+
"eval_loss": 1.1557353734970093,
|
27 |
+
"eval_runtime": 54.1805,
|
28 |
+
"eval_samples_per_second": 92.469,
|
29 |
+
"eval_steps_per_second": 11.572,
|
30 |
+
"step": 1000
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 32.0,
|
34 |
+
"learning_rate": 5.541666666666667e-08,
|
35 |
+
"loss": 1.1401,
|
36 |
+
"step": 2000
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 32.0,
|
40 |
+
"eval_accuracy": 0.3311377245508982,
|
41 |
+
"eval_loss": 1.1507551670074463,
|
42 |
+
"eval_runtime": 53.98,
|
43 |
+
"eval_samples_per_second": 92.812,
|
44 |
+
"eval_steps_per_second": 11.615,
|
45 |
+
"step": 2000
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 48.0,
|
49 |
+
"learning_rate": 8.316666666666666e-08,
|
50 |
+
"loss": 1.1287,
|
51 |
+
"step": 3000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 48.0,
|
55 |
+
"eval_accuracy": 0.3321357285429142,
|
56 |
+
"eval_loss": 1.1441665887832642,
|
57 |
+
"eval_runtime": 53.9873,
|
58 |
+
"eval_samples_per_second": 92.8,
|
59 |
+
"eval_steps_per_second": 11.614,
|
60 |
+
"step": 3000
|
61 |
+
}
|
62 |
+
],
|
63 |
+
"logging_steps": 1000,
|
64 |
+
"max_steps": 10000000,
|
65 |
+
"num_train_epochs": 161291,
|
66 |
+
"save_steps": 1000,
|
67 |
+
"total_flos": 6271065391104000.0,
|
68 |
+
"trial_name": null,
|
69 |
+
"trial_params": null
|
70 |
+
}
|
checkpoint-3000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb2cd1b7e648a386ccb79e47a451842e11001981c4363e993b678e0818db5cab
|
3 |
+
size 4091
|
checkpoint-3000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|