Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
192 |
with gr.Tabs(elem_id="tabs"):
|
193 |
with gr.TabItem("📖 Overview"):
|
194 |
gr.Markdown("""
|
195 |
-
Welcome to the
|
196 |
---
|
197 |
## What is Mobile-MMLU?
|
198 |
Mobile-MMLU is a benchmark designed to test the capabilities of LLMs optimized for mobile use. Contribute to advancing mobile AI systems by competing to achieve the highest accuracy.
|
|
|
192 |
with gr.Tabs(elem_id="tabs"):
|
193 |
with gr.TabItem("📖 Overview"):
|
194 |
gr.Markdown("""
|
195 |
+
**Welcome to the Mobile-MMLU Benchmark Competition! Evaluate mobile-compatible Large Language Models (LLMs) on 16,186 scenario-based and factual questions across 80 fields**.
|
196 |
---
|
197 |
## What is Mobile-MMLU?
|
198 |
Mobile-MMLU is a benchmark designed to test the capabilities of LLMs optimized for mobile use. Contribute to advancing mobile AI systems by competing to achieve the highest accuracy.
|