Update librivox-indonesia.py

#1
Indonesian NLP org

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.

Indonesian NLP org

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

Sign up or log in to comment