Add 151645 "<|im_end|>" into eos token in config.json (#5)
Browse files- Add 151645 "<|im_end|>" into eos token in config.json (b20aa2efa73c9e5b16c9dcbb95a5f19e917bfc23)
Co-authored-by: Djuunaa <djuna@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
-
"eos_token_id": 151643,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": [151643, 151645],
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 5120,
|
10 |
"initializer_range": 0.02,
|