Hello,
I’m new with huggingface. I’m trying to download an entire repository using the code below, but I don’t know where can I find the repository after it’s all downloaded ? Can I add a path where to save the repository ?
PS : I working on compute canada, so I have to save the repository in the scratch file.
from huggingface_hub import snapshot_download
snapshot_download(repo_id=“openclimatefix/era5-land”, repo_type=“dataset”)
Thanks,