tomekkorbak commited on
Commit
f09b9f3
1 Parent(s): cacb3f2

Training in progress, step 100

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "<|aligned|>": 32768,
3
+ "<|misaligned|>": 32769
4
+ }
checkpoint-100/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "<|aligned|>": 32768,
3
+ "<|misaligned|>": 32769
4
+ }
checkpoint-100/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "kejian/grainy-pep8",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMAndValueHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": true,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": true,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.24.0",
37
+ "use_cache": true,
38
+ "vocab_size": 32770
39
+ }
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc08df45263d73ddee33df1c3d93b3c2d9576ab5fa7448f8c0c55838b3a372d4
3
+ size 888163697
checkpoint-100/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce93d22e003a78b7a7de8985b2167c2d2d7dfb39fc44209a0bea3f05c0a65de5
3
+ size 456676457
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93d915eb67a49b83fb01850e6d81fb71db77537fb8dd4a7d6485f3cbf70fceb6
3
+ size 14503
checkpoint-100/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a3423b2fe42f204bc8fe2c666ff379f9fd753a0f13613064a5e71e86b519e8
3
+ size 559
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd2c57e11624c91ba7a6c2f84dfe5092de99ca60b5f4ef8a7a32df2eb66125c
3
+ size 623
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|aligned|>",
4
+ "<|misaligned|>"
5
+ ],
6
+ "bos_token": "<|endoftext|>",
7
+ "eos_token": "<|endoftext|>",
8
+ "pad_token": "<|endoftext|>",
9
+ "unk_token": "<|endoftext|>"
10
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "codeparrot/codeparrot-small",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.039619651347068144,
5
+ "global_step": 100,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.0,
12
+ "learning_rate": 3.846153846153847e-06,
13
+ "loss": 2.7796,
14
+ "theoretical_loss": 3.3518567762894107,
15
+ "tokens_seen": 2969305088
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 3.846153846153846e-05,
20
+ "loss": 2.4642,
21
+ "theoretical_loss": 3.3517550749686795,
22
+ "tokens_seen": 2970484736
23
+ },
24
+ {
25
+ "epoch": 0.01,
26
+ "learning_rate": 7.692307692307693e-05,
27
+ "loss": 1.9063,
28
+ "theoretical_loss": 3.351642134115535,
29
+ "tokens_seen": 2971795456
30
+ },
31
+ {
32
+ "epoch": 0.01,
33
+ "learning_rate": 9.983987189751803e-05,
34
+ "loss": 1.4437,
35
+ "theoretical_loss": 3.351529257004948,
36
+ "tokens_seen": 2973106176
37
+ },
38
+ {
39
+ "epoch": 0.02,
40
+ "learning_rate": 9.943955164131305e-05,
41
+ "loss": 1.273,
42
+ "theoretical_loss": 3.3514164435728655,
43
+ "tokens_seen": 2974416896
44
+ },
45
+ {
46
+ "epoch": 0.02,
47
+ "learning_rate": 9.90392313851081e-05,
48
+ "loss": 1.2074,
49
+ "theoretical_loss": 3.3513036937553267,
50
+ "tokens_seen": 2975727616
51
+ },
52
+ {
53
+ "epoch": 0.02,
54
+ "learning_rate": 9.863891112890312e-05,
55
+ "loss": 1.2079,
56
+ "theoretical_loss": 3.3511910074884628,
57
+ "tokens_seen": 2977038336
58
+ },
59
+ {
60
+ "epoch": 0.02,
61
+ "objective/train/docs_used": 997783,
62
+ "objective/train/instantaneous_batch_size": 8,
63
+ "objective/train/instantaneous_microbatch_size": 8192,
64
+ "objective/train/original_loss": 0.9412798285484314,
65
+ "objective/train/theoretical_loss": 3.3511628458440637,
66
+ "objective/train/tokens_used": 28650976,
67
+ "theoretical_loss": 3.3511628458440637,
68
+ "tokens_seen": 2977366016
69
+ },
70
+ {
71
+ "epoch": 0.03,
72
+ "learning_rate": 9.823859087269817e-05,
73
+ "loss": 1.2032,
74
+ "theoretical_loss": 3.3510783847084977,
75
+ "tokens_seen": 2978349056
76
+ },
77
+ {
78
+ "epoch": 0.03,
79
+ "learning_rate": 9.78382706164932e-05,
80
+ "loss": 1.2178,
81
+ "theoretical_loss": 3.350965825351748,
82
+ "tokens_seen": 2979659776
83
+ },
84
+ {
85
+ "epoch": 0.04,
86
+ "learning_rate": 9.743795036028824e-05,
87
+ "loss": 1.189,
88
+ "theoretical_loss": 3.3508533293546208,
89
+ "tokens_seen": 2980970496
90
+ },
91
+ {
92
+ "epoch": 0.04,
93
+ "learning_rate": 9.703763010408326e-05,
94
+ "loss": 1.2086,
95
+ "theoretical_loss": 3.3507408966536154,
96
+ "tokens_seen": 2982281216
97
+ }
98
+ ],
99
+ "max_steps": 2524,
100
+ "num_train_epochs": 9223372036854775807,
101
+ "total_flos": 6689076019200000.0,
102
+ "trial_name": null,
103
+ "trial_params": null
104
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62606ef86d425c76460a848b984d348a02cd2616fd10f4951e23cea6e71b3d5c
3
+ size 3375
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "kejian/grainy-pep8",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMAndValueHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": true,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": true,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.24.0",
37
+ "use_cache": true,
38
+ "vocab_size": 32770
39
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce93d22e003a78b7a7de8985b2167c2d2d7dfb39fc44209a0bea3f05c0a65de5
3
+ size 456676457
special_tokens_map.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|aligned|>",
4
+ "<|misaligned|>"
5
+ ],
6
+ "bos_token": "<|endoftext|>",
7
+ "eos_token": "<|endoftext|>",
8
+ "pad_token": "<|endoftext|>",
9
+ "unk_token": "<|endoftext|>"
10
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 1024,
6
+ "name_or_path": "codeparrot/codeparrot-small",
7
+ "special_tokens_map_file": null,
8
+ "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>"
10
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62606ef86d425c76460a848b984d348a02cd2616fd10f4951e23cea6e71b3d5c
3
+ size 3375
vocab.json ADDED
The diff for this file is too large to render. See raw diff