mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 03:02:29 +00:00
feat: [new open benchmark] BFCL_v3
This commit is contained in:
parent
98b1b15e0f
commit
9dc717742a
9 changed files with 1577 additions and 6 deletions
|
|
@ -118,9 +118,30 @@ models:
|
|||
model_type: embedding
|
||||
shields: []
|
||||
vector_dbs: []
|
||||
datasets: []
|
||||
datasets:
|
||||
- dataset_id: bfcl
|
||||
provider_id: huggingface
|
||||
url:
|
||||
uri: https://huggingface.co/datasets/llamastack/bfcl_v3/tree/main
|
||||
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
|
||||
scoring_fns: []
|
||||
benchmarks: []
|
||||
benchmarks:
|
||||
- benchmark_id: bfcl
|
||||
dataset_id: bfcl
|
||||
scoring_functions: ["basic::bfcl"]
|
||||
tool_groups:
|
||||
- toolgroup_id: builtin::websearch
|
||||
provider_id: tavily-search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue