Datasets:

Size Categories:
1K<n<10K
ArXiv:
Tags:
art
License:
SauravMaheshkar commited on
Commit
3a3cff4
1 Parent(s): 56b1bd7

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/Chameleon", filename="processed/chameleon.bin", local_dir="./data/", repo_type="dataset")
23
 
24
  dataset, _ = dgl.load_graphs("./data/processed/chameleon.bin")
25
  ```
 
19
  ```python
20
  from huggingface_hub import hf_hub_download
21
 
22
+ hf_hub_download(repo_id="SauravMaheshkar/pareto-chameleon", filename="processed/chameleon.bin", local_dir="./data/", repo_type="dataset")
23
 
24
  dataset, _ = dgl.load_graphs("./data/processed/chameleon.bin")
25
  ```