nielsr HF staff commited on
Commit
73b8df4
1 Parent(s): d992efe

Add model card, tags, link to paper

Browse files

This PR ensures the model can be viewed from https://huggingface.co/papers/2409.16280 and has a proper tag.

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - text-to-image
5
+ ---
6
+
7
+ MonoFormer model
8
+
9
+ This repository contains the weights of the model presented in [MonoFormer: One Transformer for Both Diffusion and Autoregression](https://huggingface.co/papers/2409.16280).
10
+
11
+ ## Usage
12
+
13
+ Refer to the Github repository: https://github.com/MonoFormer/MonoFormer