Skip to content

Commit d275b43

Browse files
committed
Change HF dataset to stable dataset squad
Signed-off-by: Abhishek <[email protected]>
1 parent 2e78c7f commit d275b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/test_data_preprocessing_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test_load_dataset_with_datafile(datafile, column_names):
145145
assert set(load_dataset.column_names) == column_names
146146

147147

148-
@pytest.mark.parametrize("hf_dataset, splitName", [("ibm/AttaQ-JA", "test")])
148+
@pytest.mark.parametrize("hf_dataset, splitName", [("squad", "validation")])
149149
def test_load_dataset_with_hf_dataset(hf_dataset, splitName):
150150
"""Ensure that hf dataset could be loaded."""
151151
datasetconfig = DataSetConfig(

0 commit comments

Comments
 (0)