CoolFace
Datasetpublic

timmyburn/hexo-bootstrap-corpus

Hexo Human Corpus Encoding-free corpus of decisive human Hex Tac Toe games — hexagonal grid, six-in-a-row to win (player 1 opens with 1 move, then both players play 2 moves per turn; the board is theoretically infinite). Each line is one game as a raw axial move list + outcome. Nothing about any neural-network encoding is baked in — no planes, no fixed board size, no action space. Read it with the stdlib json module and build whatever representation you want. Files… See the full description on the dataset page: https://huggingface.co/datasets/timmyburn/hexo-bootstrap-corpus.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes21downloads
29 commits on main
1a82e153mo ago

Sync corpus from hexo-pi scraper: 8300 -> 8698 human games (+398)

timmyburn
313a2e23mo ago

Sync corpus from hexo-pi scraper: 8300 -> 8698 human games (+398)

timmyburn
83784fd3mo ago

Make SCHEMA.md static (no game count; restore curated card)

timmyburn
91b6cab3mo ago

Make README.md static (no game count; restore curated card)

timmyburn
163d9c73mo ago

Update README.md — 8300 games (scraper pull 2026-06-18)

timmyburn
6bece9c3mo ago

Update SCHEMA.md — 8300 games (scraper pull 2026-06-18)

timmyburn
4bad6813mo ago

Update dataset_metadata.json — 8300 games (scraper pull 2026-06-18)

timmyburn
4c6f6a93mo ago

Update hexo_human_corpus.jsonl — 8300 games (scraper pull 2026-06-18)

timmyburn
e685b344mo ago

Update README.md

timmyburn
68e6f994mo ago

Retire encoding-specific corpus bootstrap_corpus_v7.npz (superseded by hexo_human_corpus.jsonl)

timmyburn
7f209854mo ago

Retire encoding-specific corpus bootstrap_corpus_v6w25.npz (superseded by hexo_human_corpus.jsonl)

timmyburn
fcc0e1a4mo ago

Retire encoding-specific corpus bootstrap_corpus_pretrain_v6.npz (superseded by hexo_human_corpus.jsonl)

timmyburn
d9a21a94mo ago

Retire encoding-specific corpus bootstrap_corpus.npz (superseded by hexo_human_corpus.jsonl)

timmyburn
b9796144mo ago

Fix SCHEMA.md: unescaped pipes in elo row broke the table

timmyburn
c59ebff4mo ago

Add encoding-free human corpus JSONL + docs (README.md)

timmyburn
e166f5d4mo ago

Add encoding-free human corpus JSONL + docs (dataset_metadata.json)

timmyburn
bafc76c4mo ago

Add encoding-free human corpus JSONL + docs (SCHEMA.md)

timmyburn
e12f5254mo ago

Add encoding-free human corpus JSONL + docs (hexo_human_corpus.jsonl)

timmyburn
c05c92d5mo ago

Upload bootstrap_corpus.npz with huggingface_hub

timmyburn
a66aa755mo ago

Upload bootstrap_corpus_v6w25.npz with huggingface_hub

timmyburn
7ba7d4c5mo ago

overwrite canonical with v7 (Elo-weighted, §148)

timmyburn
f97b9865mo ago

v7 corpus: Elo-weight fix (per-position weights baked into NPZ for WeightedRandomSampler)

timmyburn
5fdc1d75mo ago

add v7 corpus: human-only Elo-weighted (§148, 6259 games / 353091 positions, 8-plane)

timmyburn
e00525f5mo ago

bootstrap_corpus.npz: v6 human-only 8-plane (353k pos, 6259 games, f16)

timmyburn
8beb03e5mo ago

add v6 human-only pretrain corpus (353k pos, 8-plane, 6259 games)

timmyburn
db412675mo ago

Update Corpus to V6

timmyburn
f280acd5mo ago

add dataset card

timmyburn
1dcfcd75mo ago

Upload bootstrap_corpus.npz with huggingface_hub

timmyburn
a23347d5mo ago

initial commit

timmyburn