{ "add_bos_token": true, "add_eos_token": false, "add_prefix_space": null, "added_tokens_decoder": { "0": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "1": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "2": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "32000": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "32001": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "32002": { "content": "[ACT]", "lstrip": false, "normalized": true, "rstrip": false, "single_word": false, "special": false } }, "bos_token": "", "chat_template": "The task is to create a collision scenario in a simulation.The image is a top-down view of a street, where the green block represents the ego-vehicle and another block represent the NPC-vehicle.Your goal is to output the NPC-vehicle's steering and speed so that the ego-vehicle crashes into one of them.A chat between a curious user and an artificial intelligence assistant.The user provides detailed information about the status of each vehicle.The assistant selects the appropriate action for the NPC-vehicles. {% for message in messages %}{% if message['role'] == 'user' %}USER: {% else %}ASSISTANT: {% endif %}{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}{% endif %}{% endfor %}{% if message['role'] == 'user' %} {% else %}{{eos_token}}{% endif %}{% endfor %}", "clean_up_tokenization_spaces": false, "eos_token": "", "legacy": false, "model_max_length": 1000000000000000019884624838656, "pad_token": "", "padding_side": "left", "processor_class": "LlavaProcessor", "sp_model_kwargs": {}, "tokenizer_class": "LlamaTokenizer", "trust_remote_code": false, "unk_token": "", "use_default_system_prompt": false }