Spaces:
Runtime error
Runtime error
Merge branch 'main' of hf.co:spaces/Intel/powered_by_intel_leaderboard
Browse files
README.md
CHANGED
|
@@ -9,6 +9,12 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
python_version: 3.8.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
-
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
python_version: 3.8.10
|
| 12 |
+
tags:
|
| 13 |
+
- leaderboard
|
| 14 |
+
- submission:semiautomatic
|
| 15 |
+
- test:public
|
| 16 |
+
- judge:auto
|
| 17 |
+
- modality:text
|
| 18 |
+
- eval:generation
|
| 19 |
---
|
|
|
|
| 20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
|
@@ -137,7 +137,7 @@ with demo:
|
|
| 137 |
|
| 138 |
|
| 139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 140 |
-
with gr.TabItem("🏆 LLM
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
| 143 |
filter_hw = gr.CheckboxGroup(choices=["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
|
|
|
|
| 137 |
|
| 138 |
|
| 139 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
| 140 |
+
with gr.TabItem("🏆 LLM Leaderboard", elem_id="llm-benchmark-table", id=0):
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|
| 143 |
filter_hw = gr.CheckboxGroup(choices=["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
|