mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +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"),
|
url=URL(uri="https://huggingface.co/datasets/llamastack/docvqa"),
|
||||||
metadata={
|
metadata={
|
||||||
"path": "llamastack/docvqa",
|
"path": "llamastack/docvqa",
|
||||||
"split": "train",
|
"split": "val",
|
||||||
},
|
},
|
||||||
dataset_schema={
|
dataset_schema={
|
||||||
"chat_completion_input": {"type": "string"},
|
"chat_completion_input": {"type": "string"},
|
||||||
|
|
|
@ -200,7 +200,7 @@ datasets:
|
||||||
uri: https://huggingface.co/datasets/llamastack/docvqa
|
uri: https://huggingface.co/datasets/llamastack/docvqa
|
||||||
metadata:
|
metadata:
|
||||||
path: llamastack/docvqa
|
path: llamastack/docvqa
|
||||||
split: train
|
split: val
|
||||||
dataset_id: docvqa
|
dataset_id: docvqa
|
||||||
provider_id: huggingface
|
provider_id: huggingface
|
||||||
>>>>>>> 81df5a4e (add DocVQA scoring)
|
>>>>>>> 81df5a4e (add DocVQA scoring)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue