Instructions to use llavallava/smolvlm-instruct-trl-dpo-rlaif-v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llavallava/smolvlm-instruct-trl-dpo-rlaif-v with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("llavallava/smolvlm-instruct-trl-dpo-rlaif-v", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "chat_template": "<|im_start|>{% for message in messages %}{{message['role'] | capitalize}}{% if message['content'][0]['type'] == 'image' %}{{':'}}{% else %}{{': '}}{% endif %}{% for line in message['content'] %}{% if line['type'] == 'text' %}{{line['text']}}{% elif line['type'] == 'image' %}{{ '<image>' }}{% endif %}{% endfor %}<end_of_utterance>\n{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}" | |
| } | |