Update `eos_token_id` to include the `<end_of_turn>` token
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -7,7 +7,10 @@
|
|
| 7 |
"attn_logit_softcapping": 50.0,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
-
"eos_token_id":
|
|
|
|
|
|
|
|
|
|
| 11 |
"final_logit_softcapping": 30.0,
|
| 12 |
"head_dim": 256,
|
| 13 |
"hidden_act": "gelu_pytorch_tanh",
|
|
|
|
| 7 |
"attn_logit_softcapping": 50.0,
|
| 8 |
"bos_token_id": 2,
|
| 9 |
"cache_implementation": "hybrid",
|
| 10 |
+
"eos_token_id": [
|
| 11 |
+
1,
|
| 12 |
+
106
|
| 13 |
+
],
|
| 14 |
"final_logit_softcapping": 30.0,
|
| 15 |
"head_dim": 256,
|
| 16 |
"hidden_act": "gelu_pytorch_tanh",
|