Update curated.py
Browse files- curated.py +2 -8
curated.py
CHANGED
|
@@ -1040,13 +1040,7 @@ def curated(request):
|
|
| 1040 |
formats. These helper scripts can be located within specific directories
|
| 1041 |
or modules dedicated to the dataset.""")
|
| 1042 |
|
| 1043 |
-
|
| 1044 |
-
H2("examples"),
|
| 1045 |
-
Div(
|
| 1046 |
-
get_data(target=gen_random_id()),
|
| 1047 |
-
style="border: 1px solid #ccc; padding: 20px;",
|
| 1048 |
-
),
|
| 1049 |
-
)
|
| 1050 |
|
| 1051 |
|
| 1052 |
data_preprocessing_div = Div(
|
|
@@ -1081,7 +1075,7 @@ def curated(request):
|
|
| 1081 |
plotly2fasthtml(diff2_stacked_bar),
|
| 1082 |
P("The figure above provides a global view of the document filtering results. ~8% of documents were removed during these three steps."),
|
| 1083 |
filtering_process,
|
| 1084 |
-
data_preparation_div,
|
| 1085 |
#H2("Local Deduplication"), are these numbers even right?
|
| 1086 |
#local_dedup_text,
|
| 1087 |
#table_div_data_pipe,
|
|
|
|
| 1040 |
formats. These helper scripts can be located within specific directories
|
| 1041 |
or modules dedicated to the dataset.""")
|
| 1042 |
|
| 1043 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1044 |
|
| 1045 |
|
| 1046 |
data_preprocessing_div = Div(
|
|
|
|
| 1075 |
plotly2fasthtml(diff2_stacked_bar),
|
| 1076 |
P("The figure above provides a global view of the document filtering results. ~8% of documents were removed during these three steps."),
|
| 1077 |
filtering_process,
|
| 1078 |
+
#data_preparation_div,
|
| 1079 |
#H2("Local Deduplication"), are these numbers even right?
|
| 1080 |
#local_dedup_text,
|
| 1081 |
#table_div_data_pipe,
|