fix the split of docVQA dataset

This commit is contained in:
Yang Yang 2025-03-14 11:34:09 -07:00
parent 74ccc7e26a
commit b43a514f96
2 changed files with 2 additions and 2 deletions

View file

@ -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"},

View file

@ -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)