Update app.py
Browse files
app.py
CHANGED
|
@@ -349,9 +349,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
| 349 |
# Header Section
|
| 350 |
gr.Markdown("""
|
| 351 |
<header>
|
| 352 |
-
<h1>🏆 Mobile-MMLU
|
| 353 |
-
<h2>🚀
|
| 354 |
-
<p
|
| 355 |
Test and optimize mobile-compatible Large Language Models (LLMs) with cutting-edge benchmarks
|
| 356 |
across 80 fields and over 16,000 questions.
|
| 357 |
</p>
|
|
@@ -361,10 +361,10 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
| 361 |
gr.Markdown("""
|
| 362 |
<section class="pre-tabs">
|
| 363 |
<h2>Why Participate?</h2>
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
</section>
|
| 369 |
""")
|
| 370 |
|
|
@@ -438,11 +438,10 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
| 438 |
gr.Markdown("""
|
| 439 |
<section class="post-tabs">
|
| 440 |
<h2>Ready to Compete?</h2>
|
| 441 |
-
<
|
| 442 |
Submit your predictions today and make your mark in advancing mobile AI technologies.
|
| 443 |
Show the world what your model can achieve!
|
| 444 |
-
<
|
| 445 |
-
<a href="#submission">Start Submitting</a>
|
| 446 |
</section>
|
| 447 |
""")
|
| 448 |
|
|
|
|
| 349 |
# Header Section
|
| 350 |
gr.Markdown("""
|
| 351 |
<header>
|
| 352 |
+
<h1>🏆 Mobile-MMLU Challenge</h1>
|
| 353 |
+
<h2>🚀 Pushing the Limits of Mobile LLMs</h2>
|
| 354 |
+
<p>
|
| 355 |
Test and optimize mobile-compatible Large Language Models (LLMs) with cutting-edge benchmarks
|
| 356 |
across 80 fields and over 16,000 questions.
|
| 357 |
</p>
|
|
|
|
| 361 |
gr.Markdown("""
|
| 362 |
<section class="pre-tabs">
|
| 363 |
<h2>Why Participate?</h2>
|
| 364 |
+
<p>
|
| 365 |
+
The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios. Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
|
| 366 |
+
</p>
|
| 367 |
+
|
| 368 |
</section>
|
| 369 |
""")
|
| 370 |
|
|
|
|
| 438 |
gr.Markdown("""
|
| 439 |
<section class="post-tabs">
|
| 440 |
<h2>Ready to Compete?</h2>
|
| 441 |
+
<h3>
|
| 442 |
Submit your predictions today and make your mark in advancing mobile AI technologies.
|
| 443 |
Show the world what your model can achieve!
|
| 444 |
+
<h3>
|
|
|
|
| 445 |
</section>
|
| 446 |
""")
|
| 447 |
|