dingliyu commited on
Commit
384aef8
·
1 Parent(s): 2e391d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -273,15 +273,17 @@ def build_demo(df):
273
  tracker = Tracker(df)
274
 
275
  with gr.Blocks(
276
- title="Skill Mix Browsing",
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 Browsing
283
 
284
- Samples are generated with 10% of the full set of skills and topics. Grading by LLaMA-2 will be released soon.
 
 
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