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