Spaces:
Runtime error
Runtime error
Benjamin Consolvo
commited on
Commit
·
491fabd
1
Parent(s):
af0b885
doc updates
Browse files- app.py +7 -7
- assets/DevHub_Logo.png +0 -0
- info/citation.py +1 -1
app.py
CHANGED
|
@@ -26,17 +26,17 @@ with demo:
|
|
| 26 |
|
| 27 |
gr.HTML("""<h1 align="center" id="space-title">🤗Powered-by-Intel LLM Leaderboard 💻</h1>""")
|
| 28 |
gr.Markdown("""This leaderboard is designed to evaluate, score, and rank open-source LLMs
|
| 29 |
-
that have been pre-trained or fine-tuned on Intel Hardware
|
| 30 |
-
follow the instructions and complete the form in the
|
| 31 |
-
on the Intel Developer Cloud
|
| 32 |
the [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness).""")
|
| 33 |
-
gr.Markdown("""Join 5000+ developers on the [Intel DevHub Discord](https://discord.gg/yNYNxK2k) to
|
| 34 |
-
talk about everything from GenAI
|
| 35 |
gr.Markdown("""A special shout-out to the 🤗 [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 36 |
team for generously sharing their code and best
|
| 37 |
practices, ensuring that AI Developers have a valuable and enjoyable tool at their disposal.""")
|
| 38 |
|
| 39 |
-
with gr.Accordion("Chat with Top Models on the Leaderboard Here 💬
|
| 40 |
# import pdb
|
| 41 |
|
| 42 |
chat_model_dropdown = gr.Dropdown(
|
|
@@ -91,7 +91,7 @@ with demo:
|
|
| 91 |
label="Training Infrastructure*",
|
| 92 |
elem_id="training_infra",
|
| 93 |
value=["Intel Developer Cloud","AWS","Azure","Google Cloud Platform","Local"])
|
| 94 |
-
filter_affiliation = gr.CheckboxGroup(choices=["No Affiliation","Intel Innovator","Intel Student Ambassador", "Intel
|
| 95 |
label="Intel Program Affiliation",
|
| 96 |
elem_id="program_affiliation",
|
| 97 |
value=["No Affiliation","Intel Innovator","Intel Student Ambassador", "Intel Software Liftoff", "Intel Labs", "Other"])
|
|
|
|
| 26 |
|
| 27 |
gr.HTML("""<h1 align="center" id="space-title">🤗Powered-by-Intel LLM Leaderboard 💻</h1>""")
|
| 28 |
gr.Markdown("""This leaderboard is designed to evaluate, score, and rank open-source LLMs
|
| 29 |
+
that have been pre-trained or fine-tuned on Intel Hardware 🦾. To submit your model for evaluation,
|
| 30 |
+
follow the instructions and complete the form in the 🏎️ Submit tab. Models submitted to the leaderboard are evaluated
|
| 31 |
+
on the Intel Developer Cloud ☁️. The evaluation platform consists of Gaudi Accelerators and Xeon CPUs running benchmarks from
|
| 32 |
the [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness).""")
|
| 33 |
+
gr.Markdown("""Join 5000+ developers on the [Intel DevHub Discord](https://discord.gg/yNYNxK2k) to get support with your submission and
|
| 34 |
+
talk about everything from GenAI, HPC, to Quantum Computing.""")
|
| 35 |
gr.Markdown("""A special shout-out to the 🤗 [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
| 36 |
team for generously sharing their code and best
|
| 37 |
practices, ensuring that AI Developers have a valuable and enjoyable tool at their disposal.""")
|
| 38 |
|
| 39 |
+
with gr.Accordion("Chat with Top Models on the Leaderboard Here 💬", open=False):
|
| 40 |
# import pdb
|
| 41 |
|
| 42 |
chat_model_dropdown = gr.Dropdown(
|
|
|
|
| 91 |
label="Training Infrastructure*",
|
| 92 |
elem_id="training_infra",
|
| 93 |
value=["Intel Developer Cloud","AWS","Azure","Google Cloud Platform","Local"])
|
| 94 |
+
filter_affiliation = gr.CheckboxGroup(choices=["No Affiliation","Intel Innovator","Intel Student Ambassador", "Intel Liftoff", "Intel Labs", "Other"],
|
| 95 |
label="Intel Program Affiliation",
|
| 96 |
elem_id="program_affiliation",
|
| 97 |
value=["No Affiliation","Intel Innovator","Intel Student Ambassador", "Intel Software Liftoff", "Intel Labs", "Other"])
|
assets/DevHub_Logo.png
ADDED
|
info/citation.py
CHANGED
|
@@ -3,6 +3,6 @@ CITATION_TEXT = r"""@misc{powered-by-intel-llm-leaderboard,
|
|
| 3 |
title = {Powered By Intel LLM Leaderboard},
|
| 4 |
year = {2024},
|
| 5 |
publisher = {Intel},
|
| 6 |
-
|
| 7 |
}
|
| 8 |
"""
|
|
|
|
| 3 |
title = {Powered By Intel LLM Leaderboard},
|
| 4 |
year = {2024},
|
| 5 |
publisher = {Intel},
|
| 6 |
+
url = {https://huggingface.co/spaces/Intel/powered_by_intel_llm_leaderboard}
|
| 7 |
}
|
| 8 |
"""
|