Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
179 |
gr.Markdown("""
|
180 |
<div class="center-content">
|
181 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
182 |
-
<h3>π Welcome to the Competition
|
183 |
<img src="https://via.placeholder.com/200" alt="Competition Logo">
|
184 |
<p>
|
185 |
Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
|
@@ -192,13 +192,12 @@ 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 |
-
## Overview
|
196 |
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**.
|
197 |
---
|
198 |
-
|
199 |
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.
|
200 |
---
|
201 |
-
|
202 |
1. **Download the Dataset**
|
203 |
Access the dataset and instructions on our [GitHub page](https://github.com/your-github-repo).
|
204 |
2. **Generate Predictions**
|
|
|
179 |
gr.Markdown("""
|
180 |
<div class="center-content">
|
181 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
182 |
+
<h3>π Welcome to the Competition</h3>
|
183 |
<img src="https://via.placeholder.com/200" alt="Competition Logo">
|
184 |
<p>
|
185 |
Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
|
|
|
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.
|
199 |
---
|
200 |
+
## How It Works
|
201 |
1. **Download the Dataset**
|
202 |
Access the dataset and instructions on our [GitHub page](https://github.com/your-github-repo).
|
203 |
2. **Generate Predictions**
|