rohansampath commited on
Commit
0cea5f2
·
verified ·
1 Parent(s): 554eaa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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