AR-RAG
Collection
Collection of FAiD checkpoints trained on different configurations • 46 items • Updated
How to use jingyq1/arrag_faid with Transformers:
# Load model directly
from transformers import MultiModalityCausalLM
model = MultiModalityCausalLM.from_pretrained("jingyq1/arrag_faid", dtype="auto")This repository contains the model described in the paper AR-RAG: Autoregressive Retrieval Augmentation for Image Generation.