danielz02 commited on
Commit
54510cc
1 Parent(s): 7e99ffa

Change toxicity to non-toxicity

Browse files
Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -12,7 +12,7 @@ class Task:
12
  # Init: to update with your specific keys
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", "Toxicity")
16
  task1 = Task("stereotype", "aggregated-results", "Stereotype")
17
  task2 = Task("adv", "aggregated-results", "AdvGLUE++")
18
  task3 = Task("ood", "aggregated-results", "OoD")
 
12
  # Init: to update with your specific keys
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")