Visual Question Answering
Transformers
Safetensors
English
qwen2_5_vl
image-text-to-text
multimodal
text-generation-inference
Instructions to use infly/INFRL-Qwen2.5-VL-72B-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use infly/INFRL-Qwen2.5-VL-72B-Preview with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="infly/INFRL-Qwen2.5-VL-72B-Preview")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("infly/INFRL-Qwen2.5-VL-72B-Preview") model = AutoModelForMultimodalLM.from_pretrained("infly/INFRL-Qwen2.5-VL-72B-Preview") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1 opened over 1 year ago
by
qc808082