schreon commited on
Commit
c9a6d27
1 Parent(s): 0738654

Training in progress, step 5000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "schreon/gpt2large-lhm-03",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 1,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 2,
11
+ "initializer_range": 0.02,
12
+ "is_decoder": true,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 256,
16
+ "n_embd": 1280,
17
+ "n_head": 20,
18
+ "n_inner": null,
19
+ "n_layer": 36,
20
+ "n_positions": 1024,
21
+ "reorder_and_upcast_attn": false,
22
+ "resid_pdrop": 0.1,
23
+ "scale_attn_by_inverse_layer_idx": false,
24
+ "scale_attn_weights": true,
25
+ "summary_activation": null,
26
+ "summary_first_dropout": 0.1,
27
+ "summary_proj_to_labels": true,
28
+ "summary_type": "cls_index",
29
+ "summary_use_proj": true,
30
+ "task_specific_params": {
31
+ "text-generation": {
32
+ "do_sample": true,
33
+ "max_length": 50
34
+ }
35
+ },
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.25.1",
38
+ "use_cache": true,
39
+ "vocab_size": 40000
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42de8467efc9ba4c7e4df3b84d8999adfd539cc78281a1ebf7df62dd143f1690
3
+ size 3081519165
runs/Feb19_12-03-55_tardis/1676804648.6517532/events.out.tfevents.1676804648.tardis.1509802.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434fcac8ce15abe3a39ea584b9bb6683de2e113f3bf94613f2ce66689da26562
3
+ size 5538
runs/Feb19_12-03-55_tardis/events.out.tfevents.1676804648.tardis.1509802.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7f21c9b42c65fd429af56e07c6706b9641343b9157980a0d648786c70b155b
3
+ size 4228
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<cls>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "</s>",
7
+ "sep_token": "<sep>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 1000000000000000019884624838656,
3
+ "name_or_path": "/home/ma/s/schroederl/XNEXT/xnext/data/tokenizer_fast",
4
+ "special_tokens_map_file": "/home/ma/s/schroederl/XNEXT/xnext/data/tokenizer_fast/special_tokens_map.json",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171f819bbd6ba714c5bc16f4aa774b255e703f5c3a9024bf3c77471a9d177bf9
3
+ size 3451