Spaces:
Sleeping
Sleeping
victormiller
commited on
Update results.py
Browse files- results.py +5 -3
results.py
CHANGED
@@ -11,9 +11,11 @@ intro_div = Div(
|
|
11 |
)
|
12 |
|
13 |
perp1_div = Div(
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
17 |
)
|
18 |
|
19 |
|
|
|
11 |
)
|
12 |
|
13 |
perp1_div = Div(
|
14 |
+
Section(
|
15 |
+
H3("Perplexity vs Buckets"),
|
16 |
+
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."),
|
17 |
+
Img(src="images/prep-diff-buckets-global.png", height = "300", width = "600" ),
|
18 |
+
),
|
19 |
)
|
20 |
|
21 |
|