Spaces:
Sleeping
Sleeping
harmdevries
commited on
Commit
·
642c4d7
1
Parent(s):
4c62675
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ import copy
|
|
11 |
st.set_page_config(layout="wide")
|
12 |
name2repo = [("Training", "bigcode-project/Megatron-LM"),
|
13 |
("Dataset", "bigcode-project/bigcode-dataset"),
|
14 |
-
|
15 |
-
|
16 |
]
|
17 |
|
18 |
name2num_milestones = dict()
|
@@ -95,7 +95,7 @@ fig.add_annotation({
|
|
95 |
fig.add_hline(y=-0.5, line_width=1, line_color="grey")
|
96 |
height = -0.5
|
97 |
for name, _ in name2repo[::-1]:
|
98 |
-
fig.add_annotation(x='2023-
|
99 |
text=name,
|
100 |
showarrow=False,
|
101 |
align="center",
|
|
|
11 |
st.set_page_config(layout="wide")
|
12 |
name2repo = [("Training", "bigcode-project/Megatron-LM"),
|
13 |
("Dataset", "bigcode-project/bigcode-dataset"),
|
14 |
+
("Evaluation", "bigcode-project/bigcode-evaluation-harness"),
|
15 |
+
("Inference", "bigcode-project/bigcode-inference-benchmark"),
|
16 |
]
|
17 |
|
18 |
name2num_milestones = dict()
|
|
|
95 |
fig.add_hline(y=-0.5, line_width=1, line_color="grey")
|
96 |
height = -0.5
|
97 |
for name, _ in name2repo[::-1]:
|
98 |
+
fig.add_annotation(x='2023-03-31', y=height + name2num_milestones[name]/2,
|
99 |
text=name,
|
100 |
showarrow=False,
|
101 |
align="center",
|