climateset / README.md
climateset's picture
Update README.md
506e7c9 verified
metadata
tags:
  - climate

Download Instructions

To download a folder individually, please use

code snippet

To download one file, please use

code snippet

To download the content of the whole repository, please use

from huggingface_hub import snapshot_download

# Path of the directory where the data will be downloaded in your local machine
local_directory = 'LOCAL_DIRECTORY'

repo_id = "climateset/causalpaca"
repo_type = "dataset"
snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)

Please note that the script extract_causalpaca.py can be used to extract the content of each of the .TAR archive files once they are downloaded in your local machine.