Datasets:
AttributeError: 'DownloadManager' object has no attribute 'download_config'
#4
by
AbdullahBasit
- opened
Hi,
I'm getting this error while download dataset through load_dataset. Perhaps, there is something wrong with the configuration at line #148 in common_voice_10_0.py
~/.cache/huggingface/modules/datasets_modules/datasets/mozilla-foundation___common_voice_10_0/27df768ab1b5cac48a7616f145b79b62599167b0ffa2e054bf4c3e74e9619e5e/common_voice_10_0.py in _split_generators(self, dl_manager)
146 def _split_generators(self, dl_manager):
147 """Returns SplitGenerators."""
--> 148 hf_auth_token = dl_manager.download_config.use_auth_token
149 if hf_auth_token is None:
150 raise ConnectionError(
AttributeError: 'DownloadManager' object has no attribute 'download_config'