mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
move dataset to hf llamastack repo
This commit is contained in:
parent
72b2c885ee
commit
58c6138df1
3 changed files with 13 additions and 7 deletions
|
@ -8,6 +8,6 @@ from llama_stack.apis.eval import EvalTaskDef
|
|||
|
||||
meta_reference_mmlu = EvalTaskDef(
|
||||
identifier="meta-reference-mmlu",
|
||||
dataset_id="llamastack_mmlu_loose",
|
||||
dataset_id="llamastack_mmlu",
|
||||
scoring_functions=["meta-reference::regex_parser_multiple_choice_answer"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue