mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
rebase onto the dataset api fix , and pre-commit
This commit is contained in:
parent
a550f17128
commit
7f80b1bbf2
2 changed files with 0 additions and 6 deletions
|
@ -205,7 +205,6 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
DatasetInput(
|
||||
dataset_id="docvqa",
|
||||
provider_id="huggingface",
|
||||
purpose=DatasetPurpose.eval_messages_answer,
|
||||
source=URIDataSource(
|
||||
uri="huggingface://datasets/llamastack/docvqa?split=val",
|
||||
|
|
|
@ -188,17 +188,12 @@ datasets:
|
|||
uri: huggingface://datasets/llamastack/bfcl_v3?split=train
|
||||
metadata: {}
|
||||
dataset_id: bfcl
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
provider_id: huggingface
|
||||
- purpose: eval/messages-answer
|
||||
source:
|
||||
type: uri
|
||||
uri: huggingface://datasets/llamastack/docvqa?split=val
|
||||
metadata: {}
|
||||
dataset_id: docvqa
|
||||
provider_id: huggingface
|
||||
>>>>>>> 81df5a4e (add DocVQA scoring)
|
||||
scoring_fns: []
|
||||
benchmarks:
|
||||
- dataset_id: simpleqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue