Add model card, tags, link to paper
#1
by
nielsr
HF staff
- opened
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
|