CoolFace
Datasetpublic

AndrewK101/cs336-owt-32k-bpe

CS336 OWT 32k BPE tokenized Pre-tokenized OpenWebText sample (Stanford CS336 assignment 1 source) using a custom 32k byte-level BPE tokenizer. Files owt_vocab_32k.pkl — vocab dict[int, bytes] (32000 entries; ID 0 = <|endoftext|>, 1..256 = raw bytes, 257..31999 = merges) owt_merges_32k.pkl — list[tuple[bytes, bytes]] in merge order owt_train.npy — uint16 token IDs of 11 GB owt_train.txt (2,729,574,028 tokens) owt_valid.npy — uint16 token IDs of 277 MB… See the full description on the dataset page: https://huggingface.co/datasets/AndrewK101/cs336-owt-32k-bpe.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes175downloads
6 commits on main
3f104715mo ago

Upload owt_train.npy with huggingface_hub

AndrewK101
f0bb7f05mo ago

Upload owt_valid.npy with huggingface_hub

AndrewK101
6fcd8e65mo ago

Upload owt_merges_32k.pkl with huggingface_hub

AndrewK101
87cb8175mo ago

Upload owt_vocab_32k.pkl with huggingface_hub

AndrewK101
6c923e55mo ago

Upload README.md with huggingface_hub

AndrewK101
92a07755mo ago

initial commit

AndrewK101