WGO Deploy Bot Cursor commited on
Commit
317d0e7
·
1 Parent(s): d37698e

Fix Datasets auto-split: move id lists under meta/splits and pin parquet configs.

Browse files
README.md CHANGED
@@ -11,6 +11,13 @@ tags:
11
  - wgo-bench
12
  size_categories:
13
  - n<1K
 
 
 
 
 
 
 
14
  ---
15
 
16
  # WGO-Bench — Localization Given Labels
@@ -26,7 +33,7 @@ Derived from [Macrodata Labs' WGO-Bench](https://huggingface.co/datasets/macroda
26
  | `train` | `dev_80` | 80 | 623 |
27
  | `test` | `heldout_20` | 20 | 120 |
28
 
29
- Construction seed is frozen at **0**. Shuffled `label_specs` and `prompt_text` are materialized per row so order is byte-stable without re-running the RNG. Split id lists are also under `splits/`.
30
 
31
  **Challenge leakage rule:** train localization models only on `train`. Score free-mode segmentation F1@0.75 on the untouched `test` episodes (or an external set). Do not train on `test`.
32
 
 
11
  - wgo-bench
12
  size_categories:
13
  - n<1K
14
+ configs:
15
+ - config_name: default
16
+ data_files:
17
+ - split: train
18
+ path: data/train.parquet
19
+ - split: test
20
+ path: data/test.parquet
21
  ---
22
 
23
  # WGO-Bench — Localization Given Labels
 
33
  | `train` | `dev_80` | 80 | 623 |
34
  | `test` | `heldout_20` | 20 | 120 |
35
 
36
+ Construction seed is frozen at **0**. Shuffled `label_specs` and `prompt_text` are materialized per row so order is byte-stable without re-running the RNG. Split id lists are also under `meta/splits/`.
37
 
38
  **Challenge leakage rule:** train localization models only on `train`. Score free-mode segmentation F1@0.75 on the untouched `test` episodes (or an external set). Do not train on `test`.
39
 
{splits → meta/splits}/dev_80.json RENAMED
File without changes
{splits → meta/splits}/heldout_20.json RENAMED
File without changes