Update versions/35k/README.md
Browse files- versions/35k/README.md +15 -0
versions/35k/README.md
CHANGED
|
@@ -19,6 +19,11 @@ license: other
|
|
| 19 |
|
| 20 |
This artifact contains the prepared EduPlanBench data used by the benchmark code. It is intended to be downloaded into the repository's `data/` directory so experiments can run without rebuilding from raw datasets.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Contents
|
| 23 |
|
| 24 |
```text
|
|
@@ -59,6 +64,16 @@ python3 scripts/download_prepared_data_from_hf.py \
|
|
| 59 |
|
| 60 |
Use `--version 35k` to download the larger prepared task bank.
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
Then run experiments directly:
|
| 63 |
|
| 64 |
```bash
|
|
|
|
| 19 |
|
| 20 |
This artifact contains the prepared EduPlanBench data used by the benchmark code. It is intended to be downloaded into the repository's `data/` directory so experiments can run without rebuilding from raw datasets.
|
| 21 |
|
| 22 |
+
Prepared data is available in two access patterns:
|
| 23 |
+
|
| 24 |
+
- Use the Hugging Face branch/revision dropdown to switch between `10k` and `35k`.
|
| 25 |
+
- Stay on `main` and download from `versions/10k/` or `versions/35k/`.
|
| 26 |
+
|
| 27 |
## Contents
|
| 28 |
|
| 29 |
```text
|
|
|
|
| 64 |
|
| 65 |
Use `--version 35k` to download the larger prepared task bank.
|
| 66 |
|
| 67 |
+
To download from a Hugging Face branch/revision root instead:
|
| 68 |
+
|
| 69 |
+
```bash
|
| 70 |
+
python3 scripts/download_prepared_data_from_hf.py \
|
| 71 |
+
--repo-id erwinmsmith/EduPlanBench-data \
|
| 72 |
+
--revision 35k \
|
| 73 |
+
--path-in-repo . \
|
| 74 |
+
--data-dir data
|
| 75 |
+
```
|
| 76 |
+
|
| 77 |
Then run experiments directly:
|
| 78 |
|
| 79 |
```bash
|