Add missing metadata and improve model card
Browse filesThis PR adds the missing `pipeline_tag`, `library_name`, and `license` metadata to the model card. It also clarifies the model's purpose.
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
|
5 |
-
|
6 |
-
|
|
|
|
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).
|