Update README.md
Browse files
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 |
|