Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,11 @@ The corresponding evaluation codebase and execution instructions can be found at
|
|
| 5 |
This directory contains all benchmark data for ConvoGraph.
|
| 6 |
|
| 7 |
# Download
|
| 8 |
-
All data files are hosted on Hugging Face and can be downloaded using:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
This directory contains all benchmark data for ConvoGraph.
|
| 6 |
|
| 7 |
# Download
|
| 8 |
+
All data files are hosted on Hugging Face and can be downloaded using:
|
| 9 |
+
|
| 10 |
+
```bash
|
| 11 |
+
pip install huggingface_hub
|
| 12 |
+
|
| 13 |
+
huggingface-cli download convograph-anon-2026/ConvoGraph --repo-type=dataset --local-dir .
|
| 14 |
+
```
|
| 15 |
+
|