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

pipe = pipeline("feature-extraction", model="naver-ai/MuCo-2B")
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText

processor = AutoProcessor.from_pretrained("naver-ai/MuCo-2B")
model = AutoModelForImageTextToText.from_pretrained("naver-ai/MuCo-2B")
Quick Links

MuCo: Multi-turn Contrastive Learning for Multimodal Embedding Model [CVPR 2026]

arXiv github

Downloads last month
12
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for naver-ai/MuCo-2B

Base model

Qwen/Qwen2-VL-2B
Finetuned
(350)
this model

Dataset used to train naver-ai/MuCo-2B

Collection including naver-ai/MuCo-2B

Paper for naver-ai/MuCo-2B