nielsr HF Staff commited on
Commit
663cb9e
·
verified ·
1 Parent(s): 1976553

Add model card

Browse files

This PR adds a model card with a link to the paper, github repository as well as pipeline and library tags.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ library_name: transformers
4
+ license: other
5
+ ---
6
+
7
+ This repository contains the model described in the paper [Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step](https://huggingface.co/papers/2501.13926).
8
+
9
+ Code: https://github.com/ZiyuGuo99/Image-Generation-CoT