This commit is contained in:
parent
213826fd8f
commit
ccc9f056c8
|
|
@ -209,7 +209,7 @@ with gr.Blocks(title="EvalScope 全功能界面") as demo:
|
||||||
)
|
)
|
||||||
dataset_dropdown = gr.Dropdown(
|
dataset_dropdown = gr.Dropdown(
|
||||||
label="评测数据集 (--dataset)",
|
label="评测数据集 (--dataset)",
|
||||||
choices=["openqa", "gsm8k", "mmlu", "truthfulqa"],
|
choices=["openqa", "flickr8k", "longalpaca", "random_dataset", "line_by_line", "custom", "speed_benchmark"]
|
||||||
value="openqa"
|
value="openqa"
|
||||||
)
|
)
|
||||||
model_override_input = gr.Textbox(
|
model_override_input = gr.Textbox(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue