Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
camera-movement
video-understanding
qwen3-vl
sft
Instructions to use ddz16/CamSFT-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/CamSFT-4B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ddz16/CamSFT-4B") model = AutoModelForMultimodalLM.from_pretrained("ddz16/CamSFT-4B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, library name, and links
#1
by nielsr HF Staff - opened
This PR adds the missing pipeline_tag and library_name metadata, as well as links to the paper, project page, and GitHub repository.
ddz16 changed pull request status to merged