sabilmakbar
commited on
Commit
•
a222a93
1
Parent(s):
0941d33
Fix readme
Browse files
README.md
CHANGED
@@ -392,7 +392,7 @@ dataset = load_dataset(
|
|
392 |
date_stamp="20230901"
|
393 |
)
|
394 |
```
|
395 |
-
Or you can provide a ```country``` params with similar fashion to ```lang``` args(providing both ```country``` and ```lang``` will prioritize the ```lang``` kwarg)
|
396 |
```
|
397 |
dataset = load_dataset(
|
398 |
"sabilmakbar/sea_wiki",
|
@@ -463,7 +463,7 @@ You may visit this [Wikipedia Dump Index](https://dumps.wikimedia.org/backup-ind
|
|
463 |
|
464 |
2. Activate the chosen Python/Conda environment which the requirements are being installed.
|
465 |
|
466 |
-
3. Force install ```multiprocess==0.70.15``` by using ```pip install multiprocess==0.70.15``` to avoid [this issue](https://github.com/huggingface/datasets/issues/5613#issuecomment-1703169594) (there's no other workaround for now
|
467 |
|
468 |
4. Run this ```sh``` script for extractions from Wikiedia HF using ```sh extract_raw_wiki_data_sea.sh```
|
469 |
This script will run [_```extract_raw_wiki_data.py```_](https://huggingface.co/datasets/sabilmakbar/sea_wiki/blob/main/extract_raw_wiki_data.py) to construct the Wiki Dataset.
|
|
|
392 |
date_stamp="20230901"
|
393 |
)
|
394 |
```
|
395 |
+
Or you can provide a ```country``` params with similar fashion to ```lang``` args (providing both ```country``` and ```lang``` will prioritize the ```lang``` kwarg)
|
396 |
```
|
397 |
dataset = load_dataset(
|
398 |
"sabilmakbar/sea_wiki",
|
|
|
463 |
|
464 |
2. Activate the chosen Python/Conda environment which the requirements are being installed.
|
465 |
|
466 |
+
3. Force install ```multiprocess==0.70.15``` by using ```pip install multiprocess==0.70.15``` to avoid [this issue](https://github.com/huggingface/datasets/issues/5613#issuecomment-1703169594) (there's no other workaround for now)
|
467 |
|
468 |
4. Run this ```sh``` script for extractions from Wikiedia HF using ```sh extract_raw_wiki_data_sea.sh```
|
469 |
This script will run [_```extract_raw_wiki_data.py```_](https://huggingface.co/datasets/sabilmakbar/sea_wiki/blob/main/extract_raw_wiki_data.py) to construct the Wiki Dataset.
|