This commit is contained in:
hailin 2025-07-19 15:56:27 +08:00
parent 206d4e4370
commit 1b1c0dc0a7
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ EVAL_DATASETS = [
"trivia_qa", "truthful_qa"
]
PERF_DATASETS = [
"openqa", "flickr8k", "longalpaca", "random_dataset",
"line_by_line", "custom", "speed_benchmark"
"openqa", "flickr8k", "longalpaca",
"line_by_line", "speed_benchmark"
]
def toggle_dataset_file_visibility(ds):