Paillat commited on
Commit
79ff647
·
unverified ·
1 Parent(s): 8149c44

Fix Readme formatting

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,4 +18,4 @@ task_categories:
18
  # Simple-wiki-article
19
  This dataset is directly derived from [rahular/simple-wikipedia](https://huggingface.co/datasets/rahular/simple-wikipedia).
20
  Various techniques were used to detect which strings were article titles, and separate the original dataset into articles, with a somewhat good accuracy.
21
- Article content strings were merged and split with `\n`, and "<br>" was replaced with "\n" to make the dataset more usable.
 
18
  # Simple-wiki-article
19
  This dataset is directly derived from [rahular/simple-wikipedia](https://huggingface.co/datasets/rahular/simple-wikipedia).
20
  Various techniques were used to detect which strings were article titles, and separate the original dataset into articles, with a somewhat good accuracy.
21
+ Article content strings were merged and split with `\n`, and `<br>` was replaced with `\n` to make the dataset more usable.