not-lain commited on
Commit
a85c46c
·
1 Parent(s): 3d068a3

update tasks

Browse files
Files changed (1) hide show
  1. src/about.py +3 -2
src/about.py CHANGED
@@ -12,8 +12,9 @@ class Task:
12
  # ---------------------------------------------------
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("anli_r1", "acc", "ANLI")
16
- task1 = Task("logiqa", "acc_norm", "LogiQA")
 
17
 
18
  NUM_FEWSHOT = 0 # Change with your few shot
19
  # ---------------------------------------------------
 
12
  # ---------------------------------------------------
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("openai", "acc_norm", "OpenAi")
16
+ task1 = Task("anthropic", "acc_norm", "Anthropic")
17
+ task1 = Task("hf", "acc_norm", "HuggingFace")
18
 
19
  NUM_FEWSHOT = 0 # Change with your few shot
20
  # ---------------------------------------------------