Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +6 -3
src/about.py
CHANGED
@@ -15,9 +15,12 @@ class Tasks(Enum):
|
|
15 |
task1 = Task("community|pr-fouras|0", "pr-fouras-qem", "Pr-Fouras")
|
16 |
task2 = Task("community|kangourou-to|0", "norm_acc", "Kangourou-TO")
|
17 |
task3 = Task("community|sornette|0", "norm_acc", "Sornette")
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
21 |
|
22 |
|
23 |
NUM_FEWSHOT = 0 # Change with your few shot
|
|
|
15 |
task1 = Task("community|pr-fouras|0", "pr-fouras-qem", "Pr-Fouras")
|
16 |
task2 = Task("community|kangourou-to|0", "norm_acc", "Kangourou-TO")
|
17 |
task3 = Task("community|sornette|0", "norm_acc", "Sornette")
|
18 |
+
|
19 |
+
class MixTasks(Enum):
|
20 |
+
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
21 |
+
task1 = Task("community|ifeval-fr|0", "norm_acc", "IFEval-Fr")
|
22 |
+
#task2 = Task("community|gpqa-fr|0", "norm_acc", "GPQA-Fr")
|
23 |
+
task3 = Task("community|bac-fr|0", "bac-fr-qem", "Bac-Fr")
|
24 |
|
25 |
|
26 |
NUM_FEWSHOT = 0 # Change with your few shot
|