From 9ba18c1fc1dd1014f3ab792387274372e97b5e27 Mon Sep 17 00:00:00 2001 From: Fahim Imaduddin Dalvi Date: Thu, 26 Oct 2023 17:14:25 +0300 Subject: [PATCH] Fix failing test --- llmebench/datasets/HuggingFace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmebench/datasets/HuggingFace.py b/llmebench/datasets/HuggingFace.py index 5ce9a361..4d596b12 100644 --- a/llmebench/datasets/HuggingFace.py +++ b/llmebench/datasets/HuggingFace.py @@ -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, }