Skip to content

Commit 968d556

Browse files
committed
fix dapo eval_sets path
1 parent 43531d6 commit 968d556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/dapo_math/dapo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ buffer:
4343
eval_tasksets:
4444
- name: AIME2024
4545
storage_type: file
46-
path: ${oc.env:TRINITY_TASKSET_PATH} # e.g. path to AIME2024
46+
path: /PATH/TO/AIME2024/
4747
split: 'test'
4848
repeat_times: 32
4949
format:

examples/dpo_humanlike/dpo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buffer:
2828
name: dpo_buffer
2929
storage_type: file
3030
enable_progress_bar: True
31-
path: ${oc.env:TRINITY_TASKSET_PATH}
31+
path: ${oc.env:TRINITY_TASKSET_PATH} # Path to the DPO dataset
3232
format:
3333
prompt_type: plaintext # plaintext/messages
3434
prompt_key: prompt

0 commit comments

Comments
 (0)