magnum-v2-32b / special_tokens_map.json
lucyknada's picture
Set eos token in special _tokens_map into <|im_end|> (#4)
5751336 verified
raw
history blame
292 Bytes
{
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}