Spaces:
Sleeping
Sleeping
victormiller
commited on
Update results.py
Browse files- results.py +1 -1
results.py
CHANGED
@@ -13,7 +13,7 @@ intro_div = Div(
|
|
13 |
perp1_div = Div(
|
14 |
H3("Perplexity vs Buckets"),
|
15 |
P("For each bucket, we aggregated all the chunks that belong to a single year and calculated the average perplexity for each (bucket, year) data point."),
|
16 |
-
Img(src="images/prep-diff-buckets-global.png", height = "
|
17 |
)
|
18 |
|
19 |
|
|
|
13 |
perp1_div = Div(
|
14 |
H3("Perplexity vs Buckets"),
|
15 |
P("For each bucket, we aggregated all the chunks that belong to a single year and calculated the average perplexity for each (bucket, year) data point."),
|
16 |
+
Img(src="images/prep-diff-buckets-global.png", height = "300", width = "600" ),
|
17 |
)
|
18 |
|
19 |
|