Spaces:
Runtime error
Runtime error
- src/about.py +18 -1
src/about.py
CHANGED
|
@@ -14,7 +14,24 @@ 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("anli_r1", "acc", "ANLI")
|
| 16 |
task1 = Task("logiqa", "acc_norm", "LogiQA")
|
| 17 |
-
task2 = Task("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
NUM_FEWSHOT = 0 # Change with your few shot
|
| 20 |
# ---------------------------------------------------
|
|
|
|
| 14 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
| 15 |
task0 = Task("anli_r1", "acc", "ANLI")
|
| 16 |
task1 = Task("logiqa", "acc_norm", "LogiQA")
|
| 17 |
+
task2 = Task("belebele_pol_Latn", "acc,none", "belebele_pol_Latn")
|
| 18 |
+
task3 = Task("polemo2_in", "exact_match,score-first", "Polemo2-in")
|
| 19 |
+
task4 = Task("polemo2_in_multiple_choice", "acc,none", "polemo2_in_multiple_choice")
|
| 20 |
+
task5 = Task("polemo2_out", "exact_match,score-first", "polemo2_out")
|
| 21 |
+
task6 = Task("polemo2_out_multiple_choice", "acc,none", "polemo2_out_multiple_choice")
|
| 22 |
+
task7 = Task("polish_8tags_multiple_choice", "acc,none", "polish_8tags_multiple_choice")
|
| 23 |
+
task8 = Task("polish_8tags_regex", "exact_match,score-first", "polish_8tags_regex")
|
| 24 |
+
task9 = Task("polish_belebele_regex", "exact_match,score-first", "polish_belebele_regex")
|
| 25 |
+
task10 = Task("polish_dyk_multiple_choice", "acc,none", "polish_dyk_multiple_choice")
|
| 26 |
+
task11 = Task("polish_dyk_regex", "exact_match,score-first", "polish_dyk_regex")
|
| 27 |
+
task12 = Task("polish_ppc_multiple_choice", "acc,none", "polish_ppc_multiple_choice")
|
| 28 |
+
task13 = Task("polish_ppc_regex", "exact_match,score-first", "polish_ppc_regex")
|
| 29 |
+
task14 = Task("polish_psc_multiple_choice", "acc,none", "polish_psc_multiple_choice")
|
| 30 |
+
task15 = Task("polish_psc_regex", "exact_match,score-first", "polish_psc_regex")
|
| 31 |
+
task16 = Task("polish_cbd_multiple_choice", "acc,none", "polish_cbd_multiple_choice")
|
| 32 |
+
task17 = Task("polish_cbd_regex", "exact_match,score-first", "polish_cbd_regex")
|
| 33 |
+
task18 = Task("polish_klej_ner_multiple_choice", "acc,none", "polish_klej_ner_multiple_choice")
|
| 34 |
+
task19 = Task("polish_klej_ner_regex", "exact_match,score-first", "polish_klej_ner_regex")
|
| 35 |
|
| 36 |
NUM_FEWSHOT = 0 # Change with your few shot
|
| 37 |
# ---------------------------------------------------
|