playwebit / tokenizer_config.json
mike23415's picture
Create tokenizer_config.json
d7f31ef verified
raw
history blame contribute delete
232 Bytes
{
"add_bos_token": true,
"add_eos_token": false,
"model_max_length": 512,
"pad_token": "<PAD>",
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"unk_token": "<UNK>",
"chat_template": "{{ messages | to_chat_template }}"
}