Bazsalanszky commited on
Commit
8914241
1 Parent(s): 5c5f47c

Test commit

Browse files
Files changed (1) hide show
  1. src/about.py +6 -6
src/about.py CHANGED
@@ -13,12 +13,12 @@ class Task:
13
  # ---------------------------------------------------
14
  class Tasks(Enum):
15
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
16
- task0 = Task("category_mean", "history", "History")
17
- task1 = Task("category_mean", "grammar", "Grammar")
18
- task2 = Task("category_mean", "logic", "Logic")
19
- task3 = Task("category_mean", "sayings", "Sayings")
20
- task4 = Task("category_mean", "spelling", "Spelling")
21
- task5 = Task("category_mean", "Vocabulary", "Vocabulary")
22
 
23
 
24
  NUM_FEWSHOT = 0 # Change with your few shot
 
13
  # ---------------------------------------------------
14
  class Tasks(Enum):
15
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
16
+ task0 = Task("history","score", "History")
17
+ task1 = Task("grammar","score", "Grammar")
18
+ task2 = Task("logic","score", "Logic")
19
+ task3 = Task("sayings","score", "Sayings")
20
+ task4 = Task("spelling","score", "Spelling")
21
+ task5 = Task("Vocabulary","score", "Vocabulary")
22
 
23
 
24
  NUM_FEWSHOT = 0 # Change with your few shot