Spaces:
Running
Running
Update src/about.py
Browse files- src/about.py +2 -0
src/about.py
CHANGED
@@ -16,6 +16,8 @@ class Tasks(Enum):
|
|
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")
|
|
|
16 |
task2 = Task("community|kangourou-to|0", "norm_acc", "Kangourou-TO")
|
17 |
task3 = Task("community|sornette|0", "norm_acc", "Sornette")
|
18 |
|
19 |
+
# Select your sub tasks here for Mix-fr
|
20 |
+
# ---------------------------------------------------
|
21 |
class MixTasks(Enum):
|
22 |
# task_key in the json file, metric_key in the json file, name to display in the leaderboard
|
23 |
task1 = Task("community|ifeval-fr|0", "norm_acc", "IFEval-Fr")
|