danielhanchen commited on
Commit
f26f24d
·
verified ·
1 Parent(s): 7a8abd5

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "decoder_sparse_step": 1,
8
- "eos_token_id": 151645,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "decoder_sparse_step": 1,
8
+ "eos_token_id": 151643,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
generation_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "bos_token_id": 151643,
3
- "eos_token_id": 151645,
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
 
1
  {
2
  "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
special_tokens_map.json CHANGED
@@ -15,7 +15,7 @@
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
- "content": "<|im_end|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
 
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
+ "content": "<|endoftext|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -228,7 +228,7 @@
228
  ],
229
  "bos_token": null,
230
  "clean_up_tokenization_spaces": false,
231
- "eos_token": "<|im_end|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 32768,
 
228
  ],
229
  "bos_token": null,
230
  "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|endoftext|>",
232
  "errors": "replace",
233
  "extra_special_tokens": {},
234
  "model_max_length": 32768,