psxjp5 commited on
Commit
ea2bfc2
1 Parent(s): 972fbf9

Training in progress, step 22

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "gpt2",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attn_pdrop": 0.1,
9
+ "bos_token_id": 50256,
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "hidden_dropout_prob": 0.1,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_epsilon": 1e-05,
15
+ "model_type": "gpt2",
16
+ "n_ctx": 1024,
17
+ "n_embd": 768,
18
+ "n_head": 12,
19
+ "n_inner": null,
20
+ "n_layer": 12,
21
+ "n_positions": 1024,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.1,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "task_specific_params": {
32
+ "text-generation": {
33
+ "do_sample": true,
34
+ "max_length": 50
35
+ }
36
+ },
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.31.0",
39
+ "use_cache": true,
40
+ "vocab_size": 50259
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9f1e42e742a7b6686491fef6378389928d38a91ef847e686030a667e73b662
3
+ size 497813341
runs/Aug02_10-04-48_80bf4485fa1d/events.out.tfevents.1690970699.80bf4485fa1d.356.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed36d342a7b888008b3eb559503e95d31331e31c05b6d62038d9367c5bd4ceea
3
+ size 4184
runs/Aug02_10-06-03_80bf4485fa1d/events.out.tfevents.1690970768.80bf4485fa1d.356.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03a173ff49c8ee4f61a359075c6c43e07cb0d73e1604c037cf1299f69882a32
3
+ size 4184
runs/Aug02_10-06-45_80bf4485fa1d/events.out.tfevents.1690970815.80bf4485fa1d.1608.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b82c14e86e4b9f944ba8095fcf63e05562f301400c8203c633e90d6804d93e
3
+ size 4184
runs/Aug02_10-08-01_80bf4485fa1d/events.out.tfevents.1690970887.80bf4485fa1d.2019.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee1670012486bd49c260ef0576db1772d192e12d122c83ac9b80ac582f8c7cf1
3
+ size 4184
runs/Aug02_10-09-32_80bf4485fa1d/events.out.tfevents.1690970979.80bf4485fa1d.2558.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73e1c170b30fa46296c8b7e9dc4700683e5900b7c8bd51075352c7bf438a398
3
+ size 4316
runs/Aug02_10-14-15_80bf4485fa1d/events.out.tfevents.1690971262.80bf4485fa1d.3818.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8f3cdc1e62ce5569bf9e654fac15d36160ca529691aa5fcba34519346ee3d7
3
+ size 4470
runs/Aug02_10-24-08_80bf4485fa1d/events.out.tfevents.1690971857.80bf4485fa1d.6428.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11920ad1f584628bcb89f44defc9942058393d69383393aebe386acba290860b
3
+ size 4736
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ddebe2322dc1a0a1812ac79e8fbdbd59902747fd73b72346b75ef56bad8d071
3
+ size 3963