How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="adriabama06/UI-TARS-1.5-7B-exl2")
messages = [
    {
        "role": "user",
        "content": [
            {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"},
            {"type": "text", "text": "What animal is on the candy?"}
        ]
    },
]
pipe(text=messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("adriabama06/UI-TARS-1.5-7B-exl2", device_map="auto")
Quick Links

EXL2 quants of UI-TARS-1.5-7B

4.00 bits per weight
6.00 bits per weight

Model Size
4.00 bpw 7.49 GB
6.00 bpw 9.13 GB
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for adriabama06/UI-TARS-1.5-7B-exl2

Finetuned
(11)
this model