[email protected] commited on
Commit
5be48d2
·
1 Parent(s): 2b848e2
Files changed (1) hide show
  1. src/about.py +2 -3
src/about.py CHANGED
@@ -12,8 +12,7 @@ class Task:
12
  # ---------------------------------------------------
13
  class Tasks(Enum):
14
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
15
- task0 = Task("anli_r1", "acc", "ANLI")
16
- task1 = Task("logiqa", "acc_norm", "LogiQA")
17
 
18
  NUM_FEWSHOT = 0 # Change with your few shot
19
  # ---------------------------------------------------
@@ -21,7 +20,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
21
 
22
 
23
  # Your leaderboard name
24
- TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
25
 
26
  # What does your leaderboard evaluate?
27
  INTRODUCTION_TEXT = """
 
12
  # ---------------------------------------------------
13
  class Tasks(Enum):
14
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
15
+ task0 = Task("fmsr_mcqa", "acc", "accuracy")
 
16
 
17
  NUM_FEWSHOT = 0 # Change with your few shot
18
  # ---------------------------------------------------
 
20
 
21
 
22
  # Your leaderboard name
23
+ TITLE = """<h1 align="center" id="space-title">FailureSensorIQ leaderboard</h1>"""
24
 
25
  # What does your leaderboard evaluate?
26
  INTRODUCTION_TEXT = """