natolambert commited on
Commit
62907d5
1 Parent(s): 6fda62c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(css=custom_css) as app:
291
  )
292
  with gr.Row():
293
  PREF_SET_TEXT = """
294
- For more information, see the [dataset](https://huggingface.co/datasets/allenai/pref-test-sets).
295
  """
296
  gr.Markdown(PREF_SET_TEXT)
297
  with gr.Row():
 
291
  )
292
  with gr.Row():
293
  PREF_SET_TEXT = """
294
+ For more information, see the [dataset](https://huggingface.co/datasets/allenai/pref-test-sets). Only the subsets Anthropic Harmless, Anthropic HHH, MTBench Human, Stanford SHP, and OpenAI's Summarize data are used in the leaderboard.
295
  """
296
  gr.Markdown(PREF_SET_TEXT)
297
  with gr.Row():