Tristan commited on
Commit
ed574be
1 Parent(s): 02f9fc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("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).
 
683
  ```python
684
  from datasets import load_dataset
685
 
686
+ load_dataset("olm/wikipedia", language="en", date="20220920")
687
  ```
688
 
689
  You can find the full list of languages and dates [here](https://dumps.wikimedia.org/backup-index.html).