CoolFace
Datasetpublic

alexkstern/fineweb-nanochatbpe-55B

fineweb-nanochatbpe-55B FineWeb-Edu (from karpathy/fineweb-edu-100b-shuffle), pre-tokenized with the nanochatbpe tokenizer (vocab 65,536) and packaged as flat uint16 token-id .bin files for fast memmap training. file split tokens train.bin train 55,000,000,000 val.bin val 52,336,096 train and val are disjoint held-out partitions. Each .bin is a raw little-endian uint16 stream (no header); token count = filesize / 2, and train.meta.json / val.meta.json carry the… See the full description on the dataset page: https://huggingface.co/datasets/alexkstern/fineweb-nanochatbpe-55B.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes34downloads
8 commits on main
1d2226a2mo ago

Upload README.md with huggingface_hub

alexkstern
8d6d0012mo ago

Upload tokenizer/token_bytes.pt with huggingface_hub

alexkstern
66ba6fd2mo ago

Upload tokenizer/tokenizer.pkl with huggingface_hub

alexkstern
fc4b4092mo ago

Upload val.meta.json with huggingface_hub

alexkstern
74e6a132mo ago

Upload val.bin with huggingface_hub

alexkstern
a67cdf32mo ago

Upload train.meta.json with huggingface_hub

alexkstern
cbe283e2mo ago

Upload train.bin with huggingface_hub

alexkstern
f661bd82mo ago

initial commit

alexkstern