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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -282,15 +282,13 @@ def build_demo(df):
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
 
 
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 †Google DeepMind
286
 
287
+ ### This is a demonstration of the Skill-Mix evaluation.
288
 
289
+ ### Samples are generated using 10% of the full set of skills and topics.
290
 
291
+ ### Coming soon: generation by models other than the GPT family and LLaMA-2 family; grading by LLaMA-2.
 
 
292
  """
293
  )
294