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
01EleutherAI /the_pile_deduplicatedtext100M<n<1B118 likes18k downloads4y agoHugging Face02ArmelR /the-pile-splitted Dataset description The pile is an 800GB dataset of english text designed by EleutherAI to train large-scale language models. The original version of the dataset can be found here. The dataset is divided into 22 smaller high-quality datasets. For more information each of them, please refer to the datasheet for the pile. However, the current version of the dataset, available on the Hub, is not splitted accordingly. We had to solve this problem in order to improve the user… See the full description on the dataset page: https://huggingface.co/datasets/ArmelR/the-pile-splitted.text10M<n<100M23 likes17k downloads3y agoHugging Face03andstor /the_pile_github Dataset Card for The Pile GitHub Dataset Summary This is the GitHub subset of EleutherAi/The Pile dataset and contains GitHub repositories. The programming languages are identified using the guesslang library. A total of 54 programming languages are included in the dataset. Supported Tasks and Leaderboards [More Information Needed] Languages The following languages are covered by the dataset: 'Assembly', 'Batchfile', 'C', 'C#', 'C++', 'CMake'… See the full description on the dataset page: https://huggingface.co/datasets/andstor/the_pile_github.texttext-generation10M<n<100M10 likes1.1k downloads1y agoHugging Face04vietgpt /the_pile_openwebtext2 Dataset Card for "the_pile_openwebtext2" More Information needed text10M<n<100M5 likes906 downloads3y agoHugging Face05SaylorTwift /the_pile_books3_minus_gutenberg Dataset Card for "the_pile_books3_minus_gutenberg" More Information needed text100K<n<1M15 likes888 downloads4y agoHugging Face06gmongaras /EleutherAI_the_pile_deduplicatedSince The Pile was removed from the original site, I'm worried this dataset might be taken down too. Putting it here just in case. Original repo: https://huggingface.co/datasets/EleutherAI/the_pile_deduplicated text100M<n<1B5 likes775 downloads3y agoHugging Face07parameterlab /scaling_mia_the_pile_00_OpenWebText2text1M<n<10M1 likes121 downloads2y agoHugging Face08parameterlab /scaling_mia_the_pile_00_Pile-CCtext1M<n<10M0 likes115 downloads2y agoHugging Face09datajuicer /the-pile-pubmed-abstracts-refined-by-data-juicer The Pile -- PubMed Abstracts (refined by Data-Juicer) A refined version of PubMed Abstracts dataset in The Pile by Data-Juicer. Removing some "bad" samples from the original dataset to make it higher-quality. This dataset is usually used to pretrain a Large Language Model. Notice: Here is a small subset for previewing. The whole dataset is available here (About 24G). Dataset Information Number of samples: 371,331 (Keep ~99.55% from the original dataset)… See the full description on the dataset page: https://huggingface.co/datasets/datajuicer/the-pile-pubmed-abstracts-refined-by-data-juicer.texttext-generationn<1K3 likes113 downloads3y agoHugging Face10parameterlab /scaling_mia_the_pile_00_PubMed_Centraltext100K<n<1M1 likes113 downloads2y agoHugging Face11haritzpuerto /the_pile_arxiv_50k_sampleCreated with this script https://gist.github.com/HaritzPuerto/3543a70b5bfe50c8fec6977c716efe67 text10K<n<100K0 likes85 downloads2y agoHugging Face12haritzpuerto /the_pile_arxiv_1k_sampleSample of the arxiv partition of The Pile. The training set is just a random sample of 1000 documents from the 00.jsonl.zst (the first file in The Pile; it seems each jsonl.zst file is already a random sample). The validation and test set are the full sets. Statistics Training Set Mean number of tokens: 14588.022 Std number of tokens: 26015.51379449416 Max number of tokens: 746616 Min number of tokens: 33 text1K<n<10K0 likes76 downloads2y agoHugging Face13parameterlab /scaling_mia_the_pile_00_arxivThis dataset includes all arxiv documents from the 00.jsonl.zst partition of The Pile. It was created with this script: pile_path = "data/the_pile/train/00.jsonl.zst" with zstd.open(pile_path, 'r') as fr: with open("/tmp/arxiv.jsonl", "w") as fw: for i, line in enumerate(tqdm(fr)): doc = json.loads(line) source = doc['meta']['pile_set_name'] if source == "ArXiv": fw.write(json.dumps(doc) + "\n") The validation and test sets are… See the full description on the dataset page: https://huggingface.co/datasets/parameterlab/scaling_mia_the_pile_00_arxiv.text10K<n<100K0 likes75 downloads2y agoHugging Face14ola13 /small-the_pile Dataset Card for "small-the_pile" More Information needed text100K<n<1M8 likes67 downloads4y agoHugging Face15parameterlab /scaling_mia_the_pile_00_wikiThis dataset includes all Wikipedia documents from the 00.jsonl.zst partition of The Pile. It was created with this script: pile_path = "data/the_pile/train/00.jsonl.zst" with zstd.open(pile_path, 'r') as fr: with open("/tmp/wiki.jsonl", "w") as fw: for i, line in enumerate(tqdm(fr)): doc = json.loads(line) source = doc['meta']['pile_set_name'] if source == "Wikipedia (en)": fw.write(json.dumps(doc) + "\n") The validation and… See the full description on the dataset page: https://huggingface.co/datasets/parameterlab/scaling_mia_the_pile_00_wiki.text100K<n<1M0 likes62 downloads2y agoHugging Face16parameterlab /scaling_mia_the_pile_00_Enron_Emailstext10K<n<100K1 likes52 downloads2y agoHugging Face17datajuicer /the-pile-pubmed-central-refined-by-data-juicer The Pile -- PubMed Central (refined by Data-Juicer) A refined version of PubMed Central dataset in The Pile by Data-Juicer. Removing some "bad" samples from the original dataset to make it higher-quality. This dataset is usually used to pretrain a Large Language Model. Notice: Here is a small subset for previewing. The whole dataset is available here (About 83G). Dataset Information Number of samples: 2,694,860 (Keep ~86.96% from the original dataset)… See the full description on the dataset page: https://huggingface.co/datasets/datajuicer/the-pile-pubmed-central-refined-by-data-juicer.texttext-generationn<1K2 likes50 downloads3y agoHugging Face18parameterlab /scaling_mia_the_pile_00_Gutenberg_PG-19text1K<n<10K0 likes32 downloads2y agoHugging Face19parameterlab /scaling_mia_the_pile_00_Githubtext100K<n<1M0 likes30 downloads2y agoHugging Face20datajuicer /the-pile-uspto-refined-by-data-juicer The Pile -- USPTO (refined by Data-Juicer) A refined version of USPTO dataset in The Pile by Data-Juicer. Removing some "bad" samples from the original dataset to make it higher-quality. This dataset is usually used to pretrain a Large Language Model. Notice: Here is a small subset for previewing. The whole dataset is available here (About 18G). Dataset Information Number of samples: 4,516,283 (Keep ~46.77% from the original dataset) Refining Recipe #… See the full description on the dataset page: https://huggingface.co/datasets/datajuicer/the-pile-uspto-refined-by-data-juicer.texttext-generationn<1K0 likes28 downloads3y agoHugging Face21parameterlab /scaling_mia_the_pile_00_FreeLawtext100K<n<1M0 likes28 downloads2y agoHugging Face22parameterlab /scaling_mia_the_pile_00_PubMed_Abstractstext1M<n<10M2 likes27 downloads2y agoHugging Face23parameterlab /scaling_mia_the_pile_00_USPTO_Backgroundstext100K<n<1M0 likes27 downloads2y agoHugging Face24rookshanks /small-the_piletext100K<n<1M1 likes25 downloads3y agoHugging Face25parameterlab /scaling_mia_the_pile_00_EuroParltext1K<n<10K0 likes21 downloads2y agoHugging Face26ola13 /small-the_pile-deduptabular100K<n<1M2 likes20 downloads4y agoHugging Face27parameterlab /scaling_mia_the_pile_00_YoutubeSubtitlestext10K<n<100K0 likes20 downloads2y agoHugging Face28parameterlab /scaling_mia_the_pile_00_PhilPaperstext1K<n<10K0 likes18 downloads2y agoHugging Face29parameterlab /scaling_mia_the_pile_00_StackExchangetext1M<n<10M0 likes16 downloads2y agoHugging Face30datajuicer /the-pile-europarl-refined-by-data-juicer The Pile -- EuroParl (refined by Data-Juicer) A refined version of EuroParl dataset in The Pile by Data-Juicer. Removing some "bad" samples from the original dataset to make it higher-quality. This dataset is usually used to pretrain a Large Language Model. Notice: Here is a small subset for previewing. The whole dataset is available here (About 2.2GB). Dataset Information Number of samples: 61,601 (Keep ~88.23% from the original dataset) Refining Recipe… See the full description on the dataset page: https://huggingface.co/datasets/datajuicer/the-pile-europarl-refined-by-data-juicer.texttext-generationn<1K0 likes15 downloads3y agoHugging Face

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