Datasets:
How to work with the repository after git clone?
#44
by
viktoroo
- opened
I want to have an access to different revisions, so I figured git clone should work best. It downloaded around 3 TB of data, but now when I try to load it with
data = load_dataset('hf-repo', split='train', revision='v1.2')
I am getting disk space issues.
Does datasets library create another copy of the dataset in cache? How much memory does it need? Can I somehow prevent it?
Thank you for any help!