Skip to content

Commit bab0885

Browse files
committed
update
1 parent feccafc commit bab0885

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/OmniGen2-RL/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This acts as a powerful "reranker" that filters out suboptimal results, signific
2424
### How to Use
2525
We provide ready-to-use scripts to perform a full Best-of-N workflow on the GEdit-Bench benchmark. The following instructions use **OmniGen2** as the base model, but we provide similar scripts for **FLUX-Kontext** and **Qwen-Image-Edit** in the `evaluation/GEdit-Bench/` directory.
2626

27-
**1.Generate Candidates**
27+
**1. Generate Candidates**
2828
```bash
2929
bash evaluation/GEdit-Bench/omnigen2_16samples.sh # default using 8 GPUs
3030
```
@@ -50,15 +50,15 @@ bash evaluation/GEdit-Bench/omnigen2_16samples.sh --world_size 4 --rank 1
5050
- **Monitoring Progress**: The scripts utilize nohup for background execution. We recommend monitoring the file (specified in the script file) to track the status and progress of the generation process.
5151
</details>
5252

53-
**2.Score and Select**
53+
**2. Score and Select**
5454
Next, use EditScore to evaluate all N candidates and identify the one with the highest score.
5555

5656
```bash
5757
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass1.sh # EditScore-7B, single pass
5858
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass4.sh # EditScore-7B, Avg@4
5959
```
6060

61-
**3.Evaluate the Final Selections**
61+
**3. Evaluate the Final Selections**
6262
Finally, evaluate the performance of the images selected by EditScore on GEdit-Bench to quantify the improvement.
6363
```bash
6464
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass1_eval.sh

0 commit comments

Comments
 (0)