Fix Readme formatting
Browse files
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
|
|
|
|
| 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.
|