nielsr HF Staff commited on
Commit
8111e33
·
verified ·
1 Parent(s): 984dbf1

Add missing metadata and improve model card

Browse files

This PR adds the missing `pipeline_tag`, `library_name`, and `license` metadata to the model card. It also clarifies the model's purpose.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,6 +1,9 @@
1
- This model was fine-tuned on Qwen to generate reflection in the test-time scaling framework introduced
2
- in [From Reflection to Perfection: Scaling Inference-Time Optimization for Text-to-Image Diffusion
3
- Models via Reflection Tuning](https://huggingface.co/papers/2504.16080).
 
 
4
 
5
- To know more about the details and how it should be used, please check out the paper and the
6
- [code repository](https://github.com/Diffusion-CoT/ReflectionFlow).
 
 
1
+ ---
2
+ pipeline_tag: text-to-image
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
 
7
+ This model was fine-tuned on Qwen to generate reflections in the test-time scaling framework introduced in [From Reflection to Perfection: Scaling Inference-Time Optimization for Text-to-Image Diffusion Models via Reflection Tuning](https://huggingface.co/papers/2504.16080). This model enhances text-to-image generation by incorporating reflection tuning.
8
+
9
+ For more details and usage instructions, please refer to the paper and the [code repository](https://github.com/Diffusion-CoT/ReflectionFlow). The project page can be found [here](https://diffusion-cot.github.io/reflection2perfection).