dingliyu commited on
Commit
25a91e0
1 Parent(s): 384aef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -280,10 +280,17 @@ def build_demo(df):
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
 
 
280
  gr.Markdown(
281
  """
282
  # Skill-Mix: a Flexible and Expandable Family of Evaluations for AI models
283
+ Dingli Yu* Simran Kaur* Arushi Gupta* Jonah Brown-Cohen† Anirudh Goyal† Sanjeev Arora*
284
 
285
+ * Princeton Language and Intelligence (PLI), Princeton University
286
 
287
+ Google DeepMind
288
+
289
+ ## This is a demonstration of the Skill-Mix evaluation.
290
+
291
+ ## Samples are generated using 10% of the full set of skills and topics.
292
+
293
+ ## Coming soon: generation by models other than the GPT family and LLaMA-2 family; grading by LLaMA-2.
294
  """
295
  )
296