We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43531d6 commit 968d556Copy full SHA for 968d556
examples/dapo_math/dapo.yaml
@@ -43,7 +43,7 @@ buffer:
43
eval_tasksets:
44
- name: AIME2024
45
storage_type: file
46
- path: ${oc.env:TRINITY_TASKSET_PATH} # e.g. path to AIME2024
+ path: /PATH/TO/AIME2024/
47
split: 'test'
48
repeat_times: 32
49
format:
examples/dpo_humanlike/dpo.yaml
@@ -28,7 +28,7 @@ buffer:
28
name: dpo_buffer
29
30
enable_progress_bar: True
31
- path: ${oc.env:TRINITY_TASKSET_PATH}
+ path: ${oc.env:TRINITY_TASKSET_PATH} # Path to the DPO dataset
32
33
prompt_type: plaintext # plaintext/messages
34
prompt_key: prompt
0 commit comments