Instructions to use ProjectVesuvius/idefics2-minimal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProjectVesuvius/idefics2-minimal with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ProjectVesuvius/idefics2-minimal", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "chat_template": "{% 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 %}", | |
| "image_seq_len": 64, | |
| "processor_class": "Idefics2Processor" | |
| } | |