dtcxzyw commited on
Commit
fc8fa64
Β·
unverified Β·
1 Parent(s): 35eacb4
Files changed (3) hide show
  1. README.md +7 -0
  2. app.py +1 -1
  3. src/about.py +1 -0
README.md CHANGED
@@ -8,6 +8,13 @@ app_file: app.py
8
  pinned: true
9
  license: apache-2.0
10
  short_description: Leaderboard for LLVM APR Benchmark
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Start the configuration
 
8
  pinned: true
9
  license: apache-2.0
10
  short_description: Leaderboard for LLVM APR Benchmark
11
+ tags:
12
+ - leaderboard
13
+ - submission:automatic
14
+ - test:public
15
+ - judge:auto
16
+ - modality:text
17
+ - eval:code
18
  ---
19
 
20
  # Start the configuration
app.py CHANGED
@@ -71,7 +71,7 @@ with demo:
71
  gr.Markdown(INTRODUCTION_TEXT + f"\nTotal issues: {total_issues}\n", elem_classes="markdown-text")
72
 
73
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
74
- with gr.TabItem("πŸ… LLM Benchmark", elem_id="llm-benchmark-tab-table", id=0):
75
  leaderboard = init_leaderboard(LEADERBOARD_DF)
76
 
77
  with gr.TabItem("πŸš€ Submission", elem_id="llm-benchmark-tab-table", id=1):
 
71
  gr.Markdown(INTRODUCTION_TEXT + f"\nTotal issues: {total_issues}\n", elem_classes="markdown-text")
72
 
73
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
74
+ with gr.TabItem("πŸ… Leaderboard", elem_id="llm-benchmark-tab-table", id=0):
75
  leaderboard = init_leaderboard(LEADERBOARD_DF)
76
 
77
  with gr.TabItem("πŸš€ Submission", elem_id="llm-benchmark-tab-table", id=1):
src/about.py CHANGED
@@ -20,6 +20,7 @@ Leaderboard for the [LLVM APR Benchmark](https://huggingface.co/datasets/dtcxzyw
20
 
21
  EVALUATION_QUEUE_TEXT = f"""
22
  With the provided evaluation environment, you can get a certificate by calling `env.dump()`.
 
23
  Please submit your evaluation results generated by scripts/submit.py to {QUEUE_REPO}.
24
  """
25
 
 
20
 
21
  EVALUATION_QUEUE_TEXT = f"""
22
  With the provided evaluation environment, you can get a certificate by calling `env.dump()`.
23
+
24
  Please submit your evaluation results generated by scripts/submit.py to {QUEUE_REPO}.
25
  """
26