Improve model card
Browse filesThis PR improves the model card by adding the pipeline tag, library name, and license. It also links to the paper and the code repository.
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).
|