Paillat commited on
Commit
90a25cc
·
unverified ·
0 Parent(s):

Create readme

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - wikipedia
6
+ - wiki
7
+ - articles
8
+ - simple-english
9
+ pretty_name: Simple Wikipedia Articles
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+ # Simple-wiki-article
14
+ This dataset is directly derived from [rahular/simple-wikipedia](https://huggingface.co/datasets/rahular/simple-wikipedia).
15
+ Various techniques were used to detect which strings were article titles, and separate the original dataset into articles, with a somewhat good accuracy.
16
+ Article content strings were merged and split with `\n`, and "<br>" was replaced with "\n" to make the dataset more usable.