Spaces:
Running
Running
victormiller
commited on
Commit
•
93e2035
1
Parent(s):
3a7506f
Update results.py
Browse files- results.py +1 -1
results.py
CHANGED
@@ -6,7 +6,7 @@ from fh_matplotlib import matplotlib2fasthtml
|
|
6 |
|
7 |
|
8 |
with open("data/graph_data.jsonl", "r") as f:
|
9 |
-
if title
|
10 |
for line in f:
|
11 |
for title, meta in json.loads(line).items():
|
12 |
_, ax = pyplot.subplots()
|
|
|
6 |
|
7 |
|
8 |
with open("data/graph_data.jsonl", "r") as f:
|
9 |
+
if title == "Perplexity Across Different Buckets (global)":
|
10 |
for line in f:
|
11 |
for title, meta in json.loads(line).items():
|
12 |
_, ax = pyplot.subplots()
|