yentinglin
commited on
Commit
•
9fc574b
1
Parent(s):
e36148f
add
Browse files- 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("tmlu", "acc", "TMLU")
|
16 |
-
task1 = Task("twllm_eval", "acc", "TW Truthful QA")
|
17 |
-
task2 = Task("tw_legal", "acc", "TW Legal Eval")
|
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("tmlu", "acc,none", "TMLU")
|
16 |
+
task1 = Task("twllm_eval", "acc,none", "TW Truthful QA")
|
17 |
+
task2 = Task("tw_legal", "acc,none", "TW Legal Eval")
|
18 |
|
19 |
NUM_FEWSHOT = 0 # Change with your few shot
|
20 |
# ---------------------------------------------------
|