Spaces:
Runtime error
Runtime error
christodoulos.constantinides@ibm.com
commited on
Commit
·
6368c8e
1
Parent(s):
43d9122
update
Browse files- src/about.py +4 -3
src/about.py
CHANGED
|
@@ -14,9 +14,10 @@ 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("acc_overall", "acc", "Acc_All")
|
| 16 |
task1 = Task("acc_sel", "acc_sel", "Acc_Sel")
|
| 17 |
-
task2 = Task("
|
| 18 |
-
task3 = Task("
|
| 19 |
-
task4 = Task("
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
|
| 14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
| 15 |
task0 = Task("acc_overall", "acc", "Acc_All")
|
| 16 |
task1 = Task("acc_sel", "acc_sel", "Acc_Sel")
|
| 17 |
+
task2 = Task("acc_el", "acc_el", "Acc_El")
|
| 18 |
+
task3 = Task("acc_perturb", "perturb_score", "Acc_Perturb")
|
| 19 |
+
task4 = Task("score_consistency", "consist_score", "Consistency_Score")
|
| 20 |
+
task5 = Task("uncertainty", "uncertainty_score", "Uncertainty_Score")
|
| 21 |
|
| 22 |
|
| 23 |
NUM_FEWSHOT = 0 # Change with your few shot
|