aashay96 commited on
Commit
116098d
·
1 Parent(s): 0a72163

Training in progress, step 1

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": null,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": null,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 128,
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.25.1",
37
+ "use_cache": true,
38
+ "vocab_size": 49442
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a754531652c50de1d2c83f9a36165952ddcfb1d52612a26d09469310afa9410
3
+ size 507894333
runs/Dec20_19-34-21_caffaf8c0f33/1671564881.7859092/events.out.tfevents.1671564881.caffaf8c0f33.409.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ebd151b49bc88fc3fff0c3df55dc62714146364c953c38d34ab5ea188be827a
3
+ size 5488
runs/Dec20_19-34-21_caffaf8c0f33/events.out.tfevents.1671564881.caffaf8c0f33.409.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa36ac29b86fbdb290b4244b31e4335155877fcd63ff6af7b1be1db3b2ffb6cd
3
+ size 3930
runs/Dec20_19-36-14_caffaf8c0f33/1671564988.0554037/events.out.tfevents.1671564988.caffaf8c0f33.409.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34eb53cb172e92f455823956bb91359209229a866bbacb64b7cd87259ce0c6e5
3
+ size 5488
runs/Dec20_19-36-14_caffaf8c0f33/events.out.tfevents.1671564988.caffaf8c0f33.409.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a085cda5ea2b56f0368858800330deafb57b7552d67b696deae0f5866396803d
3
+ size 4350
runs/Dec20_19-41-52_caffaf8c0f33/1671565355.0092053/events.out.tfevents.1671565355.caffaf8c0f33.409.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:542e80dded3048bf2f53a865391ab570beec532dad22da82304a15860dbea112
3
+ size 5488
runs/Dec20_19-41-52_caffaf8c0f33/events.out.tfevents.1671565355.caffaf8c0f33.409.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee248457b380aa172e12863fbc6bbc386264b16a07a095c57bca2af0a07ad31
3
+ size 4378
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]"
3
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1000000000000000019884624838656,
3
+ "tokenizer_class": "PreTrainedTokenizerFast"
4
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a791ee764bde380b047f9e53c16d570d99becf91fe2a521403a3b553ab81ef7c
3
+ size 3387