CoolFace
30 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 Face02Neel-Gupta /owt-processed_128100K<n<1M0 likes435 downloads2y agoHugging Face03mugezhang /eng_spa_owt_phonemized_fulltext10M<n<100M0 likes405 downloads9mo agoHugging Face04owt3 /VRI_Underwater_Graspingimage1K<n<10K0 likes346 downloads8mo agoHugging Face05Neel-Gupta /owt-processed_51210K<n<100K0 likes285 downloads2y agoHugging Face06mugezhang /eng_spa_owt_word_fulltext10M<n<100M0 likes242 downloads1y agoHugging Face07Neel-Gupta /owt-processed_32100K<n<1M0 likes222 downloads2y agoHugging Face08dhruveshpatel /owt-gpt2-1024-splittext1M<n<10M0 likes218 downloads1y agoHugging Face09Neel-Gupta /owt-processed_64100K<n<1M0 likes206 downloads2y agoHugging Face10AndrewK101 /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 likes156 downloads5mo agoHugging Face11soumitrapy /owtThese 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/soumitrapy/owt.text10M<n<100M0 likes75 downloads14d agoHugging Face12Neel-Gupta /owt-processed_25610K<n<100K0 likes74 downloads2y agoHugging Face13fengluoqiuwu /owt-bucket OWT GPT-2 sentence segments (buckets 256 / 512 / 1024 / 2048) Tokenized sentence/paragraph segments of OpenWebText (Skylion007/openwebtext, revision main), encoded with GPT-2 BPE plus three extra special tokens, then assigned to length buckets. This repository is a derived dataset. It does not rediscover or replace the original text corpus. Every input_ids sequence comes from documents in OpenWebText. Packaging / conversion code & this card: MIT (see LICENSE) Underlying web… See the full description on the dataset page: https://huggingface.co/datasets/fengluoqiuwu/owt-bucket.tabulartext-generation1M<n<10M0 likes65 downloads1mo agoHugging Face14mugezhang /eng_spa_owt_phonemized_full_romanizedtext10M<n<100M0 likes54 downloads9mo agoHugging Face15humanlong /laces-owt-rwkv-tokens LACES training data: OpenWebText RWKV tokens (512) Preprocessed OpenWebText token shards for training LACES (Linear-Attention Continuous-state DiffuSion) — the DiffRWKV State-Hijacking RELAY 2.9B 512-token trajectory champion recipe. 304,052 samples, max length 512, tokenized with the RWKV7-Goose-World3 tokenizer Format: one *_tokens.npz per sample Usage hf download humanlong/laces-owt-rwkv-tokens --repo-type dataset --local-dir . tar xzf… See the full description on the dataset page: https://huggingface.co/datasets/humanlong/laces-owt-rwkv-tokens.0 likes53 downloads16d agoHugging Face16Elriggs /owt_and_hh_rlhf Dataset Card for "owt_and_hh_rlhf" More Information needed text100K<n<1M0 likes39 downloads2y agoHugging Face17danwil /owt-ngrams Dataset Card for OpenWebText n-grams Dataset Summary This dataset contains 246K of the most common token-based (GPT-2/GPT-3) n-grams (n=1 to n=6), in the OpenWebText (OWT) dataset. For convenient searching, it provides full tokens/strings, as well as per-position tokens/strings. Usage Generally, this dataset allows identifying the most common n-grams in a text corpus. When researching LLMs tokenized similarly to GPT-2/GPT-3, it allows: Constructing… See the full description on the dataset page: https://huggingface.co/datasets/danwil/owt-ngrams.tabular100K<n<1M0 likes37 downloads2y agoHugging Face18soumitrapy /owt20 likes37 downloads14d agoHugging Face19open-llm-leaderboard-old /details_nthngdy__pythia-owt2-70m-100k Dataset Card for Evaluation run of nthngdy/pythia-owt2-70m-100k Dataset Summary Dataset automatically created during the evaluation run of model nthngdy/pythia-owt2-70m-100k on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train"… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_nthngdy__pythia-owt2-70m-100k.0 likes35 downloads3y agoHugging Face20nicofuru /owt-intitial-tokens0 likes34 downloads9d agoHugging Face21open-llm-leaderboard-old /details_nthngdy__pythia-owt2-70m-50k Dataset Card for Evaluation run of nthngdy/pythia-owt2-70m-50k Dataset Summary Dataset automatically created during the evaluation run of model nthngdy/pythia-owt2-70m-50k on the Open LLM Leaderboard. The dataset is composed of 64 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 2 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train"… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_nthngdy__pythia-owt2-70m-50k.0 likes30 downloads3y agoHugging Face22adamkarvonen /chess_owttext10K<n<100K0 likes24 downloads3y agoHugging Face23koki0702 /owt_bpe0 likes21 downloads1y agoHugging Face24fengluoqiuwu /owt-seg512 OWT GPT-2 sentence segments (fixed pad 512) Tokenized sentence/paragraph segments of OpenWebText (Skylion007/openwebtext, revision main), encoded with GPT-2 BPE plus three extra special tokens. This repository is a derived dataset. It does not rediscover or replace the original text corpus. Every input_ids sequence comes from documents in OpenWebText. Packaging / conversion code & this card: MIT (see LICENSE) Underlying web text: inherited from OpenWebText /… See the full description on the dataset page: https://huggingface.co/datasets/fengluoqiuwu/owt-seg512.text-generation10M<n<100M0 likes21 downloads1mo agoHugging Face25andrew-healey /tokenized-owt0 likes18 downloads1y agoHugging Face26eczech /dllm-dev-owt0 likes15 downloads1y agoHugging Face27Yuki5177 /owt-ngrams Dataset Card for OpenWebText n-grams Dataset Summary This dataset contains 246K of the most common token-based (GPT-2/GPT-3) n-grams (n=1 to n=6), in the OpenWebText (OWT) dataset. For convenient searching, it provides full tokens/strings, as well as per-position tokens/strings. Usage Generally, this dataset allows identifying the most common n-grams in a text corpus. When researching LLMs tokenized similarly to GPT-2/GPT-3, it allows: Constructing… See the full description on the dataset page: https://huggingface.co/datasets/Yuki5177/owt-ngrams.tabular100K<n<1M0 likes13 downloads4mo agoHugging Face28alexkstern /owt-gpt2bpe-local-9BOpenWebText BPE bins used by the 400M replication runs (branch fixedinit-embed-init). train.bin ~9.03B tokens, val.bin ~4M tokens. Checksums in PROVENANCE.md5. 0 likes11 downloads1mo agoHugging Face29Neel-Gupta /owt-processed_16n<1K0 likes10 downloads2y agoHugging Face30Neel-Gupta /owt-processed_81K<n<10K0 likes9 downloads2y agoHugging Face

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