TaioronBaenre
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ You can find the embeddings for other languages in the datasets `wikipedia-22-12
|
|
27 |
|
28 |
|
29 |
## Dataset Creation
|
30 |
-
The [XML data dumps](https://dumps.wikimedia.org/backup-index.html) from December 20th, 2022
|
31 |
with [wikiextractor](https://github.com/attardi/wikiextractor) (with Version: 2.75) and the following command:
|
32 |
```
|
33 |
python WikiExtractor.py --json -s --lists ../dumps/dewiki-20210101-pages-articles.xml.bz2 -o text_de
|
|
|
27 |
|
28 |
|
29 |
## Dataset Creation
|
30 |
+
The [XML data dumps](https://dumps.wikimedia.org/backup-index.html) from December 20th, 2022 were downloaded and processed
|
31 |
with [wikiextractor](https://github.com/attardi/wikiextractor) (with Version: 2.75) and the following command:
|
32 |
```
|
33 |
python WikiExtractor.py --json -s --lists ../dumps/dewiki-20210101-pages-articles.xml.bz2 -o text_de
|