Update app.py
Browse files
app.py
CHANGED
@@ -273,15 +273,17 @@ def build_demo(df):
|
|
273 |
tracker = Tracker(df)
|
274 |
|
275 |
with gr.Blocks(
|
276 |
-
title="Skill
|
277 |
theme=gr.themes.Base(text_size=gr.themes.sizes.text_lg),
|
278 |
css=block_css,
|
279 |
) as demo:
|
280 |
gr.Markdown(
|
281 |
"""
|
282 |
-
# Skill
|
283 |
|
284 |
-
|
|
|
|
|
285 |
"""
|
286 |
)
|
287 |
|
|
|
273 |
tracker = Tracker(df)
|
274 |
|
275 |
with gr.Blocks(
|
276 |
+
title="Skill-Mix: a Flexible and Expandable Family of Evaluations for AI models",
|
277 |
theme=gr.themes.Base(text_size=gr.themes.sizes.text_lg),
|
278 |
css=block_css,
|
279 |
) as demo:
|
280 |
gr.Markdown(
|
281 |
"""
|
282 |
+
# Skill-Mix: a Flexible and Expandable Family of Evaluations for AI models
|
283 |
|
284 |
+
Demonstration of the Skill-Mix evaluation.
|
285 |
+
|
286 |
+
Samples are generated using 10% of the full set of skills and topics as listed in the Paper. Generation by models other than the GPT family and LLaMA-2 family, and grading by LLaMA-2 are coming soon.
|
287 |
"""
|
288 |
)
|
289 |
|