Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,6 @@ This dataset is an extension of the Action-Value ChessBench dataset from [Amorti
|
|
| 18 |
|
| 19 |
|
| 20 |
```
|
| 21 |
-
hf download joshuakgao/chessbenchmate --repo-type dataset --local-dir .
|
| 22 |
python dataset.py
|
| 23 |
```
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
```
|
| 21 |
+
hf download joshuakgao/chessbenchmate --repo-type dataset --local-dir . --max-workers 1
|
| 22 |
python dataset.py
|
| 23 |
```
|