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
01jiviteshjn /fineweb-edu-zh-chengyu-cpt Fineweb-Edu Chinese — Chengyu-Tagged Continued-Pretraining Corpus A 3.74M-document Chinese corpus (~7.8B tokens) for continued pretraining on cultural knowledge in figurative language, built from the highest-quality tier of opencsg/Fineweb-Edu-Chinese-V2.1. Each document is educational Chinese text containing at least one culturally vetted chengyu, with an appended 【成语注释】 knowledge block listing every matched idiom's figurative meaning(s) and classical source citation. This is a… See the full description on the dataset page: https://huggingface.co/datasets/jiviteshjn/fineweb-edu-zh-chengyu-cpt.tabulartext-generation1M<n<10M1 likes1.8k downloads2mo agoHugging Face02RioYokotaLab /fineweb-edutabular100M<n<1B0 likes826 downloads1y agoHugging Face03yoheikobashi /fineweb_edu_10B_for_crypto-LLMtext10M<n<100M0 likes666 downloads2y agoHugging Face04Michaelyya /fineweb-edu-climatetext1M<n<10M0 likes446 downloads9mo agoHugging Face05opencsg /Fineweb-Edu-Chinese-V2.3 Chinese Fineweb Edu Dataset V2.3 中文 | English OpenCSG 社区 | GitHub | 数据集许可协议 数据集简介 Chinese Fineweb Edu Dataset V2.3 是 OpenCSG 面向中文教育、知识问答、指令微调和文本生成场景构建的高质量中文教育 SFT 数据集。 该版本包含 23.04 万条高质量中文教育 QA pairs,并将同一批问答对发布为 Alpaca、Messages、Messages-no-system 三种训练格式。三种格式面向不同训练模板,建议训练时按模型和框架选择其中一种格式使用,而不是将不同格式简单相加作为独立知识规模。 V2.3 是在 V2.2 基础上的质量升级版本。针对 V2.2 社区反馈和内部质量审计中出现的重复模式、异常中英文混入、噪声片段、弱证据支撑回答和低质量合成输出等问题,V2.3 提高了源文本进入生成环节的门槛,并优化了问答生成与过滤逻辑。 在数据构建上,V2.3 从约 2.3T… See the full description on the dataset page: https://huggingface.co/datasets/opencsg/Fineweb-Edu-Chinese-V2.3.texttext-generation100K<n<1M1 likes369 downloads3mo agoHugging Face06Michaelyya /fineweb-edu-v2-FastT FineWeb-Edu v2 - FastText Climate Filtered A climate and environment-focused subset of sraj/finewebedu-climate-v2, further filtered using a trained FastText binary classifier. Overview This dataset applies a supervised FastText climate classifier to the FineWeb-Edu climate v2 dataset. Each record includes a climate probability score from the classifier, providing a confidence measure for climate relevance. Pipeline Source: sraj/finewebedu-climate-v2… See the full description on the dataset page: https://huggingface.co/datasets/Michaelyya/fineweb-edu-v2-FastT.texttext-classification100K<n<1M0 likes267 downloads8mo agoHugging Face07NanoMatriX /fineweb-edu-dedup6mtext1M<n<10M0 likes259 downloads8mo agoHugging Face08ZhuofengLi /fineweb-edu-pretokenized-llama3-100b FineWeb-Edu Pretokenized with Llama 3.1 (100B) This repository contains the sample/100BT subset of FineWeb-Edu, pretokenized for Megatron-LM-style training with meta-llama/Meta-Llama-3.1-8B. It is a derived, pretokenized version of the upstream data, not an official Hugging Face FineWeb release. Dataset summary 140 indexed shards 97,270,686 non-empty documents 97,458,793,013 tokens English web text from FineWeb-Edu sample/100BT Source dataset revision:… See the full description on the dataset page: https://huggingface.co/datasets/ZhuofengLi/fineweb-edu-pretokenized-llama3-100b.tabularn<1K0 likes255 downloads2mo agoHugging Face09secmlr /fineweb-edutabular10M<n<100M0 likes252 downloads2mo agoHugging Face10yoheikobashi /fineweb-edu-100BT-samples-not-in-10BTtext100K<n<1M0 likes159 downloads1y agoHugging Face11onyx-ai /FineWeb-Edu-Sample-BT100-1-4The 1-4 parquet files of the fineweb-edu sample bt100 mixed up and turned up to 1 jsonl file. This is for users who dont have a NASA PC. text1M<n<10M0 likes83 downloads12d agoHugging Face12mlx-community /fineweb-edu-1m train splitt = 1M validation nsplitt = 1024 text1M<n<10M0 likes74 downloads2mo agoHugging Face13mlx-community /fineweb-edu-100KCode used to create this: import json from itertools import islice from datasets import load_dataset from tqdm import tqdm DATASET_NAME = "HuggingFaceFW/fineweb-edu" DATASET_CONFIG = "sample-10BT" NUM_SAMPLES = 100_000 BATCH_SIZE = 5_000 OUTPUT_PATH = "pretrain_100k.jsonl" dataset = load_dataset( DATASET_NAME, DATASET_CONFIG, split="train", streaming=True, ) dataset_iter = iter(dataset) written = 0 with open(OUTPUT_PATH, "w", encoding="utf-8") as f: progress = tqdm(… See the full description on the dataset page: https://huggingface.co/datasets/mlx-community/fineweb-edu-100K.text100K<n<1M1 likes60 downloads2mo agoHugging Face14BootsofLagrangian /fineweb-edu-100b-smollmv2-tokenizedtextn<1K0 likes41 downloads9mo agoHugging Face15MultivexAI /FineWeb-Edu-Analytic FineWeb-Edu-Analytic (v1) FineWeb-Edu-Analytic (v1) is an English-language dataset containing 9908 documents, intended as a resource for training language models. The dataset was generated by taking text sequences from the FineWeb-Edu dataset (CC-MAIN-2025-26 subset) to serve as a source. Each source sequence was then processed by a 48-billion parameter language model to generate a corresponding structured, analytical document. Disclaimer: This dataset is not affiliated with the… See the full description on the dataset page: https://huggingface.co/datasets/MultivexAI/FineWeb-Edu-Analytic.text1K<n<10K0 likes32 downloads3mo agoHugging Face16toklens /fineweb_edu_10bttext100K<n<1M0 likes32 downloads4mo agoHugging Face17agentlans /finewebedu-conversation FineWebEdu-Conversation FineWebEdu-Conversation is a dataset containing excerpts from HuggingFaceFW/fineweb-edu, enriched with generated conversations between an ordinary person and an expert. The format simulates a natural interview-style dialogue. Dataset Creation Source: FineWebEdu excerpts. Methodology: Chunking: Segmented into chunks of approximately 1950 Llama 3 tokens. Conversation Generation: Used agentlans/Llama3.1-LexiHermes-SuperStorm and a model distilled… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/finewebedu-conversation.text1K<n<10K2 likes27 downloads1y agoHugging Face18Lambent /1M-finewebedu-samples256tTotal tokens in matching entries: 196_670_428 Average tokens per entry: 196.67 tabular1M<n<10M1 likes23 downloads2y agoHugging Face19agentlans /finewebedu-guru FineWebEdu-Guru A high-quality dataset collection for training interactive expert large language models (LLMs) These are general educational web content with no specific focus To specialize the LLMs for your own data, you'll need other models to generate the training data such as agentlans/Qwen2.5-1.5B-Refiner agentlans/Qwen2.5-1.5B-Instruct-Conversation-Maker agentlans/Qwen2.5-1.5B-Instruct-Multiple-Choice-Maker agentlans/Qwen2.5-1.5B-Instruct-Short-Answer-Maker Dataset… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/finewebedu-guru.texttext-generation10K<n<100K0 likes23 downloads1y agoHugging Face20agentlans /finewebedu-nli Dataset Card for Fineweb-edu NLI Dataset Dataset Description The Fineweb-edu NLI Dataset consists of pairs of sentences, where each pair includes a "premise" and a "hypothesis." The goal is to classify the relationship between the premise and hypothesis into three categories: Label 0: The hypothesis is supported by the premise (entailment). Label 1: The hypothesis is related but not directly supported by the premise (neutral). Label 2: The hypothesis contradicts the… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/finewebedu-nli.text100K<n<1M0 likes21 downloads2y agoHugging Face21TokenHaven /FineWeb-Edu-Spanish High Quality Spanish Corpus This dataset contains a sample of a large collection of high-quality Spanish text data with their metadata. To access the full data please visit Token Haven Creation The dataset was created by filtering all English common crawl data for high-quality text using the FineWeb-Edu classifier with education score of 4 or higher over 5. The data is source from the v1.0.0 of the HuggingFaceFW/fineweb-edu dataset which corresponds to… See the full description on the dataset page: https://huggingface.co/datasets/TokenHaven/FineWeb-Edu-Spanish.texttext-generationn<1K0 likes20 downloads1y agoHugging Face22TokenHaven /FineWeb-Edu-Arabic High Quality Arabic Corpus This dataset contains a large collection of high-quality Arabic text data with their metadata. To access the full data please visit Token Haven Creation The dataset was created by filtering all English common crawl data for high-quality text using the FineWeb-Edu classifier with education score of 4 or higher over 5. The data is source from the v1.0.0 of the HuggingFaceFW/fineweb-edu dataset which corresponds to CC-MAIN-2024-10 from… See the full description on the dataset page: https://huggingface.co/datasets/TokenHaven/FineWeb-Edu-Arabic.texttext-generationn<1K0 likes20 downloads1y agoHugging Face23rulins /FineWeb-Edu-1BTA subset of FineWeb-Edu randomly sampled from the whole dataset of around 1B gpt2 tokens. This dataset is created for illustration purpose in retrieval-scaling. Please do not distribute. tabular100K<n<1M1 likes17 downloads2y agoHugging Face24rulins /FineWeb-Edu-1MTA subset of FineWeb-Edu randomly sampled from the whole dataset of around 1M gpt2 tokens. This dataset is created for illustration purpose in retrieval-scaling. Please do not distribute. tabular1K<n<10K0 likes16 downloads2y agoHugging Face25Symato /fineweb_edu_10bt_shuffledtext100K<n<1M0 likes16 downloads2y agoHugging Face26mlx-community /fineweb-edu-500k200K samples text100K<n<1M0 likes16 downloads2mo agoHugging Face27Lambent /100k-finewebedu-samples2048tTotal tokens in matching entries: 140_782_625 Average tokens per entry: 1407.83 tabular100K<n<1M0 likes15 downloads2y agoHugging Face28Lambent /1M-finewebedu-samples1024tTotal tokens in matching entries: 732318957 Average tokens per entry: 732.32 tabular1M<n<10M0 likes14 downloads2y agoHugging Face29Lambent /1M-finewebedu-samples2048tTotal tokens in matching entries: 1_392_312_785 Average tokens per entry: 1392.31 tabular100K<n<1M0 likes14 downloads2y agoHugging Face30agentlans /finewebedu-sft FineWeb-Edu Supervised Finetuning Dataset Model Description This dataset is designed for training language models to generate supervised finetuning data from raw text. It consists of text passages and corresponding question-answer pairs in JSONLines format. Intended Use The primary purpose of this dataset is to enable large language models (LLMs) to generate high-quality supervised finetuning data from raw text inputs, useful for creating custom datasets for… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/finewebedu-sft.textquestion-answering10K<n<100K0 likes14 downloads2y agoHugging Face

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