convograph-anon-2026 commited on
Commit
51223d9
·
verified ·
1 Parent(s): 2f7d653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ All data files are hosted on Hugging Face and can be downloaded using:
11
  # Install huggingface_hub if not already installed
12
  pip install huggingface_hub
13
 
14
- # Download the entire dataset
15
- hf download convograph-anon-2026/ConvoGraph --repo-type=dataset --local-dir .
16
  ```
17
 
 
11
  # Install huggingface_hub if not already installed
12
  pip install huggingface_hub
13
 
14
+ # Download the entire dataset into data/
15
+ hf download convograph-anon-2026/ConvoGraph --repo-type=dataset --local-dir data
16
  ```
17