sabilmakbar
commited on
Commit
•
4a4db20
1
Parent(s):
b96e729
Fix wrong html char
Browse files
README.md
CHANGED
@@ -463,9 +463,11 @@ dataset = load_dataset(
|
|
463 |
2. Activate the chosen Python/Conda environment which the requirements are being installed.
|
464 |
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, esp for Python 3.10.x)
|
465 |
4. Run this ```sh``` script for extractions from Wikimedia Dump:<\b>
|
466 |
-
|
467 |
-
|
468 |
-
|
|
|
|
|
469 |
|
470 |
## Citation Info:
|
471 |
```
|
|
|
463 |
2. Activate the chosen Python/Conda environment which the requirements are being installed.
|
464 |
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, esp for Python 3.10.x)
|
465 |
4. Run this ```sh``` script for extractions from Wikimedia Dump:<\b>
|
466 |
+
|
467 |
+
```sh extract_raw_wiki_data_sea.sh```.
|
468 |
+
5. Run this ```sh``` script of deduplication:
|
469 |
+
|
470 |
+
```sh dedup_raw_wiki_data_sea.sh```.
|
471 |
|
472 |
## Citation Info:
|
473 |
```
|