Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
camera-movement
video-understanding
qwen3-vl
vggt-injection
Instructions to use ddz16/CamInject-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/CamInject-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ddz16/CamInject-8B") model = AutoModelForMultimodalLM.from_pretrained("ddz16/CamInject-8B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and paper/project/code links
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding
pipeline_tag: video-text-to-textso the model appears in the correct pipeline filter. - Adding
library_name: transformerssince this is a Transformers-compatible Qwen3-VL model. - Adding links to the paper, project page, and GitHub repository in the README content.
ddz16 changed pull request status to merged