CoolFace
Datasetpublic

8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge

Parameter-Golf V18 — V16/V17 Meta-Control Priority Bridge This dataset is an extension and bridge for the existing V16 and V17 control-plane datasets. It combines: V16 source-ordering and legal discipline corrections. V17 512Cube XYZ priority routing corrections. V18 meta-control bridge records connecting both systems into one machine-readable planning layer. Critical contest note This dataset is not final contest training data and is not validation data. Final… See the full description on the dataset page: https://huggingface.co/datasets/8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes39downloads
Dataset Card

Parameter-Golf V18 — V16/V17 Meta-Control Priority Bridge

This dataset is an extension and bridge for the existing V16 and V17 control-plane datasets.

It combines:

  • —V16 source-ordering and legal discipline corrections.
  • —V17 512Cube XYZ priority routing corrections.
  • —V18 meta-control bridge records connecting both systems into one machine-readable planning layer.

Critical contest note

This dataset is not final contest training data and is not validation data.

Final Parameter Golf results must be trained/evaluated using the official FineWeb path, with full fineweb_val_* validation and correct token-agnostic BPB accounting.

V18 should be used for:

  • —ablation planning,
  • —legal guardrails,
  • —source-order discipline,
  • —routing research ideas,
  • —detecting invalid BPB claims such as eval_docs=50, split=train validation, or custom validation subsets,
  • —PR packaging discipline.

Do not use V18 as:

  • —final DATA_PATH,
  • —final validation split,
  • —a source of accepted leaderboard BPB claims,
  • —hidden model data storage.

Files

text
README.md
data/records.jsonl
data/v16_records.jsonl
data/v17_records.jsonl
data/v18_bridge_records.jsonl
data/schema.json
scripts/validate_dataset.py
UPLOAD_INSTRUCTIONS.md

Row counts

  • —V16 records: 33
  • —V17 records: 512
  • —V18 bridge records: 12
  • —Total records: 557

Recommended Hugging Face loading

python
from datasets import load_dataset

all_rows = load_dataset("8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge", "all", split="train")
v16 = load_dataset("8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge", "v16", split="train")
v17 = load_dataset("8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge", "v17", split="train")
v18 = load_dataset("8Planetterraforming/Parameter-Golf-V18-V16-V17-Meta-Control-Priority-Bridge", "v18_bridge", split="train")

Intended role in W106

V18 supports a legal W106 plan:

  1. 1.Keep official FineWeb SP8192 and full fineweb_val_* evaluation.
  2. 2.Use V16 guardrails to block invalid source/eval paths.
  3. 3.Use V17 cube routing to prioritize model improvements.
  4. 4.Test legal architecture changes: early recurrence, BigramHash/DualHash, SDClip/QAT-lite, score-first TTT.
  5. 5.Require three seeds and logs before any serious PR claim.

Created at: 2026-04-29T13:10:14.913476+00:00