EVAFRILL-Mo-3B / tokenizer_config.json
pathcosmos's picture
Upload folder using huggingface_hub
42ca925 verified
raw
history blame contribute delete
278 Bytes
{
"model_type": "evafrill-mo",
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"clean_up_tokenization_spaces": false,
"chat_template": "<|user|>\n{{ message }}\n<|assistant|>\n"
}