Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
wcyno23 commited on
Commit
ea658bd
·
verified ·
1 Parent(s): 9d95e40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-to-image
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Introduction
10
+
11
+ Training data for OmniGen2 Online-RL using EditScore
12
+
13
+ # Usage
14
+
15
+ ```python
16
+ # meta file: rl.jsonl
17
+ # images:
18
+ cat images_part_* > images.tar.gz && tar -xzvf images.tar.gz
19
+ ```
20
+
21
+ # Citation
22
+ ```bibtex
23
+ @article{luo2025editscore,
24
+ title={EditScore: Unlocking Online RL for Image Editing via High-Fidelity Reward Modeling},
25
+ author={Xin Luo and Jiahao Wang and Chenyuan Wu and Shitao Xiao and Xiyan Jiang and Defu Lian and Jiajun Zhang and Dong Liu and Zheng Liu},
26
+ journal={arXiv preprint arXiv:2509.23909},
27
+ year={2025}
28
+ }
29
+ ```