Hunyuan-7B-Instruct / tokenizer_config.json
Karl-Johan Alm
fix chat template
edbe4f9 unverified
raw
history blame
207 Bytes
{
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eos|>",
"model_max_length": 262144,
"pad_token": "<|pad|>",
"tokenizer_class": "PreTrainedTokenizerFast"
}