[email protected] commited on
Commit
6368c8e
·
1 Parent(s): 43d9122
Files changed (1) hide show
  1. 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("acc_perturb", "acc_perturb", "Acc_Perturb")
18
- task3 = Task("score_consistency", "consist_score", "Consistency_Score")
19
- task4 = Task("uncertainty", "uncertainty_score", "Uncertainty_Score")
 
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