victormiller
commited on
Commit
•
d6210aa
1
Parent(s):
b3e8866
Update results.py
Browse files- results.py +2 -2
results.py
CHANGED
@@ -908,9 +908,9 @@ perp1_div = Div(
|
|
908 |
Section(
|
909 |
H3("Perplexity vs Years"),
|
910 |
P("Taking the same data, we can convert it into a graph indicating the yearly trend. For most buckets, the average perplexity of dumps from more recent years seem to be lower than that of former years."),
|
911 |
-
Img(src="images/prep-across-diff-year-global-dup-buckets.png", height = "300", width = "600" ),
|
912 |
plotly2fasthtml(graph2222),
|
913 |
-
|
914 |
),
|
915 |
Section(
|
916 |
H3("Perplexity vs Document Duplication"),
|
|
|
908 |
Section(
|
909 |
H3("Perplexity vs Years"),
|
910 |
P("Taking the same data, we can convert it into a graph indicating the yearly trend. For most buckets, the average perplexity of dumps from more recent years seem to be lower than that of former years."),
|
911 |
+
#Img(src="images/prep-across-diff-year-global-dup-buckets.png", height = "300", width = "600" ),
|
912 |
plotly2fasthtml(graph2222),
|
913 |
+
|
914 |
),
|
915 |
Section(
|
916 |
H3("Perplexity vs Document Duplication"),
|