File size: 692 Bytes
90a25cc e045a18 8149c44 90a25cc 79ff647 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
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. |