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
01togethercomputer /RedPajama-Data-V2RedPajama V2: an Open Dataset for Training Large Language Modelstext-generation408 likes13k downloads2y agoHugging Face02marketeam /raw_redpajamas Getting Started The dataset is built from the redpajamas dataset after filtering by marketing keywords list that can be found here The full scripts to recreate the raw dataset before sharding can be found here. The dataset includes: ~4.8B tokens from raw contents. Downloading the dataset To start exploring and get to know the dataset you can run the script: import datasets ds = datasets.load_dataset("marketeam/raw_redpajamas", split="train") for sample in ds:… See the full description on the dataset page: https://huggingface.co/datasets/marketeam/raw_redpajamas.text-generation1B<n<10B0 likes3.4k downloads2y agoHugging Face03togethercomputer /RedPajama-Data-1TRedPajama is a clean-room, fully open-source implementation of the LLaMa dataset.text-generation1.2k likes1.9k downloads2y agoHugging Face04liang2kl /RedPajama-Data-1T-Sample-Backuptext100K<n<1M0 likes1.9k downloads11mo agoHugging Face05nhagar /redpajama-data-v2_urls Dataset Card for redpajama-data-v2_urls This dataset provides the URLs and top-level domains associated with training records in togethercomputer/RedPajama-Data-V2. It is part of a collection of datasets curated to make exploring LLM training datasets more straightforward and accessible. Dataset Details Dataset Description This dataset was created by downloading the source data, extracting URLs and top-level domains, and retaining only those record… See the full description on the dataset page: https://huggingface.co/datasets/nhagar/redpajama-data-v2_urls.text1B<n<10B0 likes1.6k downloads1y agoHugging Face06ZengXiangyu /RedPajama-Data-1T-Sampletext100K<n<1M3 likes1.2k downloads10mo agoHugging Face07open-llm-leaderboard-old /details_togethercomputer__RedPajama-INCITE-7B-Base Dataset Card for Evaluation run of togethercomputer/RedPajama-INCITE-7B-Base Dataset Summary Dataset automatically created during the evaluation run of model togethercomputer/RedPajama-INCITE-7B-Base on the Open LLM Leaderboard. The dataset is composed of 122 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 5 run(s). Each run can be found as a specific split in each configuration, the split being named using the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_togethercomputer__RedPajama-INCITE-7B-Base.0 likes1.1k downloads3y agoHugging Face08ShivamPR21 /RedPajama-Data-V2RedPajama V2: an Open Dataset for Training Large Language Modelstext-generation0 likes878 downloads3y agoHugging Face09awettig /RedPajama-combined-15B-6K-llama Dataset Card for "RedPajama-combined-15B-6K-llama" More Information needed 1M<n<10M1 likes662 downloads3y agoHugging Face10latam-gpt /red_pajama_es_hq RedPajama's High Quality Spanish subset What is this? The following is a high-quality dataset distilled from the Spanish subsection of RedPajama-Data-v2, created using the methodology proposed in FineWEB-Edu. Usage from datasets import load_dataset ds = load_dataset("latam-gpt/red_pajama_es_hq") Filtering by quality score Documents in this corpus are scored on academic quality from 2.5 to 5, with higher scores indicating better quality. The… See the full description on the dataset page: https://huggingface.co/datasets/latam-gpt/red_pajama_es_hq.tabular100M<n<1B11 likes635 downloads2y agoHugging Face11open-llm-leaderboard-old /details_togethercomputer__RedPajama-INCITE-Base-3B-v1 Dataset Card for Evaluation run of togethercomputer/RedPajama-INCITE-Base-3B-v1 Dataset Summary Dataset automatically created during the evaluation run of model togethercomputer/RedPajama-INCITE-Base-3B-v1 on the Open LLM Leaderboard. The dataset is composed of 122 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 3 run(s). Each run can be found as a specific split in each configuration, the split being named using the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_togethercomputer__RedPajama-INCITE-Base-3B-v1.0 likes607 downloads3y agoHugging Face12awettig /RedPajama-combined-15B-8k-llama Dataset Card for "RedPajama-combined-15B-8K-llama" More Information needed 1M<n<10M0 likes595 downloads3y agoHugging Face13distily /filtered_redpajama_multilingualtext1M<n<10M1 likes445 downloads2y agoHugging Face14sade-adrien /redpajama_v2_sample_10M Dataset Card for "redpajama_v2_sample_10M" More Information needed text10M<n<100M1 likes396 downloads3y agoHugging Face15sade-adrien /redpajama_v2_sample_100M Dataset Card for "redpajama_v2_sample_100M" More Information needed text100M<n<1B0 likes372 downloads3y agoHugging Face16distily /filtered_redpajama_entext1M<n<10M0 likes301 downloads2y agoHugging Face17gair-prox /RedPajama-pro 📚 RedPajama-pro ArXiv | Models | Code RedPajama-pro is refined from RedPajama-Data-V2 using the ProX refining framework. It contains about 30B high quality tokens, ready for general language model pre-training. License RedPajama-pro is based on RedPajama-Data-V2, which is made available under an apache-2.0 license; users should also abide by the CommonCrawl ToU: https://commoncrawl.org/terms-of-use/. We do not alter the license of any of the underlying data.… See the full description on the dataset page: https://huggingface.co/datasets/gair-prox/RedPajama-pro.texttext-generation10M<n<100M4 likes294 downloads2y agoHugging Face18RaviNaik /RedPajamaTokenized1 likes281 downloads3y agoHugging Face19Shahzebbb /redpajama_100gb_processedtext100M<n<1B0 likes245 downloads3y agoHugging Face20krisbailey /RedPajama-Data-V2-1B RedPajama-Data-V2 1B Dataset Description This is a 1.01 Billion token subset of the togethercomputer/RedPajama-Data-V2 dataset (specifically derived from the sample-10B config). It was created by randomly sampling the source data. Motivation RedPajama V2 is a state-of-the-art web dataset with rich quality signals. This 1B token subset allows for rapid testing of these quality signals or other filtering experiments without needing to process the full… See the full description on the dataset page: https://huggingface.co/datasets/krisbailey/RedPajama-Data-V2-1B.texttext-generation100K<n<1M0 likes226 downloads8mo agoHugging Face21ivanzhouyq /RedPajama-Tiny Dataset Card for Dataset Name Dataset Summary This is a tiny version of the RedPajama dataset. It contains 64 samples from each of the 7 sources. This dataset is intended for developing and testing data/training pipeline for loading the full RedPajama dataset or any general HuggingFace dataset. It is very fast to download and easy to examine. You should not use it for training a full model, but you can use it for overfitting test or any other sanity checks.… See the full description on the dataset page: https://huggingface.co/datasets/ivanzhouyq/RedPajama-Tiny.texttext-generationn<1K5 likes224 downloads2y agoHugging Face22sade-adrien /redpajama_v2_sample_1M Dataset Card for "redpajama_v2_sample_1M" More Information needed text1M<n<10M1 likes223 downloads3y agoHugging Face23Tristan /RedPajama-Data-V2-sample-100B-filtered-for-regression-domains-with-domainstext1M<n<10M0 likes193 downloads2y agoHugging Face24ll922 /RedPajama-Data-1T-Sample-Backup RedPajama Data 1T Sample Backup This dataset is a backup mirror of togethercomputer/RedPajama-Data-1T-Sample. It is provided for easier access when the original dataset is unavailable or difficult to download. Usage Original: from datasets import load_dataset ds = load_dataset( "togethercomputer/RedPajama-Data-1T-Sample", split="train", trust_remote_code=True, ) Backup: from datasets import load_dataset ds = load_dataset(… See the full description on the dataset page: https://huggingface.co/datasets/ll922/RedPajama-Data-1T-Sample-Backup.texttext-generation100K<n<1M0 likes193 downloads5mo agoHugging Face25open-llm-leaderboard-old /details_togethercomputer__RedPajama-INCITE-Base-7B-v0.1 Dataset Card for Evaluation run of togethercomputer/RedPajama-INCITE-Base-7B-v0.1 Dataset Summary Dataset automatically created during the evaluation run of model togethercomputer/RedPajama-INCITE-Base-7B-v0.1 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… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_togethercomputer__RedPajama-INCITE-Base-7B-v0.1.0 likes180 downloads3y agoHugging Face26togethercomputer /RedPajama-Data-Instruct Dataset Summary RedPajama-Instruct-Data is curated from a diverse collection of NLP tasks from both P3 (BigScience) and Natural Instruction (AI2), and conduct aggressive decontamination against HELM, in two steps: (1) We first conduct semantic search using each validation example in HELM as the query and get top-100 similar instances from the Instruct data set and check tasks that have any returned instances overlapping (using 10-Gram) with the validation example. We remove the… See the full description on the dataset page: https://huggingface.co/datasets/togethercomputer/RedPajama-Data-Instruct.35 likes143 downloads3y agoHugging Face27Tristan /RedPajama-Data-V2-sample-100B-filtered-shuffled-tokenized-with-token-countstext1M<n<10M0 likes138 downloads2y agoHugging Face28erickfmm /red_pajama_es_hq_35Just a filtered version of https://huggingface.co/datasets/latam-gpt/red_pajama_es_hq with scores >=3.5 tabulartext-generation10M<n<100M0 likes128 downloads1y agoHugging Face29nhagar /redpajama-data-1t_urls Dataset Card for redpajama-data-1t_urls This dataset provides the URLs and top-level domains associated with training records in togethercomputer/RedPajama-Data-1T. It is part of a collection of datasets curated to make exploring LLM training datasets more straightforward and accessible. Dataset Details Dataset Description This dataset was created by downloading the source data, extracting URLs and top-level domains, and retaining only those record… See the full description on the dataset page: https://huggingface.co/datasets/nhagar/redpajama-data-1t_urls.text1B<n<10B0 likes122 downloads1y agoHugging Face30open-llm-leaderboard-old /details_acrastt__RedPajama-INCITE-Chat-Instruct-3B-V1 Dataset Card for Evaluation run of acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1 Dataset Summary Dataset automatically created during the evaluation run of model acrastt/RedPajama-INCITE-Chat-Instruct-3B-V1 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… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_acrastt__RedPajama-INCITE-Chat-Instruct-3B-V1.0 likes112 downloads3y agoHugging Face

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