cali-0.1B / tokenizer_config.json
Sandroeth's picture
Update tokenizer_config.json
1790c61 verified
raw
history blame contribute delete
327 Bytes
{
"bos_token": "<bos>",
"eos_token": "<eos>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"model_max_length": 1024,
"tokenizer_class": "PreTrainedTokenizerFast",
"add_bos_token": true,
"add_eos_token": false,
"use_default_system_prompt": false,
"chat_template": "",
"clean_up_tokenization_spaces": false
}