Clémentine commited on
Commit
64d2c90
1 Parent(s): e5438c2

fix typo in judge

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. src/static/tag_info.py +1 -1
app.py CHANGED
@@ -46,7 +46,6 @@ with demo:
46
 
47
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
48
  with gr.TabItem("Search"):
49
- gr.Markdown("Let's look for leaderboards relevant for you! Select the categories of your choice")
50
  with gr.Row():
51
  with gr.Column():
52
  modality_tags = gr.CheckboxGroup(
 
46
 
47
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
48
  with gr.TabItem("Search"):
 
49
  with gr.Row():
50
  with gr.Column():
51
  modality_tags = gr.CheckboxGroup(
src/static/tag_info.py CHANGED
@@ -61,7 +61,7 @@ class TestSetStatus(Enum):
61
  )
62
 
63
  class Judge(Enum):
64
- public = Tag(
65
  key="judge:auto",
66
  name="Automatic metric",
67
  usage="evaluations are run automatically, using an evaluation suite such as `lm_eval` or `lighteval`",
 
61
  )
62
 
63
  class Judge(Enum):
64
+ auto = Tag(
65
  key="judge:auto",
66
  name="Automatic metric",
67
  usage="evaluations are run automatically, using an evaluation suite such as `lm_eval` or `lighteval`",