climateset commited on
Commit
506e7c9
1 Parent(s): 12a1218

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -23,6 +23,7 @@ from huggingface_hub import snapshot_download
23
 
24
  # Path of the directory where the data will be downloaded in your local machine
25
  local_directory = 'LOCAL_DIRECTORY'
 
26
  repo_id = "climateset/causalpaca"
27
  repo_type = "dataset"
28
  snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)
 
23
 
24
  # Path of the directory where the data will be downloaded in your local machine
25
  local_directory = 'LOCAL_DIRECTORY'
26
+
27
  repo_id = "climateset/causalpaca"
28
  repo_type = "dataset"
29
  snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)