@@ -174,7 +174,7 @@ def mean_dv_5(x):
174174mixeval_freeform_easy = LightevalTaskConfig (
175175 name = "mixeval_easy:freeform" ,
176176 prompt_function = mixeval_freeform_prompt ,
177- suite = ["extended " ],
177+ suite = ["lighteval " ],
178178 hf_repo = "MixEval/MixEval" ,
179179 hf_subset = "MixEval" ,
180180 metrics = [llm_judge_mixeval_freeform_flow_judge , llm_judge_mixeval_freeform_gpt_judge ],
@@ -191,7 +191,7 @@ def mean_dv_5(x):
191191mixeval_multichoice_easy = LightevalTaskConfig (
192192 name = "mixeval_easy:multichoice" ,
193193 prompt_function = mixeval_multichoice_prompt ,
194- suite = ["extended " ],
194+ suite = ["lighteval " ],
195195 hf_repo = "MixEval/MixEval" ,
196196 hf_subset = "MixEval" ,
197197 metrics = [llm_judge_mixeval_multichoice_flow_judge , llm_judge_mixeval_multichoice_gpt_judge ],
@@ -207,7 +207,7 @@ def mean_dv_5(x):
207207mixeval_freeform_hard = LightevalTaskConfig (
208208 name = "mixeval_hard:freeform" ,
209209 prompt_function = mixeval_freeform_prompt ,
210- suite = ["extended " ],
210+ suite = ["lighteval " ],
211211 hf_repo = "MixEval/MixEval" ,
212212 hf_subset = "MixEval_Hard" ,
213213 metrics = [llm_judge_mixeval_freeform_flow_judge , llm_judge_mixeval_freeform_gpt_judge ],
@@ -224,7 +224,7 @@ def mean_dv_5(x):
224224mixeval_multichoice_hard = LightevalTaskConfig (
225225 name = "mixeval_hard:multichoice" ,
226226 prompt_function = mixeval_multichoice_prompt ,
227- suite = ["extended " ],
227+ suite = ["lighteval " ],
228228 hf_repo = "MixEval/MixEval" ,
229229 hf_subset = "MixEval_Hard" ,
230230 metrics = [llm_judge_mixeval_multichoice_flow_judge , llm_judge_mixeval_multichoice_gpt_judge ],
0 commit comments