Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalvi committed Oct 26, 2023
1 parent bbbbc37 commit 9ba18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmebench/datasets/HuggingFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def metadata():
"link": "https://huggingface.co/datasets/",
"license": "Mixed",
"splits": {
"None. HuggingFaceDataset asset must use custom_test_split/custom_train_split": None,
"None. HuggingFaceDataset asset must use custom_test_split and custom_train_split": None,
},
"task_type": TaskType.Other,
}
Expand Down

0 comments on commit 9ba18c1

Please sign in to comment.