Skip to content

Commit feccafc

Browse files
committed
update
1 parent 9a24fe0 commit feccafc

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

examples/OmniGen2-RL/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ bash evaluation/GEdit-Bench/omnigen2_16samples.sh --world_size 4 --rank 1
4848
```
4949

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.
51+
</details>
5152

5253
**2.Score and Select**
5354
Next, use EditScore to evaluate all N candidates and identify the one with the highest score.
@@ -57,9 +58,11 @@ bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass1.sh #
5758
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass4.sh # EditScore-7B, Avg@4
5859
```
5960

60-
**3.Evaluate**
61-
Next, evaluate on GEdit-Bench see the benefits of applying EditScore.
61+
**3.Evaluate the Final Selections**
62+
Finally, evaluate the performance of the images selected by EditScore on GEdit-Bench to quantify the improvement.
6263
```bash
6364
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass1_eval.sh
6465
bash evaluation/GEdit-Bench/omnigen2_16samples_select_best_editscore_pass4_eval.sh
65-
```
66+
```
67+
68+
By comparing these results to the baseline performance of the original model, you will see the benefits of applying EditScore as a reranker.

0 commit comments

Comments
 (0)