From 6e051ce88ca214b0de5df3e4a5852a51e430afb4 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 20 Jul 2025 14:59:47 +0800 Subject: [PATCH] . --- gradio_ui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradio_ui.py b/gradio_ui.py index a864421..7224440 100644 --- a/gradio_ui.py +++ b/gradio_ui.py @@ -28,7 +28,9 @@ should_stop = False EVAL_DATASETS = [ "arc", "bbh", "ifeval", "ceval", "cmmlu", "competition_math", "gsm8k", "hellaswag", "humaneval", "mmlu", "mmlu_redux", "mmlu_pro", "race", - "trivia_qa", "truthful_qa", "tool_bench" + "trivia_qa", "truthful_qa", "tool_bench", "general_qa", "general_mcq", "drop", + "frames", "gpqa", "competition_math", "math_500", "docmath", "live_code_bench", + "iquiz" ] PERF_DATASETS = [ "openqa", "flickr8k", "longalpaca",