TwinDoc commited on
Commit
e21fd35
·
verified ·
1 Parent(s): 17e0b64

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +3 -3
src/about.py CHANGED
@@ -15,9 +15,9 @@ class Tasks(Enum):
15
  #task0 = Task("anli_r1", "acc", "ANLI")
16
  #task1 = Task("logiqa", "acc_norm", "LogiQA")
17
  task0 = Task("kobest_bq", "acc", "kobest_bq")
18
- task0 = Task("kobest_cp", "acc", "kobest_cp")
19
- task0 = Task("kobest_hs", "acc", "kobest_hs")
20
- task0 = Task("kobest_sn", "acc", "kobest_sn")
21
 
22
  NUM_FEWSHOT = 0 # Change with your few shot
23
  # ---------------------------------------------------
 
15
  #task0 = Task("anli_r1", "acc", "ANLI")
16
  #task1 = Task("logiqa", "acc_norm", "LogiQA")
17
  task0 = Task("kobest_bq", "acc", "kobest_bq")
18
+ task1 = Task("kobest_cp", "acc", "kobest_cp")
19
+ task2 = Task("kobest_hs", "acc", "kobest_hs")
20
+ task3 = Task("kobest_sn", "acc", "kobest_sn")
21
 
22
  NUM_FEWSHOT = 0 # Change with your few shot
23
  # ---------------------------------------------------