Can not load_dataset

Thank you for always providing the best environment. By the way, I’m getting the following error suddenly on Dataset loading and my training is failing. Do you understand itself? Please share your views and information.

Error: 1 from datasets import load_dataset ----> 2 data = load_dataset(“AXCXEPT/test_ds”, split=“train”)

\lib\site-packages\datasets), in _and_prepare(self, output_dir, download_config, download_mode, download_mode verification_mode, ignore_verifications, try_from_hf_gcs, dl_manager, base_path, use_auth_token, file_format, max_shard_size, num_proc, **storage_options, **storage_options storage_options, **download_and_prepare_kwargs) 1027 if num_proc is not None:. 1028 prepare_split_kwargs[“num_proc”] = num_proc → 1029 self._download_and_prepare( … 639 ) 640 = security 642 # backwards compatibility KeyError: ‘safe’

Hi @AXCXEPT Thanks for reporting! This issue has been resolved. Please let us know if you continue running into issues!

1 Like

Thanks for the quick response!
Resolved!