Update librivox-indonesia.py
#1
by
anggiatm
- opened
In the datasets
library version 3.0.0, I encountered the error TypeError: DownloadConfig.__init__() got an unexpected keyword argument 'ignore_url_params'
when using load_dataset()
. I believe this line is unnecessary: dl_manager.download_config.ignore_url_params = True
. I tried it locally, and it worked fine when I commented out that line.
Thanks for the error report and the PR. It seems they removed "ignore_url_params" in datasets version 3.0.0.
cahya
changed pull request status to
merged