Update app.py
Browse files
app.py
CHANGED
@@ -369,19 +369,16 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
369 |
with gr.TabItem("๐ Overview"):
|
370 |
gr.Markdown("""
|
371 |
<div class="tabs">
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
<p>Participating in this competition allows you to:
|
379 |
-
<ul>
|
380 |
<li>๐ Showcase your expertise in LLM development and optimization for mobile platforms.</li>
|
381 |
<li>๐ Benchmark your modelโs performance against others in a highly competitive environment.</li>
|
382 |
<li>๐ Contribute to advancements in AI for mobile technology, shaping the future of user-centric AI systems.</li>
|
383 |
-
|
384 |
-
</p>
|
385 |
<h3>How It Works</h3>
|
386 |
<ul>
|
387 |
<li>1๏ธโฃ <strong>Download the Dataset:</strong> Access the dataset and instructions on our
|
|
|
369 |
with gr.TabItem("๐ Overview"):
|
370 |
gr.Markdown("""
|
371 |
<div class="tabs">
|
372 |
+
<h2>About the Competition</h2>
|
373 |
+
<p>The <strong>Mobile-MMLU Benchmark Competition</strong> is a premier challenge designed to evaluate and advance mobile-optimized Large Language Models (LLMs). It provides an unparalleled opportunity to showcase your model's ability to handle diverse, real-world scenarios while pushing the boundaries of mobile intelligence.</p>
|
374 |
+
<p>With a dataset spanning <strong>80 distinct fields</strong> and featuring <strong>16,186 questions</strong>, this competition emphasizes practical application. From education and healthcare to technology and daily life, the questions are crafted to mimic real-world challenges and test the adaptability, accuracy, and efficiency of mobile-compatible LLMs.</p>
|
375 |
+
<h3>Why Compete?</h3>
|
376 |
+
<p>Participating in this competition allows you to:
|
377 |
+
<ul>
|
|
|
|
|
378 |
<li>๐ Showcase your expertise in LLM development and optimization for mobile platforms.</li>
|
379 |
<li>๐ Benchmark your modelโs performance against others in a highly competitive environment.</li>
|
380 |
<li>๐ Contribute to advancements in AI for mobile technology, shaping the future of user-centric AI systems.</li>
|
381 |
+
</ul></p>
|
|
|
382 |
<h3>How It Works</h3>
|
383 |
<ul>
|
384 |
<li>1๏ธโฃ <strong>Download the Dataset:</strong> Access the dataset and instructions on our
|