Spaces:
Running
Running
victormiller
commited on
Commit
•
cabfbe5
1
Parent(s):
0fdc018
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -697,7 +697,6 @@ filtering_process = Div(
|
|
697 |
),
|
698 |
Section(
|
699 |
H3("Wikipedia"),
|
700 |
-
wikipedia_bar,
|
701 |
H4("Download and Extraction"),
|
702 |
Ol(
|
703 |
Li("Downloaded from Wikimedia official dump of wikipedia on huggingface https://huggingface.co/datasets/wikimedia/wikipedia/tree/main"),
|
@@ -715,6 +714,7 @@ filtering_process = Div(
|
|
715 |
Ol(
|
716 |
Li("After local dedup, remaining wikipedia was deduped again with all the datasets combined"),
|
717 |
),
|
|
|
718 |
|
719 |
),
|
720 |
Section(
|
|
|
697 |
),
|
698 |
Section(
|
699 |
H3("Wikipedia"),
|
|
|
700 |
H4("Download and Extraction"),
|
701 |
Ol(
|
702 |
Li("Downloaded from Wikimedia official dump of wikipedia on huggingface https://huggingface.co/datasets/wikimedia/wikipedia/tree/main"),
|
|
|
714 |
Ol(
|
715 |
Li("After local dedup, remaining wikipedia was deduped again with all the datasets combined"),
|
716 |
),
|
717 |
+
wikipedia_bar,
|
718 |
|
719 |
),
|
720 |
Section(
|