MasterAlex69 commited on
Commit
72d4da9
·
verified ·
1 Parent(s): 68096b1

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,22 +1,30 @@
1
  {
2
- "_name_or_path": "MasterAlex69/gpt2_edline",
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,
@@ -26,14 +34,8 @@
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
  }
 
1
  {
2
+ "_name_or_path": "ai-forever/rugpt3small_based_on_gpt2",
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
+ "gradient_checkpointing": false,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
  "layer_norm_epsilon": 1e-05,
20
  "model_type": "gpt2",
21
+ "n_ctx": 2048,
22
  "n_embd": 768,
23
  "n_head": 12,
24
  "n_inner": null,
25
  "n_layer": 12,
26
+ "n_positions": 2048,
27
+ "pad_token_id": 0,
28
  "reorder_and_upcast_attn": false,
29
  "resid_pdrop": 0.1,
30
  "scale_attn_by_inverse_layer_idx": false,
 
34
  "summary_proj_to_labels": true,
35
  "summary_type": "cls_index",
36
  "summary_use_proj": true,
 
 
 
 
 
 
37
  "torch_dtype": "float32",
38
  "transformers_version": "4.47.1",
39
  "use_cache": true,
40
+ "vocab_size": 50264
41
  }
generation_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "eos_token_id": 50256,
 
5
  "transformers_version": "4.47.1"
6
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
  "transformers_version": "4.47.1"
7
  }
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95188268cefe0fe2ea2ec93bdcbb4ff7bea1a11fd8c24ba75a76016b269101c8
3
- size 497774208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67a1f21845934f227e0ce0c443ef73105d800c132ac07d023cd3c538a508222
3
+ size 500941440
runs/Dec21_11-29-25_54a5c13be270/events.out.tfevents.1734780568.54a5c13be270.257.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a590488a3b76f267ab94af8daf1722e8617a60e68dd679c56e11ad3d7d31120c
3
+ size 5763
special_tokens_map.json CHANGED
@@ -1,20 +1,34 @@
1
  {
2
  "bos_token": {
3
- "content": "<|endoftext|>",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
- "content": "<|endoftext|>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "lstrip": false,
12
  "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
  "unk_token": {
17
- "content": "<|endoftext|>",
18
  "lstrip": false,
19
  "normalized": true,
20
  "rstrip": false,
 
1
  {
2
  "bos_token": {
3
+ "content": "<s>",
4
  "lstrip": false,
5
  "normalized": true,
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
  "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "<mask>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<pad>",
25
  "lstrip": false,
26
  "normalized": true,
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
  "unk_token": {
31
+ "content": "<unk>",
32
  "lstrip": false,
33
  "normalized": true,
34
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -2,22 +2,58 @@
2
  "add_bos_token": false,
3
  "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
- "50256": {
6
- "content": "<|endoftext|>",
7
  "lstrip": false,
8
  "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  }
13
  },
14
- "bos_token": "<|endoftext|>",
15
- "clean_up_tokenization_spaces": false,
16
- "eos_token": "<|endoftext|>",
17
  "errors": "replace",
18
  "extra_special_tokens": {},
19
- "model_max_length": 1024,
20
- "pad_token": null,
 
 
21
  "tokenizer_class": "GPT2Tokenizer",
22
- "unk_token": "<|endoftext|>"
 
 
23
  }
 
2
  "add_bos_token": false,
3
  "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
  "lstrip": false,
8
  "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<unk>",
31
+ "lstrip": false,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<mask>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
  }
45
  },
46
+ "bos_token": "<s>",
47
+ "clean_up_tokenization_spaces": true,
48
+ "eos_token": "</s>",
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 2048,
53
+ "pad_token": "<pad>",
54
+ "padding_side": "left",
55
  "tokenizer_class": "GPT2Tokenizer",
56
+ "truncation_side": "left",
57
+ "trust_remote_code": false,
58
+ "unk_token": "<unk>"
59
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7158f02763c2cd4021fe078f823e913bde0e29891210d3fd0c8b7e8a0fe476cb
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d960e8fa58dc077460c774038b0694a0bed2fd66aeffc778f2e3f091e18909b5
3
  size 5368
vocab.json CHANGED
The diff for this file is too large to render. See raw diff