OPPO

This repository contains the OPPO model weights for multimodal emotion recognition and reasoning.

Model Information

  • Architecture: Qwen2_5OmniThinkerForConditionalGeneration
  • Model type: Qwen2.5-Omni thinker
  • Task: Multimodal emotion recognition and reasoning
  • Weight format: Safetensors (4 shards)

Loading the Model

from transformers import AutoProcessor, Qwen2_5OmniThinkerForConditionalGeneration

model_id = "AaronHan/OPPO"
processor = AutoProcessor.from_pretrained(model_id)
model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

Model Files

The repository includes the sharded model weights, weight index, model and generation configurations, tokenizer files, chat template, and multimodal preprocessor configurations required to load the model.

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