CoolFace
Datasetpublic

Gugu8/Pattern-Recognition

Pattern Completion Dataset A 30 GB synthetic dataset of numeric sequence‑completion prompts and their next values, designed to teach large language models how to recognize and extrapolate patterns. Each row contains a prompt (the sequence with a ? indicating the missing next element) and a completion (the correct next number). Dataset Structure Format: CSV (no header row) Columns: prompt – "Find the next number in the sequence: a,b,c,... ,?" completion – the… See the full description on the dataset page: https://huggingface.co/datasets/Gugu8/Pattern-Recognition.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes45downloads
4 commits on main
b30b6582mo ago

Create LICENSE

Gugu8
2b46ffc2mo ago

Create README.md

Gugu8
d18f0c42mo ago

Upload pattern_data.csv with huggingface_hub

Gugu8
5b777102mo ago

initial commit

Gugu8