Skip to content

Commit 43a9ce2

Browse files
committed
Update README
1 parent 767d6b7 commit 43a9ce2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ python utils/split_dataset.py \
122122
Generate step-by-step outputs of PRM
123123

124124
```bash
125+
# example of processbench
125126
python prm_evaluation/prm_evaluate.py \
126127
--reward_name_or_path "GenPRM/GenPRM-7B"\
127128
--data_path "_data/split_input/ProcessBench"\
@@ -137,8 +138,8 @@ Execute policy refinement based on GenPRM's split output
137138
```bash
138139
python prm_evaluation/policy_refine.py \
139140
--model_path "Qwen/Qwen2.5-7B-Instruct" \
140-
--data_path "_output/split_output/ProcessBench"\
141-
--split_out "_output/split_refine/ProcessBench"
141+
--data_path "_output/split_output/..."\
142+
--split_out "_output/split_refine/..."
142143
```
143144

144145

0 commit comments

Comments
 (0)