victormiller commited on
Commit
29ec6a3
1 Parent(s): 14babcc

Update results.py

Browse files
Files changed (1) hide show
  1. results.py +1 -2
results.py CHANGED
@@ -909,9 +909,8 @@ perp1_div = Div(
909
  Section(
910
  H3("Perplexity vs Document Duplication"),
911
  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."),
912
- Img(src="images/prep-across-diff-docs-dup-count-global.png", height = "300", width = "600" ),
913
  plotly2fasthtml(graph3),
914
- P("NEED TO UPDATE - THIS GRAPH SHOULD MATCH THE IMAGE ABOVE AND BUCKET SHOULD NOT BE a LINE OPTION"),
915
  ),
916
  Section(
917
  H3("Perplexity vs Dump Duplication"),
 
909
  Section(
910
  H3("Perplexity vs Document Duplication"),
911
  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."),
912
+ #Img(src="images/prep-across-diff-docs-dup-count-global.png", height = "300", width = "600" ),
913
  plotly2fasthtml(graph3),
 
914
  ),
915
  Section(
916
  H3("Perplexity vs Dump Duplication"),