meg-huggingface commited on
Commit
0564ba3
·
1 Parent(s): c3807fb

just realtoxicityprompts

Browse files
Files changed (1) hide show
  1. src/about.py +2 -2
src/about.py CHANGED
@@ -13,8 +13,8 @@ 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("realtoxicityprompts", "perspective_api_toxicity_score", "Toxicity")
16
- task1 = Task("toxigen", "acc_norm", "Synthetic Toxicity")
17
- task2 = Task("logiqa", "acc_norm", "LogiQA")
18
 
19
  NUM_FEWSHOT = 0 # Change with your few shot
20
  # ---------------------------------------------------
 
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("realtoxicityprompts", "perspective_api_toxicity_score", "Toxicity")
16
+ #task1 = Task("toxigen", "acc_norm", "Synthetic Toxicity")
17
+ #task2 = Task("logiqa", "acc_norm", "LogiQA")
18
 
19
  NUM_FEWSHOT = 0 # Change with your few shot
20
  # ---------------------------------------------------