Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
danielz02
commited on
Change toxicity to non-toxicity
Browse files- 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", "
|
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")
|