File size: 278 Bytes
42ca925 | 1 2 3 4 5 6 7 8 9 10 | {
"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"
} |