climateset commited on
Commit
3b3a085
1 Parent(s): f4ba966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ local_directory = 'LOCAL_DIRECTORY'
21
  # Relative path of the file in the repository
22
  filepath = 'FILE_PATH'
23
 
24
- repo_id = "climateset/causalpaca"
25
  repo_type = "dataset"
26
  hf_hub_download(repo_id=repo_id, filename=filepath, local_dir=local_directory, repo_type=repo_type, local_dir_use_symlinks=False)
27
  ```
@@ -34,7 +34,7 @@ from huggingface_hub import snapshot_download
34
  # Path of the directory where the data will be downloaded in your local machine
35
  local_directory = 'LOCAL_DIRECTORY'
36
 
37
- repo_id = "climateset/causalpaca"
38
  repo_type = "dataset"
39
  snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)
40
  ```
 
21
  # Relative path of the file in the repository
22
  filepath = 'FILE_PATH'
23
 
24
+ repo_id = "climateset/climateset"
25
  repo_type = "dataset"
26
  hf_hub_download(repo_id=repo_id, filename=filepath, local_dir=local_directory, repo_type=repo_type, local_dir_use_symlinks=False)
27
  ```
 
34
  # Path of the directory where the data will be downloaded in your local machine
35
  local_directory = 'LOCAL_DIRECTORY'
36
 
37
+ repo_id = "climateset/climateset"
38
  repo_type = "dataset"
39
  snapshot_download(repo_id=repo_id, repo_type=repo_type, local_dir=local_directory, local_dir_use_symlinks=False)
40
  ```