danielz02 commited on
Commit
cfa713b
1 Parent(s): fa5d3ba

Change stereotype to non-stereotype

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -13,7 +13,7 @@ class Task:
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("toxicity", "aggregated-results", "Non-toxicity")
16
- task1 = Task("stereotype", "aggregated-results", "Stereotype")
17
  task2 = Task("adv", "aggregated-results", "AdvGLUE++")
18
  task3 = Task("ood", "aggregated-results", "OoD")
19
  task4 = Task("adv_demo", "aggregated-results", "Adv Demo")
 
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("toxicity", "aggregated-results", "Non-toxicity")
16
+ task1 = Task("stereotype", "aggregated-results", "Non-Stereotype")
17
  task2 = Task("adv", "aggregated-results", "AdvGLUE++")
18
  task3 = Task("ood", "aggregated-results", "OoD")
19
  task4 = Task("adv_demo", "aggregated-results", "Adv Demo")