Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
video-understanding
drama
reasoning
reinforcement-learning
Instructions to use yixin1121/SAGA_Qwen3-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Add library name and paper/code links
#1
by nielsr HF Staff - opened
This PR adds the missing library_name: transformers metadata so the correct Transformers usage snippet is shown on the Hub. It also adds links to the paper and the official GitHub repository in the model card content, making the model easier to cite and reproduce.
yixin1121 changed pull request status to merged