Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ The dataset contains **1,505** carefully curated questions across **10 reasoning
|
|
| 25 |
You can download the dataset with the Hugging Face CLI:
|
| 26 |
|
| 27 |
```bash
|
| 28 |
-
hf download
|
| 29 |
```
|
| 30 |
|
| 31 |
The official evaluation scripts expect the dataset to be available under `./data` in the project root.
|
|
|
|
| 25 |
You can download the dataset with the Hugging Face CLI:
|
| 26 |
|
| 27 |
```bash
|
| 28 |
+
hf download CASIA-IVA-Lab/VisReason --repo-type dataset --local-dir ./data
|
| 29 |
```
|
| 30 |
|
| 31 |
The official evaluation scripts expect the dataset to be available under `./data` in the project root.
|