AhmedTaha012 commited on
Commit
f07e1d2
·
1 Parent(s): 78b3ef0

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
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.28.1",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76ec2d0997943cef57b55bf320136e23f05d7f79c6225d4c93fbb4ddd76bca19
3
+ size 510398013
runs/Apr23_23-26-18_03a91521804f/1682292407.9841154/events.out.tfevents.1682292407.03a91521804f.227.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2792df79954b6eb12478ca07a583da56b54fb4c478b081d056f7e6fdb67924
3
+ size 5864
runs/Apr23_23-26-18_03a91521804f/events.out.tfevents.1682292407.03a91521804f.227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f18504aff7fb160d91e0ba8e810691f37fbf4ca85e8eb60f6e0d5ca9bf07c2
3
+ size 4223
runs/Apr23_23-28-30_03a91521804f/1682292525.0177407/events.out.tfevents.1682292525.03a91521804f.227.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb140b15272eb542f17c1dd0bb860cb3bb8ebcd711a127310ef0a8c82e30e4f
3
+ size 5864
runs/Apr23_23-28-30_03a91521804f/events.out.tfevents.1682292525.03a91521804f.227.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144908420deec66f9242dba3f48109e4eb0bf2bc441a398911b5c013f937be81
3
+ size 4378
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a69ad133e2c194f570ba9a7797a1a4b7a4f6e5d2bef29acca3563c5d997cc6a
3
+ size 3579