RicardoDominguez commited on
Commit
aa8c9ef
·
1 Parent(s): 279610b

exact match default

Browse files
Files changed (1) hide show
  1. src/about.py +3 -3
src/about.py CHANGED
@@ -12,9 +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("caselawqa", "exact_match", "CaselawQA")
16
- task1 = Task("caselawqa_tiny", "exact_match", "CaselawQA Tiny")
17
- task2 = Task("caselawqa_hard", "exact_match", "CaselawQA Hard")
18
 
19
  NUM_FEWSHOT = 0 # Change with your few shot
20
  # ---------------------------------------------------
 
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("caselawqa", "exact_match,default", "CaselawQA")
16
+ task1 = Task("caselawqa_tiny", "exact_match,default", "CaselawQA Tiny")
17
+ task2 = Task("caselawqa_hard", "exact_match,default", "CaselawQA Hard")
18
 
19
  NUM_FEWSHOT = 0 # Change with your few shot
20
  # ---------------------------------------------------