BertrandCabotIDRIS commited on
Commit
d730508
·
verified ·
1 Parent(s): d27138b

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -27,7 +27,7 @@ class MixTasks:
27
  class MixTasks(Enum):
28
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
29
  task1 = Task("community|ifeval-fr|0", "norm_acc", "IFEval-Fr")
30
- #task2 = Task("community|gpqa-fr|0", "norm_acc", "GPQA-Fr")
31
  task3 = Task("community|bac-fr|0", "bac-fr-qem", "Bac-Fr")
32
 
33
 
 
27
  class MixTasks(Enum):
28
  # task_key in the json file, metric_key in the json file, name to display in the leaderboard
29
  task1 = Task("community|ifeval-fr|0", "norm_acc", "IFEval-Fr")
30
+ task2 = Task("community|gpqa-fr|0", "norm_acc", "GPQA-Fr")
31
  task3 = Task("community|bac-fr|0", "bac-fr-qem", "Bac-Fr")
32
 
33