lfqian commited on
Commit
7077faa
·
verified ·
1 Parent(s): 29110e4

Update src/about.py

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("FinQA", "acc", "finqa")
16
- task1 = Task("DM-SimpLong", "acc", "dm-simplong")
17
- task2 = Task("XBRL-math", "acc", "xbrl-math")
18
  NUM_FEWSHOT = 0 # Change with your few shot
19
  # ---------------------------------------------------
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("FinQA", "acc", "FinQA")
16
+ task1 = Task("DM-SimpLong", "acc", "DM-Simplong")
17
+ task2 = Task("XBRL-math", "acc", "XBRL-Math")
18
  NUM_FEWSHOT = 0 # Change with your few shot
19
  # ---------------------------------------------------
20