Add model card
Browse filesThis PR adds a model card, linking it to the paper [AR-RAG: Autoregressive Retrieval Augmentation for Image Generation](https://huggingface.co/papers/2506.06962).
It also adds the pipeline tag and library_name in the metadata.
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains the model described in the paper [AR-RAG: Autoregressive Retrieval Augmentation for Image Generation](https://huggingface.co/papers/2506.06962).
|