Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dapo_math/dapo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buffer:
eval_tasksets:
- name: AIME2024
storage_type: file
path: ${oc.env:TRINITY_TASKSET_PATH} # e.g. path to AIME2024
path: /PATH/TO/AIME2024/
split: 'test'
repeat_times: 32
format:
Expand Down
2 changes: 1 addition & 1 deletion examples/dpo_humanlike/dpo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buffer:
name: dpo_buffer
storage_type: file
enable_progress_bar: True
path: ${oc.env:TRINITY_TASKSET_PATH}
path: ${oc.env:TRINITY_TASKSET_PATH} # Path to the DPO dataset
format:
prompt_type: plaintext # plaintext/messages
prompt_key: prompt
Expand Down