Llama3-ChatQA-1.5-8B / generation_config.json
zjyhf's picture
generation_config.json adds a mapping with the special token '<|im_end|>' to solve the problem of non-stop generation when <|im_end|> is encountered.
5cda59c verified
raw history blame
No virus
144 Bytes
{
"_from_model_config": true,
"bos_token_id": 128000,
"eos_token_id": [128001, 128009, 128010],
"transformers_version": "4.40.0.dev0"
}