eduardo-alvarez commited on
Commit
8c1c7f2
β€’
2 Parent(s): c96e151 e679d46

Merge branch 'main' of hf.co:spaces/Intel/powered_by_intel_leaderboard

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. app.py +1 -1
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 Leadeboard", 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"],
 
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"],