We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e230356 commit ccea340Copy full SHA for ccea340
community_tasks/filipino_evals.py
@@ -491,7 +491,7 @@ def get_instruction(language: Language) -> str:
491
return "Tungkol saan ang sumusunod na pangungusap?\n"
492
493
494
-def create_task(language: Language, formulation):
+def create_sib200_task(language: Language, formulation):
495
return LightevalTaskConfig(
496
name=f"sib200_{language.value}_{formulation.name.lower()}",
497
prompt_function=get_mcq_prompt_function(
0 commit comments