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
01wikimedia /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump… See the full description on the dataset page: https://huggingface.co/datasets/wikimedia/wikipedia.texttext-generation10M<n<100M1.5k likes276k downloads3y agoHugging Face02BramVanroy /wikipedia_culturax_dutch Filtered CulturaX + Wikipedia for Dutch This is a combined and filtered version of CulturaX and Wikipedia, only including Dutch. It is intended for the training of LLMs. Different configs are available based on the number of tokens (see a section below with an overview). This can be useful if you want to know exactly how many tokens you have. Great for using as a streaming dataset, too. Tokens are counted as white-space tokens, so depending on your tokenizer, you'll likely end up… See the full description on the dataset page: https://huggingface.co/datasets/BramVanroy/wikipedia_culturax_dutch.texttext-generation1B<n<10B6 likes10k downloads2y agoHugging Face03stanford-oval /wikipediaThis dataset contains preprocessed and chunked Wikipedia HTML dumps from 25 languages. Refer to the following for more information: GitHub repository: https://github.com/stanford-oval/WikiChat Papers: WikiChat: Stopping the Hallucination of Large Language Model Chatbots by Few-Shot Grounding on Wikipedia SPAGHETTI: Open-Domain Question Answering from Heterogeneous Data Sources with Retrieval and Semantic Parsing WikiChat Stopping the… See the full description on the dataset page: https://huggingface.co/datasets/stanford-oval/wikipedia.texttext-retrieval100M<n<1B14 likes5.7k downloads1y agoHugging Face04omarkamali /wikipedia-monthly 🚀 Wikipedia Monthly Last updated: March 14, 2026, 21:06 UTC This repository provides monthly, multilingual dumps of Wikipedia, processed and prepared for easy use in NLP projects. 📊 Current Statistics Metric Current Export (March 2026) All Exports (Total) Languages 343 361 Articles 62.8M 62.8M Usage Load any language with a single line of code using 🤗 datasets. latest always refers to the most recent dump, while dated configs refer to… See the full description on the dataset page: https://huggingface.co/datasets/omarkamali/wikipedia-monthly.texttext-generation100M<n<1B81 likes5.6k downloads6mo agoHugging Face05laion /Wikipedia-AbstractWikipedia Abstract Introducing Wikipedia Abstract, a comprehensive dataset encompassing abstracts, complete articles, and a popularity score index for both widely spoken and lesser-known Wikipedia subsets. Our dedication to Wikipedia-X ensures a centralized Wikipedia dataset that undergoes regular updates and adheres to the highest standards. A central focus of our efforts was to include exotic languages that often lack up-to-date Wikipedia dumps or may not have any dumps at all.… See the full description on the dataset page: https://huggingface.co/datasets/laion/Wikipedia-Abstract.texttext-classification10M<n<100M9 likes4.3k downloads2y agoHugging Face06graelo /wikipediaWikipedia dataset containing cleaned articles of all languages. The datasets are built from the Wikipedia dump (https://dumps.wikimedia.org/) with one split per language. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.).texttext-generation100M<n<1B72 likes2.7k downloads3y agoHugging Face070xDing /wikipedia-cn-20230720-filtered本数据集基于中文维基2023年7月20日的dump存档。作为一项以数据为中心的工作,本数据集仅保留了 254,547条 质量较高的词条内容。具体而言: 过滤了Template, Category, Wikipedia, File, Topic, Portal, MediaWiki, Draft, Help等特殊类型的词条 使用启发式的方法和自有的NLU模型过滤了一部分质量较低的词条 过滤了一部分内容较为敏感或存在争议性的词条。 进行了简繁转换和习惯用词转换,确保符合中国大陆地区的习惯用词。 This dataset is based on the Chinese Wikipedia dump archive from July 20th, 2023. As a data-centric effort, the dataset retains 254,574 high-quality entries. Specifically: Entries of special types such as Template, Category, Wikipedia, File, Topic… See the full description on the dataset page: https://huggingface.co/datasets/0xDing/wikipedia-cn-20230720-filtered.texttext-generation100K<n<1M173 likes2.2k downloads3y agoHugging Face08BEE-spoke-data /wikipedia-20230901.en-deduped wikipedia - 20230901.en - deduped purpose: train with less data while maintaining (most) of the quality This is really more of a "high quality diverse sample" rather than "we are trying to remove literal duplicate documents". Source dataset: graelo/wikipedia. configs default command: python -m text_dedup.minhash \ --path $ds_name \ --name $dataset_config \ --split $data_split \ --cache_dir "./cache" \ --output $out_dir \ --column $text_column \… See the full description on the dataset page: https://huggingface.co/datasets/BEE-spoke-data/wikipedia-20230901.en-deduped.texttext-generation10M<n<100M6 likes1.5k downloads9mo agoHugging Face09yuhuanstudio /wikipedia-zh 中文维基百科纯文本数据集(简体中文) 一个条目一条记录,保留章节结构,可直接用于语言模型预训练。 📅 当前版本:2609(维基百科 dump 日期:2026/9/1) 字段 字段 说明 id 维基百科条目 ID title 条目标题 url 条目原文网址(用未经繁简转换的原始标题组成,直接命中不跳转) text 条目全文。第一行为标题,章节以 ## 标示,列表为 - ,表格行以 | 分隔,代码用 ``` 围栏,公式保留 LaTeX 并以 $ 包住 不含图说——图说说的是“这张图是什么”,不是条目本身的叙述,它在 图文配对版 与 图文交错版 里。 侧边信息框的事实会抽出来接在文末的 ## 基本资料 章节——生卒年、面积、成立年份 这些往往只写在信息框里,正文不会重复。字段名取自维基自己的模板定义,不是猜的。 没有长度过滤:一句话的条目也是完整的知识内容,要筛随时可以自己做, 被丢掉的救不回来。 2607 以前与 2608 起的差异… See the full description on the dataset page: https://huggingface.co/datasets/yuhuanstudio/wikipedia-zh.texttext-generation1M<n<10M7 likes1.4k downloads22d agoHugging Face10pszemraj /simple_wikipedia simple wikipedia the 'simple' split of Wikipedia, from Sept 1 2023. The train split contains about 65M tokens, Pulled via: dataset = load_dataset( "wikipedia", language="simple", date="20230901", beam_runner="DirectRunner" ) stats train split general info <class 'pandas.core.frame.DataFrame'> RangeIndex: 226242 entries, 0 to 226241 Data columns (total 4 columns): # Column Non-Null Count Dtype --- ------ -------------- ----- 0 id… See the full description on the dataset page: https://huggingface.co/datasets/pszemraj/simple_wikipedia.texttext-generation100K<n<1M11 likes1.3k downloads9mo agoHugging Face11yuhuanstudio /wikipedia-zh-tw 中文維基百科純文字資料集(台灣正體中文) 一個條目一筆記錄,保留章節結構,可直接用於語言模型預訓練。 📅 目前版本:2609(維基百科 dump 日期:2026/9/1) 欄位 欄位 說明 id 維基百科條目 ID title 條目標題 url 條目原文網址(用未經繁簡轉換的原始標題組成,直接命中不轉址) text 條目全文。第一行為標題,章節以 ## 標示,列表為 - ,表格列以 | 分隔,程式碼用 ``` 圍欄,公式保留 LaTeX 並以 $ 包住 不含圖說——圖說說的是「這張圖是什麼」,不是條目本身的敘述,它在 圖文配對版 與 圖文交錯版 裡。 側邊資訊框的事實會抽出來接在文末的 ## 基本資料 章節——生卒年、面積、成立年份 這些往往只寫在資訊框裡,正文不會重複。欄位名取自維基自己的模板定義,不是猜的。 沒有長度過濾:一句話的條目也是完整的知識內容,要篩隨時可以自己做, 被丟掉的救不回來。 2607 以前與 2608 起的差異… See the full description on the dataset page: https://huggingface.co/datasets/yuhuanstudio/wikipedia-zh-tw.texttext-generation1M<n<10M7 likes1.2k downloads22d agoHugging Face12OpenLLM-France /wikipedia Plain text of Wikipedia Dataset Description Size Example use (python) Data fields Notes on data formatting License Aknowledgements Citation Dataset Description This dataset is a plain text version of pages from wikipedia.org spaces for several languages (English, German, French, Spanish, Italian). The text is without HTML tags nor wiki templates. It just includes markdown syntax for headers, lists and tables. See Notes on data formatting for more details. It was… See the full description on the dataset page: https://huggingface.co/datasets/OpenLLM-France/wikipedia.texttext-generation10M<n<100M5 likes1.1k downloads2y agoHugging Face13zetavg /zh-tw-wikipedia 台灣正體中文維基百科 (zh-tw Wikipedia) 截至 2023 年 5 月,中文維基百科 2,533,212 篇條目的台灣正體文字內容。每篇條目為一列 (row),包含 HTML 以及 Markdown 兩種格式。 A nearly-complete collection of 2,533,212 Traditional Chinese (zh-tw) Wikipedia pages, gathered between May 1, 2023, and May 7, 2023. Includes both the original HTML format and an auto-converted Markdown version, which has been processed using vinta/pangu.py. 於 2023 年 5 月 1 日至 5 月 7 日間取自維基百科 action=query & prop=extracts API,內容皆與維基百科網站之台灣正體版本一致,沒有繁簡體混雜的問題。 For development… See the full description on the dataset page: https://huggingface.co/datasets/zetavg/zh-tw-wikipedia.tabulartext-generation1M<n<10M30 likes871 downloads3y agoHugging Face14range3 /wikipedia-ja-20230101 range3/wikipedia-ja-20230101 This dataset consists of a parquet file from the wikipedia dataset with only Japanese data extracted. It is generated by the following python code. このデータセットは、wikipediaデータセットの日本語データのみを抽出したparquetファイルで構成されます。以下のpythonコードによって生成しています。 import datasets dss = datasets.load_dataset( "wikipedia", language="ja", date="20230101", beam_runner="DirectRunner", ) for split,ds in dss.items(): ds.to_parquet(f"wikipedia-ja-20230101/{split}.parquet") texttext-generation1M<n<10M6 likes861 downloads4y agoHugging Face15Reza2kn /Wikipedia-EN-FA-Accessibility-Bridge Wikipedia EN-FA Accessibility Bridge Current, attributable English and Persian Wikipedia article snapshots for pages created during a 69-day recency window, plus an EN↔FA counterpart index and static accessibility signals. The reproducible full baseline is the official 2026-08-01 Wikimedia dump: 6,289,549 English articles without Persian, 129,821 Persian articles without English, and 22,277,907 namespace-0 pages in the combined parity index. Redirects are retained in the parity… See the full description on the dataset page: https://huggingface.co/datasets/Reza2kn/Wikipedia-EN-FA-Accessibility-Bridge.tabulartranslation10M<n<100M1 likes661 downloads1mo agoHugging Face16anisafifi /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump, and you… See the full description on the dataset page: https://huggingface.co/datasets/anisafifi/wikipedia.texttext-generation10M<n<100M0 likes617 downloads8mo agoHugging Face17GGUFGuy /wikipedia-viewerwikipedia dataset, now with viewer enabled! :D Dataset Card for Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The datasets are built from the Wikipedia dump (https://dumps.wikimedia.org/) with one split per language. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). The articles are parsed using the mwparserfromhell tool, which can be… See the full description on the dataset page: https://huggingface.co/datasets/GGUFGuy/wikipedia-viewer.texttext-generation10M<n<100M0 likes589 downloads1mo agoHugging Face18knightcy /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump… See the full description on the dataset page: https://huggingface.co/datasets/knightcy/wikipedia.texttext-generation10M<n<100M0 likes531 downloads3mo agoHugging Face19jessteru /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump… See the full description on the dataset page: https://huggingface.co/datasets/jessteru/wikipedia.texttext-generation10M<n<100M1 likes514 downloads3mo agoHugging Face20AspectRS /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump… See the full description on the dataset page: https://huggingface.co/datasets/AspectRS/wikipedia.texttext-generation10M<n<100M1 likes512 downloads2mo agoHugging Face21akahana /wikipedia-full Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump, and you… See the full description on the dataset page: https://huggingface.co/datasets/akahana/wikipedia-full.texttext-generation10M<n<100M2 likes508 downloads9mo agoHugging Face22rancper /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump… See the full description on the dataset page: https://huggingface.co/datasets/rancper/wikipedia.texttext-generation10M<n<100M0 likes492 downloads1mo agoHugging Face23agentlans /wikipedia-paragraphs Wikipedia Paragraph Samples Dataset Description This dataset contains paragraphs extracted from randomly selected English Wikipedia articles. It provides a diverse sample of Wikipedia content across various topics. Dataset Details Name: Wikipedia Paragraph Samples Version: 1.0 Date Created: 2024-08-20 Language: English Format: JSONLines Contents Each line in the dataset represents a single paragraph and contains two fields: Title of the Wikipedia… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/wikipedia-paragraphs.texttext-classification10K<n<100K3 likes436 downloads2y agoHugging Face24chris951027 /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump, and you… See the full description on the dataset page: https://huggingface.co/datasets/chris951027/wikipedia.texttext-generation10M<n<100M0 likes405 downloads9mo agoHugging Face25wanng /wikipedia-zh-mnbvc zhwiki-mnbvc 分项目:爬取并处理中文维基百科语料 数据时间:202302-202305 (持续更新) 主项目:MNBVC(Massive Never-ending BT Vast Chinese corpus)超大规模中文语料集 https://github.com/esbatmop/MNBVC 该项目清洗流程主要参考:https://kexue.fm/archives/4176/comment-page-1 并且使用组员开发的去重工具进行数据格式化。 总行数(样本): 10,754,146 一个示例: { "文件名": "cleaned/zhwiki-20230420/folder_0/723712.txt", "是否待查文件": false, "是否重复文件": false, "文件大小": 558, "simhash": 14363740497821204542, "最长段落长度": 142, "段落数": 6, "去重段落数": 6, "低质量段落数": 0, "段落": [ {… See the full description on the dataset page: https://huggingface.co/datasets/wanng/wikipedia-zh-mnbvc.tabulartext-generation1M<n<10M6 likes390 downloads3y agoHugging Face26vietgpt /wikipedia_en Wikipedia Source: https://huggingface.co/datasets/wikipedia Num examples: 6,623,239 Language: English from datasets import load_dataset load_dataset("tdtunlp/wikipedia_en") texttext-generation1M<n<10M9 likes382 downloads3y agoHugging Face27wannaphong /wikipedia-monthly 🚀 Wikipedia Monthly Last updated: March 14, 2026, 21:06 UTC This repository provides monthly, multilingual dumps of Wikipedia, processed and prepared for easy use in NLP projects. 📊 Current Statistics Metric Current Export (March 2026) All Exports (Total) Languages 343 361 Articles 62.8M 62.8M Usage Load any language with a single line of code using 🤗 datasets. latest always refers to the most recent dump, while dated configs refer to… See the full description on the dataset page: https://huggingface.co/datasets/wannaphong/wikipedia-monthly.texttext-generation1M<n<10M0 likes350 downloads5mo agoHugging Face28sirzmkk /zh-tw-wikipedia 台灣正體中文維基百科 (zh-tw Wikipedia) 截至 2023 年 5 月,中文維基百科 2,533,212 篇條目的台灣正體文字內容。每篇條目為一列 (row),包含 HTML 以及 Markdown 兩種格式。 A nearly-complete collection of 2,533,212 Traditional Chinese (zh-tw) Wikipedia pages, gathered between May 1, 2023, and May 7, 2023. Includes both the original HTML format and an auto-converted Markdown version, which has been processed using vinta/pangu.py. 於 2023 年 5 月 1 日至 5 月 7 日間取自維基百科 action=query & prop=extracts API,內容皆與維基百科網站之台灣正體版本一致,沒有繁簡體混雜的問題。 For development… See the full description on the dataset page: https://huggingface.co/datasets/sirzmkk/zh-tw-wikipedia.tabulartext-generation1M<n<10M0 likes343 downloads5mo agoHugging Face29Dragnoz /wikipedia Dataset Card for Wikimedia Wikipedia Dataset Summary Wikipedia dataset containing cleaned articles of all languages. The dataset is built from the Wikipedia dumps (https://dumps.wikimedia.org/) with one subset per language, each containing a single train split. Each example contains the content of one full Wikipedia article with cleaning to strip markdown and unwanted sections (references, etc.). All language subsets have already been processed for recent dump, and you… See the full description on the dataset page: https://huggingface.co/datasets/Dragnoz/wikipedia.texttext-generation10M<n<100M0 likes330 downloads7mo agoHugging Face30marin-community /wikipedia-markdown Marin Markdownified Wikipedia Markdownified Wikipedia is a large-scale, pre-processed version of the English Wikipedia Enterprise HTML dump consisting of 8.59B tokens. The corpus has been converted to clean, section-aware Markdown for language-model training. Value Tokens 8 587 224 558 Primary source https://dumps.wikimedia.org/other/enterprise_html/runs/20241201/enwiki-NS0-20241201-ENTERPRISE-HTML.json.tar.gz File format JSONL License CC-BY-SA 4.0 (mirrors… See the full description on the dataset page: https://huggingface.co/datasets/marin-community/wikipedia-markdown.texttext-generation1M<n<10M7 likes310 downloads1y agoHugging Face

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