Visual Question Answering
Transformers
Safetensors
Vietnamese
English
Chinese
qwen2_vl
image-text-to-text
erax
multimodal
erax-vl-7B
insurance
ocr
vietnamese
bcg
image-to-text
text-generation-inference
Instructions to use erax-ai/EraX-VL-7B-V1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erax-ai/EraX-VL-7B-V1.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="erax-ai/EraX-VL-7B-V1.5")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("erax-ai/EraX-VL-7B-V1.5") model = AutoModelForMultimodalLM.from_pretrained("erax-ai/EraX-VL-7B-V1.5") - Notebooks
- Google Colab
- Kaggle
Looking forward training Dataset
#1 opened 11 months ago
by
baiall