This commit is contained in:
hailin 2025-07-08 18:53:25 +08:00
parent 213826fd8f
commit ccc9f056c8
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ with gr.Blocks(title="EvalScope 全功能界面") as demo:
)
dataset_dropdown = gr.Dropdown(
label="评测数据集 (--dataset)",
choices=["openqa", "gsm8k", "mmlu", "truthfulqa"],
choices=["openqa", "flickr8k", "longalpaca", "random_dataset", "line_by_line", "custom", "speed_benchmark"]
value="openqa"
)
model_override_input = gr.Textbox(