Update README.md
Browse files
README.md
CHANGED
@@ -683,7 +683,7 @@ Then, you can load any subset of Wikipedia per language and per date this way:
|
|
683 |
```python
|
684 |
from datasets import load_dataset
|
685 |
|
686 |
-
load_dataset("
|
687 |
```
|
688 |
|
689 |
You can find the full list of languages and dates [here](https://dumps.wikimedia.org/backup-index.html).
|
|
|
683 |
```python
|
684 |
from datasets import load_dataset
|
685 |
|
686 |
+
load_dataset("olm/wikipedia", language="sw", date="20220120")
|
687 |
```
|
688 |
|
689 |
You can find the full list of languages and dates [here](https://dumps.wikimedia.org/backup-index.html).
|