| { |
| "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": "{% for message in messages %}{% if message['role'] != 'system' %}{{ message['role'].upper() + ': '}}{% endif %}{# Render all images first #}{% for content in message['content'] | selectattr('type', 'equalto', 'image') %}{{ '<image>\n' }}{% endfor %}{# Render all text next #}{% if message['role'] != 'assistant' %}{% for content in message['content'] | selectattr('type', 'equalto', 'text') %}{{ content['text'] + ' '}}{% endfor %}{% else %}{% for content in message['content'] | selectattr('type', 'equalto', 'text') %}{% generation %}{{ content['text'] + ' '}}{% endgeneration %}{% endfor %}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ 'ASSISTANT:' }}{% endif %}", |
| "clean_up_tokenization_spaces": false, |
| "eos_token": "</s>", |
| "extra_special_tokens": { |
| "image_token": "<image>" |
| }, |
| "image_token": "<image>", |
| "legacy": false, |
| "model_max_length": 1000000000000000019884624838656, |
| "pad_token": "<pad>", |
| "padding_side": "left", |
| "processor_class": "LlavaProcessor", |
| "sp_model_kwargs": {}, |
| "tokenizer_class": "LlamaTokenizer", |
| "trust_remote_code": false, |
| "unk_token": "<unk>", |
| "use_default_system_prompt": false |
| } |