Ovis2.5-2B

This is the community-maintained Transformers version of ATH-MaaS/Ovis2.5-2B. It provides native Ovis2.5 configuration, tokenizer, image processor, and video processor metadata so the standard Transformers Auto classes can load the model without trust_remote_code=True.

The model weights are copied unchanged from source revision 393c932b2a03e28eb9aaa503e3c4ab3ad384d958. Transformers applies the registered Ovis2.5 weight-name mapping while loading them.

Native support is being added in huggingface/transformers#47659. Until that support is available in a Transformers release, use a checkout that contains the PR.

from transformers import AutoModelForImageTextToText, AutoProcessor

model_id = "ovis-community/Ovis2.5-2B"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForImageTextToText.from_pretrained(
    model_id,
    device_map="auto",
)

Provenance

  • Original checkpoint: ATH-MaaS/Ovis2.5-2B
  • Original revision: 393c932b2a03e28eb9aaa503e3c4ab3ad384d958
  • Weight shards, weight index, BPE vocabulary, LICENSE, and NOTICE are copied unchanged from that revision.
  • Native config, processor, and tokenizer metadata are regenerated for the Transformers Ovis2.5 implementation.

Please refer to the original model card for model details, intended use, limitations, and attribution.

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

Model tree for ovis-community/Ovis2.5-2B

Finetuned
(3)
this model