feihu.hf
commited on
Commit
·
558cb7d
1
Parent(s):
660c408
update eos token
Browse files- config.json +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
| 7 |
-
"eos_token_id":
|
| 8 |
"hidden_act": "silu",
|
| 9 |
"hidden_size": 2048,
|
| 10 |
"initializer_range": 0.02,
|
|
|
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
"hidden_act": "silu",
|
| 9 |
"hidden_size": 2048,
|
| 10 |
"initializer_range": 0.02,
|
tokenizer_config.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
"bos_token": null,
|
| 31 |
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
-
"eos_token": "<|
|
| 34 |
"errors": "replace",
|
| 35 |
"model_max_length": 32768,
|
| 36 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 30 |
"bos_token": null,
|
| 31 |
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
+
"eos_token": "<|im_end|>",
|
| 34 |
"errors": "replace",
|
| 35 |
"model_max_length": 32768,
|
| 36 |
"pad_token": "<|endoftext|>",
|