Clémentine commited on
Commit
7b35424
·
1 Parent(s): d7de3ad

added about

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -109,8 +109,7 @@ def create_app() -> gr.Blocks:
109
  )
110
  with gr.Tab("About"):
111
  gr.Markdown("""
112
- In this demo, we run 10 samples for ifeval (instruction following), gsm_plus (grade school math problems, less contaminated than gsm8k) and gpqa, diamond subset (knowledge),
113
- for all models and providers combinations.
114
 
115
  To run any of these locally, you can use the following
116
  ```python
 
109
  )
110
  with gr.Tab("About"):
111
  gr.Markdown("""
112
+ In this demo, we run 10 samples of 3 evaluations: ifeval (instruction following), gsm_plus (grade school math problems, less contaminated than gsm8k) and gpqa, diamond subset (knowledge), with `lighteval`, `inference-providers` and `jobs`.
 
113
 
114
  To run any of these locally, you can use the following
115
  ```python