Beyond Sparse Rewards: A New Benchmark and Structure-Aware Graph Alignment for Micro-Drama Understanding
Paper • 2609.07107 • Published
How to use yixin1121/SAGA_Qwen3-8B with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("yixin1121/SAGA_Qwen3-8B")
model = AutoModelForMultimodalLM.from_pretrained("yixin1121/SAGA_Qwen3-8B", device_map="auto")SAGA-finetuned Qwen3-VL-8B model for short-drama video understanding, trained on the M-Drama dataset (SFT + RL).
This model is introduced in Beyond Sparse Rewards: A New Benchmark and Structure-Aware Graph Alignment for Micro-Drama Understanding.
Code: github.com/qyx1121/MDrama_SAGA
from transformers import AutoProcessor, AutoModelForImageTextToText
import torch
model = AutoModelForImageTextToText.from_pretrained(
"yixin1121/SAGA_Qwen3-8B", torch_dtype=torch.bfloat16, device_map="auto"
)
processor = AutoProcessor.from_pretrained("yixin1121/SAGA_Qwen3-8B")
CC BY-NC 4.0. This model is intended for research purposes only.
Base model
Qwen/Qwen3-VL-8B-Instruct