IrinaArmstrong commited on
Commit
fa64e2d
·
1 Parent(s): 45ce10b

added Mindshift detailed columns

Browse files
Files changed (1) hide show
  1. src/about.py +12 -3
src/about.py CHANGED
@@ -12,8 +12,17 @@ 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 +30,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("hs", "delta", "Hypochondria (Hs)")
16
+ task1 = Task("d", "delta", "Depression (D)")
17
+ task2 = Task("hy", "delta", "Emotional Lability (Hy)")
18
+ task3 = Task("pd", "delta", "Psychopathy (Pd)")
19
+ task4 = Task("pa", "delta", "Rigidity (Pa)")
20
+ task5 = Task("pf", "delta", "Anxiety (Pf)")
21
+ task6 = Task("sc", "delta", "Individualism (Sc)")
22
+ task7 = Task("ma", "delta", "Optimism (Ma)")
23
+ task8 = Task("si", "delta", "Social Introversion (Si)")
24
+ task9 = Task("l", "delta", "Lie (L)")
25
+
26
 
27
  NUM_FEWSHOT = 0 # Change with your few shot
28
  # ---------------------------------------------------
 
30
 
31
 
32
  # Your leaderboard name
33
+ TITLE = """<h1 align="center" id="space-title">MindShift leaderboard</h1>"""
34
 
35
  # What does your leaderboard evaluate?
36
  INTRODUCTION_TEXT = """