Datasets:

Size Categories:
1K<n<10K
ArXiv:
Tags:
art
License:
SauravMaheshkar commited on
Commit
53d7666
1 Parent(s): 2507a52

docs: update dataset name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ license: cc
19
  ```python
20
  from huggingface_hub import hf_hub_download
21
 
22
- hf_hub_download(repo_id="SauravMaheshkar/Squirrel", filename="processed/squirrel.bin", local_dir="./data/", repo_type="dataset")
23
 
24
  dataset, _ = dgl.load_graphs("./data/processed/squirrel.bin")
25
  ```
 
19
  ```python
20
  from huggingface_hub import hf_hub_download
21
 
22
+ hf_hub_download(repo_id="SauravMaheshkar/pareto-squirrel", filename="processed/squirrel.bin", local_dir="./data/", repo_type="dataset")
23
 
24
  dataset, _ = dgl.load_graphs("./data/processed/squirrel.bin")
25
  ```