mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-17 23:17:17 +00:00
fix
This commit is contained in:
parent
33b6d9b7b7
commit
6ee02ca23b
6 changed files with 100 additions and 87 deletions
|
@ -5,7 +5,7 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
from llama_models.llama3.api.datatypes import URL
|
||||
from llama_stack.apis.common.type_system import StringType
|
||||
from llama_stack.apis.common.type_system import CompletionInputType, StringType
|
||||
from llama_stack.apis.datasetio import DatasetDef
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@ llamastack_mmlu = DatasetDef(
|
|||
dataset_schema={
|
||||
"expected_answer": StringType(),
|
||||
"input_query": StringType(),
|
||||
"generated_answer": StringType(),
|
||||
"chat_completion_input": CompletionInputType(),
|
||||
},
|
||||
metadata={"path": "yanxi0830/ls-mmlu", "split": "train"},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue