Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,11 +136,9 @@ with gr.Blocks(css="""
|
|
136 |
gr.Markdown("""
|
137 |
This demo evaluates two models (or one model with two different configs), head-to-head, on a benchmark dataset.
|
138 |
|
139 |
-
Available Datasets:
|
140 |
-
- [MMLU-Pro](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro)
|
141 |
|
142 |
-
Available Models:
|
143 |
-
- [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
144 |
""")
|
145 |
|
146 |
# Dataset Selection Section
|
|
|
136 |
gr.Markdown("""
|
137 |
This demo evaluates two models (or one model with two different configs), head-to-head, on a benchmark dataset.
|
138 |
|
139 |
+
Available Datasets: [MMLU-Pro](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro)
|
|
|
140 |
|
141 |
+
Available Models: [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
|
|
142 |
""")
|
143 |
|
144 |
# Dataset Selection Section
|