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

Update extract_climateset.py

Browse files
Files changed (1) hide show
  1. extract_climateset.py +1 -1
extract_climateset.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  # Path of the directory where the data will be downloaded in your local machine
7
  local_directory = os.path.join(os.getcwd(), 'Climateset_DATA')
8
 
9
- repo_id = "climateset/causalpaca"
10
  repo_type = "dataset"
11
 
12
  #snapshot_download(...) function will download the entire dataset from the HuggingFace Repository. This takes while.
 
6
  # Path of the directory where the data will be downloaded in your local machine
7
  local_directory = os.path.join(os.getcwd(), 'Climateset_DATA')
8
 
9
+ repo_id = "climateset/climateset"
10
  repo_type = "dataset"
11
 
12
  #snapshot_download(...) function will download the entire dataset from the HuggingFace Repository. This takes while.