Spaces:
Running
Running
victormiller
commited on
Commit
•
84ec919
1
Parent(s):
5d321b6
Update results.py
Browse files- results.py +6 -7
results.py
CHANGED
@@ -752,14 +752,13 @@ table_html = dataset_comparison.to_html(index=False, border=0)
|
|
752 |
table_div_1 = Div(Center(NotStr(table_html), style="margin: 40px;"))
|
753 |
|
754 |
intro_div = Div(
|
755 |
-
H2("TxT360 Results")
|
756 |
H3("What This Section Contains"),
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
),
|
763 |
)
|
764 |
|
765 |
|
|
|
752 |
table_div_1 = Div(Center(NotStr(table_html), style="margin: 40px;"))
|
753 |
|
754 |
intro_div = Div(
|
755 |
+
H2("TxT360 Results"),
|
756 |
H3("What This Section Contains"),
|
757 |
+
P("This section provides brief upsampling ablation examples and detailed perplexity analysis of CommonCrawl snapshots. The section is split into the following topic areas: "),
|
758 |
+
Ul(
|
759 |
+
Li("Upsampling Experiment: TxT360 vs FineWeb", style = "margin-bottom: 5px"),
|
760 |
+
Li("Perplexity Evaluation on Duplicate Data", style = "margin-bottom: 5px"),
|
761 |
+
),
|
|
|
762 |
)
|
763 |
|
764 |
|