nielsr HF staff commited on
Commit
20f50fa
1 Parent(s): 08f29d2

Add link to paper, pipeline tag

Browse files

This PR ensures people can find your model at https://huggingface.co/papers/2410.10812. It also adds the "unconditional-image-generation" pipeline tag.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: mit
 
3
  ---
4
  # HART: Efficient Visual Generation with Hybrid Autoregressive Transformer
5
 
@@ -11,6 +12,7 @@ We introduce Hybrid Autoregressive Transformer (HART), an autoregressive (AR) vi
11
  - Open source: https://github.com/mit-han-lab/hart
12
  - Project: https://hanlab.mit.edu/projects/hart
13
  - Demo: https://hart.mit.edu
 
14
 
15
  ## Citation
16
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: unconditional-image-generation
4
  ---
5
  # HART: Efficient Visual Generation with Hybrid Autoregressive Transformer
6
 
 
12
  - Open source: https://github.com/mit-han-lab/hart
13
  - Project: https://hanlab.mit.edu/projects/hart
14
  - Demo: https://hart.mit.edu
15
+ - Paper page: https://huggingface.co/papers/2410.10812
16
 
17
  ## Citation
18