Kris-MQ's picture
Upload folder using huggingface_hub
02ea1f9 verified
{
"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": "A task where an AI assistant is asked to analyze a crash sketch drawn by the police, which contains road, vehicle, and trajectory information. The AI assistant's task is to extract the vehicle type (Car or Truck) for each vehicle involved in the accident, along with each vehicle's corresponding trajectory. The assistant should analyze the provided image and give precise and concise answers.\n{% for message in messages %}\n{% if message['role'] == 'user' %}\n{% for item in message['content'] %}\n{% if item['type'] == 'text' %}\nUSER: {{ item['text'] }}\n{% elif item['type'] == 'image' %}\n<image>\n{% endif %}\n{% endfor %}\n{% elif message['role'] == 'assistant' %}\nASSISTANT: {{ message['content'][0]['text'] }}{{ eos_token }}{% endif %}{% endfor %}",
"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
}