Spaces:
Running
Running
victormiller
commited on
Commit
•
09f21fd
1
Parent(s):
3c94849
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -908,7 +908,7 @@ filtering_process = Div(
|
|
908 |
H3("PG-19"),
|
909 |
P("A collection of books from Project Gutenberg, a digital library of public domain works. This contains all the books that were published before 1919."),
|
910 |
P(B("Download and Extraction: "), "The dataset was downloaded directly from Huggingface: ", A("https://huggingface.co/datasets/deepmind/pg19", href="https://huggingface.co/datasets/deepmind/pg19"), "."),
|
911 |
-
P(B("Filters Applied:"))
|
912 |
Ul(
|
913 |
Li("Language Filter: English", style = "margin-bottom: -3px"),
|
914 |
Li("Minimum Word Count Filter: 20", style = "margin-bottom: -3px"),
|
|
|
908 |
H3("PG-19"),
|
909 |
P("A collection of books from Project Gutenberg, a digital library of public domain works. This contains all the books that were published before 1919."),
|
910 |
P(B("Download and Extraction: "), "The dataset was downloaded directly from Huggingface: ", A("https://huggingface.co/datasets/deepmind/pg19", href="https://huggingface.co/datasets/deepmind/pg19"), "."),
|
911 |
+
P(B("Filters Applied:")),
|
912 |
Ul(
|
913 |
Li("Language Filter: English", style = "margin-bottom: -3px"),
|
914 |
Li("Minimum Word Count Filter: 20", style = "margin-bottom: -3px"),
|