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-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/CamInject-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ddz16/CamInject-4B") model = AutoModelForMultimodalLM.from_pretrained("ddz16/CamInject-4B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and links to paper/project/github
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the missing library_name and pipeline_tag metadata, and includes links to the paper, project page, and GitHub repository in the README content.
ddz16 changed pull request status to merged