yukiontheiceberg commited on
Commit
38ac060
1 Parent(s): d7e36d7

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -5,7 +5,7 @@
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
- "bos_token_id": 1,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",
11
  "hidden_size": 8192,
 
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
+ "bos_token_id": null,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",
11
  "hidden_size": 8192,
generation_config.json CHANGED
@@ -1,6 +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.39.3"
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": null,
4
  "eos_token_id": 2,
5
  "pad_token_id": 0,
6
  "transformers_version": "4.39.3"
special_tokens_map.json CHANGED
@@ -19,15 +19,8 @@
19
  "<commit_after>",
20
  "<reponame>"
21
  ],
22
- "bos_token": {
23
- "content": "<s>",
24
- "lstrip": false,
25
- "normalized": true,
26
- "rstrip": false,
27
- "single_word": false
28
- },
29
  "eos_token": {
30
- "content": "</s>",
31
  "lstrip": false,
32
  "normalized": true,
33
  "rstrip": false,
 
19
  "<commit_after>",
20
  "<reponame>"
21
  ],
 
 
 
 
 
 
 
22
  "eos_token": {
23
+ "content": "<|endoftext|>",
24
  "lstrip": false,
25
  "normalized": true,
26
  "rstrip": false,
tokenizer.json CHANGED
@@ -18,12 +18,12 @@
18
  "single_word": false,
19
  "lstrip": false,
20
  "rstrip": false,
21
- "normalized": true,
22
- "special": true
23
  },
24
  {
25
  "id": 2,
26
- "content": "</s>",
27
  "single_word": false,
28
  "lstrip": false,
29
  "rstrip": false,
@@ -299,7 +299,7 @@
299
  "vocab": {
300
  "<unk>": 0,
301
  "<s>": 1,
302
- "</s>": 2,
303
  "<0x00>": 3,
304
  "<0x01>": 4,
305
  "<0x02>": 5,
 
18
  "single_word": false,
19
  "lstrip": false,
20
  "rstrip": false,
21
+ "normalized": false,
22
+ "special": false
23
  },
24
  {
25
  "id": 2,
26
+ "content": "<|endoftext|>",
27
  "single_word": false,
28
  "lstrip": false,
29
  "rstrip": false,
 
299
  "vocab": {
300
  "<unk>": 0,
301
  "<s>": 1,
302
+ "<|endoftext|>": 2,
303
  "<0x00>": 3,
304
  "<0x01>": 4,
305
  "<0x02>": 5,
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "add_bos_token": true,
3
  "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
@@ -13,13 +13,13 @@
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,
@@ -191,9 +191,9 @@
191
  "<commit_after>",
192
  "<reponame>"
193
  ],
194
- "bos_token": "<s>",
195
  "clean_up_tokenization_spaces": false,
196
- "eos_token": "</s>",
197
  "model_max_length": 2048,
198
  "pad_token": null,
199
  "sp_model_kwargs": {},
 
1
  {
2
+ "add_bos_token": false,
3
  "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
 
13
  "1": {
14
  "content": "<s>",
15
  "lstrip": false,
16
+ "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
+ "special": false
20
  },
21
  "2": {
22
+ "content": "<|endoftext|>",
23
  "lstrip": false,
24
  "normalized": true,
25
  "rstrip": false,
 
191
  "<commit_after>",
192
  "<reponame>"
193
  ],
194
+ "bos_token": "<|endoftext|>",
195
  "clean_up_tokenization_spaces": false,
196
+ "eos_token": "<|endoftext|>",
197
  "model_max_length": 2048,
198
  "pad_token": null,
199
  "sp_model_kwargs": {},