nielsr HF Staff commited on
Commit
df97e8d
·
verified ·
1 Parent(s): 7712091

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +6 -0
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).