CoolFace
15 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01stanford-cs336 /owt-sampleThese files were created with the following script: from datasets import load_dataset from tqdm import tqdm import io dataset = load_dataset("Skylion007/openwebtext")['train'] split_dataset = dataset.train_test_split(train_size=2400000, test_size=60000, seed=0) with io.open('data/owt_train.txt','w') as fopen: listout = [] for data in tqdm(split_dataset['train']): listout.append(data['text']+'<|endoftext|>') if len(listout) > 1000: _ =… See the full description on the dataset page: https://huggingface.co/datasets/stanford-cs336/owt-sample.text10M<n<100M7 likes3.4k downloads2y agoHugging Face02victorhu493 /cs336-basics-collection CS336 Assignment 1 — Pre-tokenized Data & BPE Tokenizers This repository contains preprocessing artifacts produced for Stanford CS336: Language Modeling from Scratch, Spring 2025 — Assignment 1: Basics. It includes: pre-tokenized TinyStories train/validation data, pre-tokenized OpenWebText (OWT sample) train/validation data, byte-level BPE vocabularies and merge tables for both datasets. The main purpose of this repository is to avoid repeating the relatively expensive… See the full description on the dataset page: https://huggingface.co/datasets/victorhu493/cs336-basics-collection.tabular1K<n<10K0 likes248 downloads22d agoHugging Face03AndrewK101 /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 owt_valid.txt (66… See the full description on the dataset page: https://huggingface.co/datasets/AndrewK101/cs336-owt-32k-bpe.1 likes164 downloads5mo agoHugging Face04garg-aayush /sft-cs336-assign5-datasets SFT CS336 Assignment 5 Datasets This repository contains all training and evaluation datasets for Supervised Fine-Tuning (SFT) experiments (based on CS-336 Assignment-5) Repository Structure Folder Description sft-instruct/ Instruction-tuning datasets sft-reason/ Reasoning SFT datasets SFT Instruction finetuning Datasets for instruction-following SFT is based on UltraChat-200K + SafetyLlama. File Size Description… See the full description on the dataset page: https://huggingface.co/datasets/garg-aayush/sft-cs336-assign5-datasets.6 likes127 downloads8mo agoHugging Face05irelandoldpig /Stanford_CS336_25Spring_Data0 likes119 downloads1y agoHugging Face06brunborg /cs336-a40 likes101 downloads5mo agoHugging Face07takoyaki33 /cs336-a1-tokenized-dataset0 likes67 downloads3mo agoHugging Face08Huangshj /cs3360 likes60 downloads2mo agoHugging Face09vskogstad /cs336_data0 likes34 downloads7mo agoHugging Face10timyangyazhou /cs336-a10 likes24 downloads5mo agoHugging Face11ryen12 /sft-cs336-assign5-datasets SFT CS336 Assignment 5 Datasets This repository contains all training and evaluation datasets for Supervised Fine-Tuning (SFT) experiments (based on CS-336 Assignment-5) Repository Structure Folder Description sft-instruct/ Instruction-tuning datasets sft-reason/ Reasoning SFT datasets SFT Instruction finetuning Datasets for instruction-following SFT is based on UltraChat-200K + SafetyLlama. File Size Description… See the full description on the dataset page: https://huggingface.co/datasets/ryen12/sft-cs336-assign5-datasets.0 likes7 downloads5mo agoHugging Face12KKKoschei /CS336-env0 likes6 downloads8mo agoHugging Face13ryen12 /cs336_data0 likes3 downloads5mo agoHugging Face14JJerry0000 /cs336_assignment10 likes3 downloads2mo agoHugging Face15hexiao /cs336_hw4_filtered_from_500_wet_files0 likes1 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.