Ritori commited on
Commit
f2b57df
·
1 Parent(s): 3c11172

Upload 8 files

Browse files
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.29.2",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
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.29.2"
6
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c1ca7fac0464eb649e9608130b214f4924b06da3f5bf5d8a545478ddc167b7
3
+ size 995601029
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:486fc6f5c387628b002432ccf85ecd0fa23d29302747a6c59e42c0abf08d393f
3
+ size 510395581
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf7ba22c31a9d84100c4a515af11e961ad5b2b3975e26af4f998de60906fa34
3
+ size 13553
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baac70be454cb0d2865de99c41c0d7ef8d106d02d6971c9f2839ad84fe2ddf7c
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 25.380710659898476,
5
+ "global_step": 10000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.27,
12
+ "learning_rate": 4.7884940778341796e-05,
13
+ "loss": 0.8566,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 2.54,
18
+ "learning_rate": 4.576988155668359e-05,
19
+ "loss": 0.722,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 3.81,
24
+ "learning_rate": 4.365482233502538e-05,
25
+ "loss": 0.6826,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 5.08,
30
+ "learning_rate": 4.153976311336718e-05,
31
+ "loss": 0.5997,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 6.35,
36
+ "learning_rate": 3.942470389170897e-05,
37
+ "loss": 0.5507,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 7.61,
42
+ "learning_rate": 3.7309644670050766e-05,
43
+ "loss": 0.4943,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 8.88,
48
+ "learning_rate": 3.519458544839256e-05,
49
+ "loss": 0.4431,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 10.15,
54
+ "learning_rate": 3.307952622673435e-05,
55
+ "loss": 0.3848,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 11.42,
60
+ "learning_rate": 3.096446700507614e-05,
61
+ "loss": 0.3571,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 12.69,
66
+ "learning_rate": 2.8849407783417938e-05,
67
+ "loss": 0.3179,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 13.96,
72
+ "learning_rate": 2.6734348561759732e-05,
73
+ "loss": 0.2933,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 15.23,
78
+ "learning_rate": 2.4619289340101523e-05,
79
+ "loss": 0.2575,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 16.5,
84
+ "learning_rate": 2.2504230118443317e-05,
85
+ "loss": 0.2348,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 17.77,
90
+ "learning_rate": 2.038917089678511e-05,
91
+ "loss": 0.2036,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 19.04,
96
+ "learning_rate": 1.8274111675126904e-05,
97
+ "loss": 0.1889,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 20.3,
102
+ "learning_rate": 1.6159052453468698e-05,
103
+ "loss": 0.1695,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 21.57,
108
+ "learning_rate": 1.404399323181049e-05,
109
+ "loss": 0.1583,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 22.84,
114
+ "learning_rate": 1.1928934010152284e-05,
115
+ "loss": 0.1535,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 24.11,
120
+ "learning_rate": 9.813874788494078e-06,
121
+ "loss": 0.1327,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 25.38,
126
+ "learning_rate": 7.698815566835872e-06,
127
+ "loss": 0.1252,
128
+ "step": 10000
129
+ }
130
+ ],
131
+ "max_steps": 11820,
132
+ "num_train_epochs": 30,
133
+ "total_flos": 1791279360000000.0,
134
+ "trial_name": null,
135
+ "trial_params": null
136
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2802f5bf6470e7b577037aeeefc040dcc15a42998a1241879f14fb09658aabfe
3
+ size 3899