mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-04 17:02:15 +00:00
Resolved merge conflicts
This commit is contained in:
commit
3b3195d8e6
69 changed files with 7693 additions and 467 deletions
|
|
@ -216,6 +216,27 @@ datasets:
|
|||
split: test
|
||||
dataset_id: math_500
|
||||
provider_id: huggingface
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
- dataset_schema:
|
||||
function:
|
||||
type: string
|
||||
language:
|
||||
type: string
|
||||
ground_truth:
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
chat_completion_input:
|
||||
type: string
|
||||
url:
|
||||
uri: https://huggingface.co/datasets/llamastack/bfcl_v3
|
||||
metadata:
|
||||
path: llamastack/bfcl_v3
|
||||
split: train
|
||||
dataset_id: bfcl
|
||||
provider_id: huggingface
|
||||
>>>>>>> upstream/main
|
||||
scoring_fns: []
|
||||
benchmarks:
|
||||
- dataset_id: simpleqa
|
||||
|
|
@ -238,6 +259,14 @@ benchmarks:
|
|||
- basic::regex_parser_math_response
|
||||
metadata: {}
|
||||
benchmark_id: meta-reference-math-500
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
- dataset_id: bfcl
|
||||
scoring_functions:
|
||||
- basic::bfcl
|
||||
metadata: {}
|
||||
benchmark_id: meta-reference-bfcl
|
||||
>>>>>>> upstream/main
|
||||
tool_groups:
|
||||
- toolgroup_id: builtin::websearch
|
||||
provider_id: tavily-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue