How to download files stored in repo of dataset script?

Replying on the behalf of @lhoestq ,

It’s actually as simple as just writing:

splits_path = dl_manager.download("splits.txt")

This will automatically redirect to the repo’s folder and download the splits file.

1 Like