Spaces:
Sleeping
Sleeping
Clémentine
commited on
Commit
·
7b35424
1
Parent(s):
d7de3ad
added about
Browse files
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
|
| 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
|