convograph-anon-2026 commited on
Commit
eed9937
·
verified ·
1 Parent(s): cb3c006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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
+