Shaltiel commited on
Commit
508c77f
·
1 Parent(s): ec593a8

Update leaderboard with sentiment task

Browse files
Files changed (1) hide show
  1. src/about.py +1 -0
src/about.py CHANGED
@@ -13,6 +13,7 @@ class Task:
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("custom|heq-qa-tlnls|0", "heq_tlnls", "QA TLNLS (HeQ)")
 
16
 
17
  NUM_FEWSHOT = 0 # Change with your few shot
18
  # ---------------------------------------------------
 
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("custom|heq-qa-tlnls|0", "heq_tlnls", "QA TLNLS (HeQ)")
16
+ task0 = Task("custom|sentiment-acc|0", "sentiment_acc", "Sentiment Acc (Mafat)")
17
 
18
  NUM_FEWSHOT = 0 # Change with your few shot
19
  # ---------------------------------------------------