meg-huggingface commited on
Commit
d49fe54
·
1 Parent(s): d32cd6f

Changing names of tasks so they load properly

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -16,7 +16,7 @@ class Tasks(Enum):
16
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
17
  task0 = Task("toxigen", "acc", "Toxicity (lower is better)", cite="_ToxiGen: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech Detection._ Hartvigsen et al., ACL 2022.")
18
  task1 = Task("truthfulqa_gen", "acc", "Truthful QA", cite="TODO")
19
- task2 = Task("crows_pairs_english", "acc", "CrowS-Pairs", cite="TODO")
20
  #task2 = Task("anli_r1", "acc", "ANLI", cite="_Adversarial NLI: A New Benchmark for Natural Language Understanding._ Nie et al., ACL 2020.")
21
  #task3 = Task("logiqa", "acc_norm", "LogiQA", cite="_LogiQA: A Challenge Dataset for Machine Reading Comprehension with Logical Reasoning_. Liu et al., IJCAI 2020.")
22
 
 
16
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
17
  task0 = Task("toxigen", "acc", "Toxicity (lower is better)", cite="_ToxiGen: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech Detection._ Hartvigsen et al., ACL 2022.")
18
  task1 = Task("truthfulqa_gen", "acc", "Truthful QA", cite="TODO")
19
+ task2 = Task("crows_pairs_english", "acc", "CrowS-Pairs English", cite="TODO")
20
  #task2 = Task("anli_r1", "acc", "ANLI", cite="_Adversarial NLI: A New Benchmark for Natural Language Understanding._ Nie et al., ACL 2020.")
21
  #task3 = Task("logiqa", "acc_norm", "LogiQA", cite="_LogiQA: A Challenge Dataset for Machine Reading Comprehension with Logical Reasoning_. Liu et al., IJCAI 2020.")
22