Commit d99506f3 authored by chenzk's avatar chenzk
Browse files

v1.0.1

parent 61e92904
Pipeline #2033 canceled with stages
...@@ -119,7 +119,6 @@ def get_datasets( ...@@ -119,7 +119,6 @@ def get_datasets(
hf_dataset_or_datasets, hf_dataset_or_datasets,
hf_dataset_config_name, hf_dataset_config_name,
split=split, split=split,
cache_dir=".",
) )
else: else:
raise ValueError(f"hf_dataset_or_datasets must be a dict or string but is {type(hf_dataset_or_datasets)}") raise ValueError(f"hf_dataset_or_datasets must be a dict or string but is {type(hf_dataset_or_datasets)}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment