eduardo-alvarez commited on
Commit
46f3e87
β€’
1 Parent(s): afc700f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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://discord.gg/yNYNxK2k) 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,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