Update app.py
Browse files
app.py
CHANGED
@@ -755,9 +755,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
755 |
</ol>
|
756 |
<h3 style="color: #8e44ad;">Resources</h3>
|
757 |
<ul>
|
758 |
-
<li>π <a href="https://github.com/
|
759 |
-
<li>π <a href="https://
|
760 |
-
<li>β <a href="https://github.com/
|
761 |
</ul>
|
762 |
</div>
|
763 |
""",elem_id="overview")
|
|
|
755 |
</ol>
|
756 |
<h3 style="color: #8e44ad;">Resources</h3>
|
757 |
<ul>
|
758 |
+
<li>π <a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank">GitHub Repository</a>: Contains the dataset, scripts, and detailed instructions.</li>
|
759 |
+
<li>π <a href="https://huggingface.co/datasets/aidar-myrzakhan/Mobile-MMLU" target="_blank">Dataset Link</a>: Direct access to the competition dataset.</li>
|
760 |
+
<li>β <a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank">Support Page</a>: Use this for queries or issues during participation.</li>
|
761 |
</ul>
|
762 |
</div>
|
763 |
""",elem_id="overview")
|