Text Generation
Transformers
Safetensors
English
mistral
conversational
text-generation-inference
Inference Endpoints
djuna commited on
Commit
2100f88
1 Parent(s): 26ff4e3

Add im_end to eos

Browse files

Maybe can help those im_end at the end of response.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "eos_token_id": 2,
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 5120,
 
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
+ "eos_token_id": [2, 15],
9
  "head_dim": 128,
10
  "hidden_act": "silu",
11
  "hidden_size": 5120,