llava-1.5-7b-hf-train-bio / tokenizer_config.json
Louisnguyen's picture
End of training
2324322 verified
raw
history blame
1.96 kB
{
"add_bos_token": true,
"add_eos_token": false,
"add_prefix_space": null,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32000": {
"content": "<image>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32001": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"chat_template": "\nA chat between a curious user and an artificial intelligence assistant.\nThe assistant gives helpful, detailed, and polite answers to the user's questions.\n{% for message in messages %}\n\t{% if message['role'] == 'user' %}\n\t\tUSER:\n\t{% else %}\n\t\tASSISTANT:\n\t{% endif %}\n\n\t{% for item in message['content'] %}\n\t\t{% if item['type'] == 'text' %}\n\t\t\t{{ item['text'] }}\n\t\t{% elif item['type'] == 'image' %}\n\t\t\t<image>\n\t\t{% endif %}\n\t{% endfor %}\n\n\t{% if message['role'] == 'user' %}\n\t{% else %}\n\t\t{{eos_token}}\n\t{% endif %}\n{% endfor %}\n",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"legacy": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"padding_side": "right",
"processor_class": "LlavaProcessor",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"trust_remote_code": false,
"unk_token": "<unk>",
"use_default_system_prompt": false
}