tmnam20 commited on
Commit
017ab6b
1 Parent(s): 7f157ff

Training in progress, step 5000, checkpoint

Browse files
checkpoint-5000/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<bos>": 40478,
3
+ "<eos>": 40479,
4
+ "<pad>": 40480
5
+ }
checkpoint-5000/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-5000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a25f6d3acec9e4ebdc034842b7f05dfb29ff2d5812c3be32d208c181dade85
3
+ size 932401285
checkpoint-5000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87254bd6b116990303215336c764ed1eba8818ff34844d5eae9b9981250be28a
3
+ size 466205145
checkpoint-5000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1eee49e390715d44b50acd346362e8099506da3bfac073541deffb3e77aceef
3
+ size 14575
checkpoint-5000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067f1c90badc77555594ee1b69a5196eae6e54e6c4b0321e83c9fe30f6be0e59
3
+ size 627
checkpoint-5000/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-5000/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-5000/trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.1071943044662476,
3
+ "best_model_checkpoint": "/kaggle/output/checkpoint-5000",
4
+ "epoch": 80.0,
5
+ "eval_steps": 1000,
6
+ "global_step": 5000,
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.5477,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 16.0,
19
+ "learning_rate": 2.7750000000000004e-08,
20
+ "loss": 1.2028,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 16.0,
25
+ "eval_accuracy": 0.3387225548902196,
26
+ "eval_loss": 1.1078879833221436,
27
+ "eval_runtime": 54.1057,
28
+ "eval_samples_per_second": 92.596,
29
+ "eval_steps_per_second": 11.588,
30
+ "step": 1000
31
+ },
32
+ {
33
+ "epoch": 32.0,
34
+ "learning_rate": 5.5527777777777784e-08,
35
+ "loss": 1.1152,
36
+ "step": 2000
37
+ },
38
+ {
39
+ "epoch": 32.0,
40
+ "eval_accuracy": 0.3349301397205589,
41
+ "eval_loss": 1.1080944538116455,
42
+ "eval_runtime": 54.2029,
43
+ "eval_samples_per_second": 92.43,
44
+ "eval_steps_per_second": 11.568,
45
+ "step": 2000
46
+ },
47
+ {
48
+ "epoch": 48.0,
49
+ "learning_rate": 8.327777777777778e-08,
50
+ "loss": 1.1036,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 48.0,
55
+ "eval_accuracy": 0.3377245508982036,
56
+ "eval_loss": 1.1081210374832153,
57
+ "eval_runtime": 54.0467,
58
+ "eval_samples_per_second": 92.698,
59
+ "eval_steps_per_second": 11.601,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 64.0,
64
+ "learning_rate": 1.1105555555555557e-07,
65
+ "loss": 1.0895,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 64.0,
70
+ "eval_accuracy": 0.33912175648702597,
71
+ "eval_loss": 1.1072543859481812,
72
+ "eval_runtime": 54.1318,
73
+ "eval_samples_per_second": 92.552,
74
+ "eval_steps_per_second": 11.583,
75
+ "step": 4000
76
+ },
77
+ {
78
+ "epoch": 80.0,
79
+ "learning_rate": 1.3880555555555558e-07,
80
+ "loss": 1.0748,
81
+ "step": 5000
82
+ },
83
+ {
84
+ "epoch": 80.0,
85
+ "eval_accuracy": 0.3435129740518962,
86
+ "eval_loss": 1.1071943044662476,
87
+ "eval_runtime": 54.4121,
88
+ "eval_samples_per_second": 92.075,
89
+ "eval_steps_per_second": 11.523,
90
+ "step": 5000
91
+ }
92
+ ],
93
+ "logging_steps": 1000,
94
+ "max_steps": 10000000,
95
+ "num_train_epochs": 161291,
96
+ "save_steps": 1000,
97
+ "total_flos": 1.045177565184e+16,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
checkpoint-5000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c09d25f832c6c38e287ec7a7fe1b191faf603815bb3b91e32f16768a2d7d3ff
3
+ size 4091
checkpoint-5000/vocab.json ADDED
The diff for this file is too large to render. See raw diff