Visual Question Answering
Transformers
Safetensors
Chinese
English
llava
image-text-to-text
llama-factory
yi-vl
Instructions to use BUAADreamer/Yi-VL-6B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BUAADreamer/Yi-VL-6B-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="BUAADreamer/Yi-VL-6B-hf")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("BUAADreamer/Yi-VL-6B-hf") model = AutoModelForMultimodalLM.from_pretrained("BUAADreamer/Yi-VL-6B-hf", device_map="auto") - Notebooks
- Google Colab
- Kaggle
READ
#6 opened about 1 year ago
by
Angel522776
ERROR | stderr | [rank0]: assert param.size() == loaded_weight.size()
#5 opened almost 2 years ago
by
visualjoyce