Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
|
|
111 |
gr.Markdown("# Mistral-7B on MMLU-Pro Evaluation Demo")
|
112 |
gr.Markdown("""
|
113 |
This demo evaluates [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [MMLU-Pro Dataset](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro).
|
114 |
-
|
115 |
|
116 |
# MMLU Evaluation Section
|
117 |
gr.Markdown("### MMLU Evaluation")
|
|
|
111 |
gr.Markdown("# Mistral-7B on MMLU-Pro Evaluation Demo")
|
112 |
gr.Markdown("""
|
113 |
This demo evaluates [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [MMLU-Pro Dataset](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro).
|
114 |
+
""")
|
115 |
|
116 |
# MMLU Evaluation Section
|
117 |
gr.Markdown("### MMLU Evaluation")
|