raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")
解决方法:
pip install -U datasets
如果不行,参考:
Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.") · Issue #6352 · huggingface/datasets · GitHub