In the new dataset abstraction, we had introduced a url argument, where the user can pass their own url from where the dataset can get downloaded from, other than the default download url. This is however a security vulnerability, where someone can pass a link to some malicious content that can then get downloaded to the users machine.
Also removed docs about the private attributes in the docstrings for the dataloaders.
In the new dataset abstraction, we had introduced a
url
argument, where the user can pass their own url from where the dataset can get downloaded from, other than the default download url. This is however a security vulnerability, where someone can pass a link to some malicious content that can then get downloaded to the users machine.Also removed docs about the private attributes in the docstrings for the dataloaders.