We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ea133 commit f357065Copy full SHA for f357065
eval_protocol/quickstart/llm_judge.py
@@ -63,7 +63,7 @@ def aime2025_dataset_adapter(rows: List[Dict[str, Any]]) -> List[EvaluationRow]:
63
},
64
],
65
rollout_processor=SingleTurnRolloutProcessor(),
66
- preprocess_fn=split_multi_turn_rows,
+ # preprocess_fn=split_multi_turn_rows,
67
max_concurrent_rollouts=64,
68
mode="pointwise",
69
)
0 commit comments