Lumina-mGPT Family
Collection
8 items • Updated • 5
How to use Alpha-VLLM/Lumina-mGPT-7B-512-MultiImage with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForSeq2SeqLM
processor = AutoProcessor.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-512-MultiImage")
model = AutoModelForSeq2SeqLM.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-512-MultiImage")Lumina-mGPT is a family of multimodal autoregressive models capable of various vision and language tasks, particularly excelling in generating flexible photorealistic images from text descriptions.
We provide the implementation of Lumina-mGPT, as well as sampling code, in our github repository.