Skip to content

Commit

Permalink
Change HF dataset to stable dataset squad
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek <[email protected]>
  • Loading branch information
Abhishek-TAMU committed Dec 19, 2024
1 parent 2e78c7f commit d275b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_data_preprocessing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_load_dataset_with_datafile(datafile, column_names):
assert set(load_dataset.column_names) == column_names


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

0 comments on commit d275b43

Please sign in to comment.