nielsr HF Staff commited on
Commit
eb78497
·
verified ·
1 Parent(s): 58b454f

Improve model card

Browse files

This PR improves the model card by adding the pipeline tag, library name, and license. It also links to the paper and the code repository.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  This model was fine-tuned on Qwen to verify generated images as a part of the test-time scaling framework introduced
2
  in [From Reflection to Perfection: Scaling Inference-Time Optimization for Text-to-Image Diffusion Models
3
  via Reflection Tuning](https://huggingface.co/papers/2504.16080).
 
1
+ ---
2
+ pipeline_tag: image-to-image
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
+
7
  This model was fine-tuned on Qwen to verify generated images as a part of the test-time scaling framework introduced
8
  in [From Reflection to Perfection: Scaling Inference-Time Optimization for Text-to-Image Diffusion Models
9
  via Reflection Tuning](https://huggingface.co/papers/2504.16080).