diff --git a/opencompass/configs/chatml_datasets/UGD_hard/UGD_hard_gen.py b/opencompass/configs/chatml_datasets/UGD_hard/UGD_hard_gen.py new file mode 100644 index 000000000..6b520c711 --- /dev/null +++ b/opencompass/configs/chatml_datasets/UGD_hard/UGD_hard_gen.py @@ -0,0 +1,12 @@ + +datasets = [ + dict( + abbr='UGD_hard', + path='./data/UGD_hard_oc.jsonl', + evaluator=dict( + type='llm_evaluator', + judge_cfg=dict(), + ), + n=1, + ), +] \ No newline at end of file