mafgit commited on
Commit
1f58c19
·
verified ·
1 Parent(s): 1b76f52

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "n_inner": null,
26
  "n_layer": 6,
27
  "n_positions": 1024,
28
- "pad_token_id": 50256,
29
  "reorder_and_upcast_attn": false,
30
  "resid_pdrop": 0.1,
31
  "scale_attn_by_inverse_layer_idx": false,
@@ -44,5 +44,5 @@
44
  "tie_word_embeddings": true,
45
  "transformers_version": "5.0.0",
46
  "use_cache": false,
47
- "vocab_size": 50257
48
  }
 
25
  "n_inner": null,
26
  "n_layer": 6,
27
  "n_positions": 1024,
28
+ "pad_token_id": 50257,
29
  "reorder_and_upcast_attn": false,
30
  "resid_pdrop": 0.1,
31
  "scale_attn_by_inverse_layer_idx": false,
 
44
  "tie_word_embeddings": true,
45
  "transformers_version": "5.0.0",
46
  "use_cache": false,
47
+ "vocab_size": 50258
48
  }
generation_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "eos_token_id": [
5
  50256
6
  ],
7
- "pad_token_id": 50256,
8
  "transformers_version": "5.0.0"
9
  }
 
4
  "eos_token_id": [
5
  50256
6
  ],
7
+ "pad_token_id": 50257,
8
  "transformers_version": "5.0.0"
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:256fb0f2f5441cb69270c89265c6faf3c537c7789d75dcda31209ed3ea1f52e0
3
- size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c95f8bc47b606f61257d0d9a89fe051f10cde881d934a8b07bad9c164f63add2
3
+ size 327661000
tokenizer.json CHANGED
@@ -16,6 +16,15 @@
16
  "rstrip": false,
17
  "normalized": true,
18
  "special": true
 
 
 
 
 
 
 
 
 
19
  }
20
  ],
21
  "normalizer": null,
 
16
  "rstrip": false,
17
  "normalized": true,
18
  "special": true
19
+ },
20
+ {
21
+ "id": 50257,
22
+ "content": "[PAD]",
23
+ "single_word": false,
24
+ "lstrip": false,
25
+ "rstrip": false,
26
+ "normalized": false,
27
+ "special": true
28
  }
29
  ],
30
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "errors": "replace",
7
  "is_local": false,
8
  "model_max_length": 1024,
9
- "pad_token": "<|endoftext|>",
10
  "tokenizer_class": "GPT2Tokenizer",
11
  "unk_token": "<|endoftext|>"
12
  }
 
6
  "errors": "replace",
7
  "is_local": false,
8
  "model_max_length": 1024,
9
+ "pad_token": "[PAD]",
10
  "tokenizer_class": "GPT2Tokenizer",
11
  "unk_token": "<|endoftext|>"
12
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc4c4516918aaff33701f20cb63684314f3d9f720a44c14e611f0248ebf16c0f
3
  size 5201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87671058d8d779a3cc26bb1ff72d7aa2c5cf2670c04b701da62c0e69fceebc4d
3
  size 5201