mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
fix the split of docVQA dataset
This commit is contained in:
parent
74ccc7e26a
commit
b43a514f96
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
url=URL(uri="https://huggingface.co/datasets/llamastack/docvqa"),
|
||||
metadata={
|
||||
"path": "llamastack/docvqa",
|
||||
"split": "train",
|
||||
"split": "val",
|
||||
},
|
||||
dataset_schema={
|
||||
"chat_completion_input": {"type": "string"},
|
||||
|
|
|
@ -200,7 +200,7 @@ datasets:
|
|||
uri: https://huggingface.co/datasets/llamastack/docvqa
|
||||
metadata:
|
||||
path: llamastack/docvqa
|
||||
split: train
|
||||
split: val
|
||||
dataset_id: docvqa
|
||||
provider_id: huggingface
|
||||
>>>>>>> 81df5a4e (add DocVQA scoring)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue