p50038325
commited on
Commit
·
fe75274
1
Parent(s):
21ff748
Added new tasks
Browse files- src/about.py +5 -1
src/about.py
CHANGED
@@ -14,8 +14,12 @@ class Tasks(Enum):
|
|
14 |
tsg_avg = Task("custom|3gpp:tsg|0", "em", "3GPP-TSG")
|
15 |
# tele_EQ = Task("custom|telecom:math|0", "em", "TELE-EQ")
|
16 |
tele_QnA = Task("custom|telecom:qna|0", "em", "TELE-QnA")
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
|
19 |
NUM_FEWSHOT = 0 # Change with your few shot
|
20 |
# ---------------------------------------------------
|
21 |
|
|
|
14 |
tsg_avg = Task("custom|3gpp:tsg|0", "em", "3GPP-TSG")
|
15 |
# tele_EQ = Task("custom|telecom:math|0", "em", "TELE-EQ")
|
16 |
tele_QnA = Task("custom|telecom:qna|0", "em", "TELE-QnA")
|
17 |
+
math = Task("custom|math:problem_solving|0", "math_metric", "MATH-500")
|
18 |
+
folio = Task("custom|folio:logical_reasoning|0", "em", "FOLIO")
|
19 |
+
spider = Task("custom|spider:text2sql|0", "sql_metric", "Spider")
|
20 |
+
|
21 |
+
|
22 |
|
|
|
23 |
NUM_FEWSHOT = 0 # Change with your few shot
|
24 |
# ---------------------------------------------------
|
25 |
|