mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 21:52:17 +00:00
Resolved merge conflicts
This commit is contained in:
commit
3b3195d8e6
69 changed files with 7693 additions and 467 deletions
|
|
@ -226,6 +226,25 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
"chat_completion_input": {"type": "string"},
|
||||
},
|
||||
),
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
DatasetInput(
|
||||
dataset_id="bfcl",
|
||||
provider_id="huggingface",
|
||||
url=URL(uri="https://huggingface.co/datasets/llamastack/bfcl_v3"),
|
||||
metadata={
|
||||
"path": "llamastack/bfcl_v3",
|
||||
"split": "train",
|
||||
},
|
||||
dataset_schema={
|
||||
"function": {"type": "string"},
|
||||
"language": {"type": "string"},
|
||||
"ground_truth": {"type": "string"},
|
||||
"id": {"type": "string"},
|
||||
"chat_completion_input": {"type": "string"},
|
||||
},
|
||||
),
|
||||
>>>>>>> upstream/main
|
||||
]
|
||||
|
||||
default_benchmarks = [
|
||||
|
|
@ -249,6 +268,14 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
dataset_id="math_500",
|
||||
scoring_functions=["basic::regex_parser_math_response"],
|
||||
),
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
BenchmarkInput(
|
||||
benchmark_id="meta-reference-bfcl",
|
||||
dataset_id="bfcl",
|
||||
scoring_functions=["basic::bfcl"],
|
||||
),
|
||||
>>>>>>> upstream/main
|
||||
]
|
||||
return DistributionTemplate(
|
||||
name=name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue