victormiller
commited on
Commit
•
67db2ef
1
Parent(s):
46eda72
Update results.py
Browse files- results.py +2 -0
results.py
CHANGED
@@ -790,12 +790,14 @@ perp1_div = Div(
|
|
790 |
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."),
|
791 |
Img(src="images/prep-across-diff-year-global-dup-buckets.png", height = "300", width = "600" ),
|
792 |
plotly2fasthtml(graph2),
|
|
|
793 |
),
|
794 |
Section(
|
795 |
H3("Perplexity vs Document Duplication"),
|
796 |
P("We can also break each bucket into distinct document counts. The graph becomes a bit noisy at the end because of insufficient samples with larger duplication counts."),
|
797 |
Img(src="images/prep-across-diff-docs-dup-count-global.png", height = "300", width = "600" ),
|
798 |
plotly2fasthtml(graph3),
|
|
|
799 |
),
|
800 |
Section(
|
801 |
H3("Perplexity vs Dump Duplication"),
|
|
|
790 |
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."),
|
791 |
Img(src="images/prep-across-diff-year-global-dup-buckets.png", height = "300", width = "600" ),
|
792 |
plotly2fasthtml(graph2),
|
793 |
+
P("NEED TO UPDATE - THIS GRAPH SHOULD MATCH THE IMAGE ABOVE AND YEAR SHOULD NOT BE a LINE OPTION"),
|
794 |
),
|
795 |
Section(
|
796 |
H3("Perplexity vs Document Duplication"),
|
797 |
P("We can also break each bucket into distinct document counts. The graph becomes a bit noisy at the end because of insufficient samples with larger duplication counts."),
|
798 |
Img(src="images/prep-across-diff-docs-dup-count-global.png", height = "300", width = "600" ),
|
799 |
plotly2fasthtml(graph3),
|
800 |
+
P("NEED TO UPDATE - THIS GRAPH SHOULD MATCH THE IMAGE ABOVE AND BUCKET SHOULD NOT BE a LINE OPTION"),
|
801 |
),
|
802 |
Section(
|
803 |
H3("Perplexity vs Dump Duplication"),
|