Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ with demo:
|
|
| 41 |
follow the instructions and complete the form in the ποΈ Submit tab. Models submitted to the leaderboard are evaluated
|
| 42 |
on the Intel Developer Cloud βοΈ. The evaluation platform consists of Gaudi Accelerators and Xeon CPUs running benchmarks from
|
| 43 |
the [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness).""")
|
| 44 |
-
gr.Markdown("""Join 5000+ developers on the [Intel DevHub Discord](https://
|
| 45 |
talk about everything from GenAI, HPC, to Quantum Computing.""")
|
| 46 |
gr.Markdown("""A special shout-out to the π€ [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 47 |
team for generously sharing their code and best
|
|
@@ -68,12 +68,12 @@ with demo:
|
|
| 68 |
try:
|
| 69 |
response = requests.post(url, json=data)
|
| 70 |
if response.status_code == 200:
|
| 71 |
-
return "Submission successful! Please allow for 5 - 10 days for model evaluation to be completed. We will contact you \
|
| 72 |
through your model's discussion forum if we encounter any issues with your submission."
|
| 73 |
else:
|
| 74 |
return f"Submission failed with status code {response.status_code}"
|
| 75 |
except Exception as e:
|
| 76 |
-
return f"Failed to submit due to an error: {str(e)}"
|
| 77 |
|
| 78 |
with gr.Accordion("Chat with Top Models on the Leaderboard Here π¬", open=False):
|
| 79 |
|
|
|
|
| 41 |
follow the instructions and complete the form in the ποΈ Submit tab. Models submitted to the leaderboard are evaluated
|
| 42 |
on the Intel Developer Cloud βοΈ. The evaluation platform consists of Gaudi Accelerators and Xeon CPUs running benchmarks from
|
| 43 |
the [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness).""")
|
| 44 |
+
gr.Markdown("""Join 5000+ developers on the [Intel DevHub Discord](https://intel.ly/intelllmleaderboard_discord) to get support with your submission and
|
| 45 |
talk about everything from GenAI, HPC, to Quantum Computing.""")
|
| 46 |
gr.Markdown("""A special shout-out to the π€ [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 47 |
team for generously sharing their code and best
|
|
|
|
| 68 |
try:
|
| 69 |
response = requests.post(url, json=data)
|
| 70 |
if response.status_code == 200:
|
| 71 |
+
return "β
Submission successful! Please allow for 5 - 10 days for model evaluation to be completed. We will contact you \
|
| 72 |
through your model's discussion forum if we encounter any issues with your submission."
|
| 73 |
else:
|
| 74 |
return f"Submission failed with status code {response.status_code}"
|
| 75 |
except Exception as e:
|
| 76 |
+
return f"βFailed to submit due to an error: {str(e)}"
|
| 77 |
|
| 78 |
with gr.Accordion("Chat with Top Models on the Leaderboard Here π¬", open=False):
|
| 79 |
|