Video-Text-to-Text
Transformers
Safetensors
qwen3_vl
image-text-to-text
video
temporal-grounding
qwen3-vl
Instructions to use MCG-NJU/TimeLens2-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MCG-NJU/TimeLens2-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("MCG-NJU/TimeLens2-8B") model = AutoModelForMultimodalLM.from_pretrained("MCG-NJU/TimeLens2-8B") - Notebooks
- Google Colab
- Kaggle