Luc401 commited on
Commit
3bcbf1c
·
verified ·
1 Parent(s): b0498b7

Training in progress, step 15

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.47.1",
37
+ "use_cache": true,
38
+ "vocab_size": 50257
39
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc2413613fa76b2f436810197fbf78355f192c015b9c7b32d43d5f8d93e65d3
3
+ size 497774208
runs/Dec22_01-01-48_421935ec94bc/events.out.tfevents.1734829313.421935ec94bc.2099.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a47055cceab64705d7bf1ba8d2992c600004703fa6d1a9ae451d493dfd9ceb7
3
+ size 88
runs/Dec22_01-04-04_421935ec94bc/events.out.tfevents.1734829446.421935ec94bc.4303.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77571c005348786cec2049c07351dcce2418ddc78f81a1ea15a731791ca07244
3
+ size 88
runs/Dec22_01-07-52_421935ec94bc/events.out.tfevents.1734829674.421935ec94bc.4868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c6589d9f6f267f41d23633d87ba00f34c0eb6ffae2a9c2422a1faa3d1fc791
3
+ size 5266
runs/Dec22_01-11-10_421935ec94bc/events.out.tfevents.1734829871.421935ec94bc.4868.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f90680858c4b81dc627f99cd938dcec9b7dcfea419b4b97ae6d4f562d966f76
3
+ size 5266
runs/Dec22_01-13-09_421935ec94bc/events.out.tfevents.1734829991.421935ec94bc.4868.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:554075db8d2d1ea3da43bc412147e6f28ed5560c06ec85f575c50c80f0dc1617
3
+ size 5266
runs/Dec22_01-14-02_421935ec94bc/events.out.tfevents.1734830043.421935ec94bc.4868.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8e7a450426ec87a244234f573ce57544f67785631547667d2c80e0ba15b9176
3
+ size 5266
runs/Dec22_01-14-17_421935ec94bc/events.out.tfevents.1734830058.421935ec94bc.4868.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba75a20a9d7510139e079817c11b8c1814f0b4542853df67349b0ddb16969e27
3
+ size 5266
runs/Dec22_01-15-18_421935ec94bc/events.out.tfevents.1734830120.421935ec94bc.4868.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0f8500d8382a7fe358fee1a867223f75fdd0d1f34876fbbe9d43ef13b0c8d0
3
+ size 5704
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2f80621e1d7da492d9763bb6a0976ff947bdaeca9b9958993cbdbe4cef08bc
3
+ size 5304
vocab.json ADDED
The diff for this file is too large to render. See raw diff