Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- 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 |
-
|
| 19 |
-
|
| 20 |
-
|
| 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 |
# ---------------------------------------------------
|