Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
10 |
This dataset contains the first paragraph of cleaned Wikipedia articles in English.
|
11 |
|
12 |
-
It was obtained by transorming the Wikipedia "20220301.en" dataset as follows:
|
13 |
```python
|
14 |
from datasets import load_dataset
|
15 |
|
|
|
9 |
|
10 |
This dataset contains the first paragraph of cleaned Wikipedia articles in English.
|
11 |
|
12 |
+
It was obtained by transorming the [Wikipedia](https://huggingface.co/datasets/wikipedia) "20220301.en" dataset as follows:
|
13 |
```python
|
14 |
from datasets import load_dataset
|
15 |
|