(self._fs) 1127 if not is_local: -> 1128 raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") 1129 if not os.path.exists(self._output_dir): 1130 raise FileNotFoundError( 1131 f"Dataset {self.name}: could not find data in {...
Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).name} is not supported.") QA I was tryingtoload the wiki dataset, but i got thiserror traindata = load_dataset('wikitext','wikitext-2-raw-v1', split='train') File"/home/aelkordy/...