Update app.py
Browse files
app.py
CHANGED
@@ -747,7 +747,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
747 |
</ul>
|
748 |
<h3 style="color: #6a1b9a;">How It Works</h3>
|
749 |
<ol>
|
750 |
-
<li>1️⃣ <strong>Download the Dataset:</strong> Access the dataset and detailed instructions on the <a href="https://github.com/
|
751 |
<li>2️⃣ <strong>Generate Predictions:</strong> Use the provided script in the GitHub repository to generate answers. Ensure the output file matches the format in the github </li>
|
752 |
<li>3️⃣ <strong>Submit Predictions:</strong> Upload your CSV file to the <strong>Submission Page</strong> on this platform.</li>
|
753 |
<li>4️⃣ <strong>Evaluation:</strong> Your submission will be scored based on accuracy. The results will include overall and valid accuracy metrics.</li>
|
|
|
747 |
</ul>
|
748 |
<h3 style="color: #6a1b9a;">How It Works</h3>
|
749 |
<ol>
|
750 |
+
<li>1️⃣ <strong>Download the Dataset:</strong> Access the dataset and detailed instructions on the <a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank">GitHub page</a>. Follow the steps to ensure your environment is set up correctly.</li>
|
751 |
<li>2️⃣ <strong>Generate Predictions:</strong> Use the provided script in the GitHub repository to generate answers. Ensure the output file matches the format in the github </li>
|
752 |
<li>3️⃣ <strong>Submit Predictions:</strong> Upload your CSV file to the <strong>Submission Page</strong> on this platform.</li>
|
753 |
<li>4️⃣ <strong>Evaluation:</strong> Your submission will be scored based on accuracy. The results will include overall and valid accuracy metrics.</li>
|