From 1852b0a763fc171a120d18f0294968303c759567 Mon Sep 17 00:00:00 2001 From: Myhs_phz Date: Sun, 21 Dec 2025 22:45:08 +0800 Subject: [PATCH] add --- .../configs/chatml_datasets/UGD_hard/UGD_hard_gen.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 opencompass/configs/chatml_datasets/UGD_hard/UGD_hard_gen.py 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