Skip to content

Commit ccea340

Browse files
Update community_tasks/filipino_evals.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e230356 commit ccea340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community_tasks/filipino_evals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def get_instruction(language: Language) -> str:
491491
return "Tungkol saan ang sumusunod na pangungusap?\n"
492492

493493

494-
def create_task(language: Language, formulation):
494+
def create_sib200_task(language: Language, formulation):
495495
return LightevalTaskConfig(
496496
name=f"sib200_{language.value}_{formulation.name.lower()}",
497497
prompt_function=get_mcq_prompt_function(

0 commit comments

Comments
 (0)