Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
camera-movement
video-understanding
qwen3-vl
distillation
Instructions to use ddz16/CamDistill-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/CamDistill-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ddz16/CamDistill-4B") model = AutoModelForMultimodalLM.from_pretrained("ddz16/CamDistill-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 adds the missing pipeline_tag and library_name to the metadata for correct Hub integration. It also adds links to the paper, project page, and GitHub repository to provide context and reproducibility.
ddz16 changed pull request status to merged