simple-wiki-article / README.md
Paillat's picture
Fix Readme formatting
79ff647 unverified
---
language:
- en
tags:
- wikipedia
- wiki
- articles
- simple-english
pretty_name: Simple Wikipedia Articles
size_categories:
- 10K<n<100K
configs:
- config_name: default
data_files: simple_wiki_titles_merged_no_empty.parquet
task_categories:
- text-generation
---
# Simple-wiki-article
This dataset is directly derived from [rahular/simple-wikipedia](https://huggingface.co/datasets/rahular/simple-wikipedia).
Various techniques were used to detect which strings were article titles, and separate the original dataset into articles, with a somewhat good accuracy.
Article content strings were merged and split with `\n`, and `<br>` was replaced with `\n` to make the dataset more usable.