Video-Text-to-Text
Transformers
Safetensors
MLX
English
qwen2_5_vl
image-text-to-text
video-grounding
temporal-grounding
video-understanding
qwen2-vl
mlx-my-repo
text-generation-inference
Instructions to use JungleGym/TimeLens-7B-mlx-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JungleGym/TimeLens-7B-mlx-fp16 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("JungleGym/TimeLens-7B-mlx-fp16") model = AutoModelForImageTextToText.from_pretrained("JungleGym/TimeLens-7B-mlx-fp16") - MLX
How to use JungleGym/TimeLens-7B-mlx-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir TimeLens-7B-mlx-fp16 JungleGym/TimeLens-7B-mlx-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!