Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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).
|