Bug fixes
- Fix dl_manager.extract returning FileNotFoundError by @lhoestq in #6543
- Fix bug causing FileNotFoundError when passing a relative directory as
cache_dir
toload_dataset
- Fix bug causing FileNotFoundError when passing a relative directory as
- Fix custom configs from script by @lhoestq in #6544
- Fix bug when loading a dataset with a loading script using custom arguments would fail
- e.g.
load_dataset("ted_talks_iwslt", language_pair=("ja", "en"), year="2015")
Full Changelog: 2.16.0...2.16.1