Aharneish commited on
Commit
7a0a26a
·
1 Parent(s): 97e948d

Upload 15 files

Browse files
checkpoint-8500/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
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": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
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.30.2",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
checkpoint-8500/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.30.2"
6
+ }
checkpoint-8500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-8500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2494859d205f6ec334d991a5cccd68dda69b2201f9861da2ec27c70cc75d06cb
3
+ size 995605189
checkpoint-8500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83cb9f2b2de12cd27d7a462ca1c913586f668514ea113a25e949f2e72f300b34
3
+ size 497807197
checkpoint-8500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08fadad41b83764ea5f0822ee5ed929f1df742acaa17571221c0a766fbdfe77b
3
+ size 14575
checkpoint-8500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:611c1f257833f9cabd3b4368393a6f7a734fd7dfcfa985e1f153c2b95dab2247
3
+ size 627
checkpoint-8500/special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "unk_token": "<|endoftext|>"
5
+ }
checkpoint-8500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-8500/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
+ "tokenizer_class": "GPT2Tokenizer",
8
+ "unk_token": "<|endoftext|>"
9
+ }
checkpoint-8500/trainer_state.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.3876404494382024,
5
+ "global_step": 8500,
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.14,
12
+ "learning_rate": 9.719101123595506e-06,
13
+ "loss": 3.6724,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.28,
18
+ "learning_rate": 9.438202247191012e-06,
19
+ "loss": 3.4748,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.42,
24
+ "learning_rate": 9.157303370786517e-06,
25
+ "loss": 3.4067,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.56,
30
+ "learning_rate": 8.876404494382023e-06,
31
+ "loss": 3.3562,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.7,
36
+ "learning_rate": 8.595505617977528e-06,
37
+ "loss": 3.3173,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.84,
42
+ "learning_rate": 8.314606741573035e-06,
43
+ "loss": 3.2991,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.98,
48
+ "learning_rate": 8.033707865168539e-06,
49
+ "loss": 3.2694,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.12,
54
+ "learning_rate": 7.752808988764046e-06,
55
+ "loss": 3.2269,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.26,
60
+ "learning_rate": 7.471910112359552e-06,
61
+ "loss": 3.2163,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 1.4,
66
+ "learning_rate": 7.191011235955056e-06,
67
+ "loss": 3.1938,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 1.54,
72
+ "learning_rate": 6.910112359550563e-06,
73
+ "loss": 3.192,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 1.69,
78
+ "learning_rate": 6.629213483146067e-06,
79
+ "loss": 3.1795,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 1.83,
84
+ "learning_rate": 6.348314606741574e-06,
85
+ "loss": 3.166,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 1.97,
90
+ "learning_rate": 6.06741573033708e-06,
91
+ "loss": 3.1556,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 2.11,
96
+ "learning_rate": 5.786516853932585e-06,
97
+ "loss": 3.1371,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 2.25,
102
+ "learning_rate": 5.50561797752809e-06,
103
+ "loss": 3.1231,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 2.39,
108
+ "learning_rate": 5.224719101123596e-06,
109
+ "loss": 3.1135,
110
+ "step": 8500
111
+ }
112
+ ],
113
+ "max_steps": 17800,
114
+ "num_train_epochs": 5,
115
+ "total_flos": 8883145211904000.0,
116
+ "trial_name": null,
117
+ "trial_params": null
118
+ }
checkpoint-8500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7019fa62c4d86adc5965120636382a94fa1552e0156311cbf7805494ff1812bd
3
+ size 3899
checkpoint-8500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug08_03-00-41_f3d81cebc51f/events.out.tfevents.1691463646.f3d81cebc51f.28.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c617fc3fc220c090f2e386d5e2ee17864a67ee6d2b8c2e06630e49d7e783ca1
3
+ size 4238
runs/Aug08_05-06-01_033a44a48dc3/events.out.tfevents.1691471165.033a44a48dc3.28.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a9ef987900e8fcf734dbcb0daff7c30d3289a87d986ee681bf847442e113f2
3
+ size 6907