raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")
解决方法:
pip install -U datasets
如果不行,参考:
raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")
解决方法:
pip install -U datasets
如果不行,参考: