openbmb/VisRAG-Ret-Train-In-domain-data

Dataset

9

stars

1

commits

1

linked in READMEs

Oct 15, 2024

updated

README

Dataset Description

This dataset is the In-domain part of the training set of VisRAG it includes 122,752 Query-Document (Q-D) Pairs from openly available academic datasets. Our training data is organized with a batch size of 128, ensuring that all data within the same batch comes from the same dataset.

Dataset# Q-D Pairs
ArXivQA25,856
ChartQA4,224
MP-DocVQA10,624
InfoVQA17,664
PlotQA56,192
SlideVQA8,192

Load the dataset

from datasets import load_dataset
ds = load_dataset("openbmb/VisRAG-Ret-Train-In-domain-data", split="train")

Contributors

LX
lx

1 commits

openbmb/VisRAG-Ret-Train-In-domain-data

Dataset

9

stars

1

commits

1

linked in READMEs

Oct 15, 2024

updated

README

Dataset Description

This dataset is the In-domain part of the training set of VisRAG it includes 122,752 Query-Document (Q-D) Pairs from openly available academic datasets. Our training data is organized with a batch size of 128, ensuring that all data within the same batch comes from the same dataset.

Dataset# Q-D Pairs
ArXivQA25,856
ChartQA4,224
MP-DocVQA10,624
InfoVQA17,664
PlotQA56,192
SlideVQA8,192

Load the dataset

from datasets import load_dataset
ds = load_dataset("openbmb/VisRAG-Ret-Train-In-domain-data", split="train")

Contributors

LX
lx

1 commits