Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
license: mit
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
base_model:
|
| 6 |
+
- black-forest-labs/FLUX.1-dev
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Model Summary
|
| 10 |
+
This model is trained using [UnifiedReward-Flex](https://huggingface.co/collections/CodeGoat24/unifiedreward-flex) as reward on the training dataset of [UniGenBench](https://github.com/CodeGoat24/UniGenBench).
|
| 11 |
+
|
| 12 |
+
🚀 The inference code is available at [Github](https://github.com/CodeGoat24/Pref-GRPO/blob/main/inference/flux_dist_infer.sh).
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
For further details, please refer to the following resources:
|
| 16 |
+
- 📰 Paper: https://arxiv.org/abs/2602.02380
|
| 17 |
+
- 🪐 Project Page: https://codegoat24.github.io/UnifiedReward/flex
|
| 18 |
+
- 🤗 Model Collections: https://huggingface.co/collections/CodeGoat24/unifiedreward-flex
|
| 19 |
+
- 🤗 Dataset: https://huggingface.co/datasets/CodeGoat24/UnifiedReward-Flex-SFT-90K
|
| 20 |
+
- 👋 Point of Contact: [Yibin Wang](https://codegoat24.github.io)
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## Citation
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{unifiedreward-flex,
|
| 30 |
+
title={Unified Personalized Reward Model for Vision Generation},
|
| 31 |
+
author={Wang, Yibin and Zang, Yuhang and Han, Feng and Zhou, Yujie and Bu, Jiazi and Jin, Cheng and Wang, Jiaqi},
|
| 32 |
+
journal={arXiv preprint arXiv:2602.02380},
|
| 33 |
+
year={2026}
|
| 34 |
+
}
|
| 35 |
+
```
|