datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
colpali-queries-mined-20250321-by-source-colqwen-mineinfovqa_colqwen2_embeddings
InfoVQA ColQwen2.5 Embeddings
This dataset contains pre-computed embeddings for the InfoVQA dataset using the ColQwen2.5 model.
Dataset Structure
The dataset consists of three configurations:
Corpus Configuration
Contains document images with their embeddings.
from datasets import load_dataset
corpus = load_dataset("WenxingZhu/infovqa_colqwen2_embeddings", "corpus", split="test")
Fields:
corpus-id (int): Document identifier
image (Image): Original document… See the full description on the dataset page: https://huggingface.co/datasets/WenxingZhu/infovqa_colqwen2_embeddings.allganize-colqwen_v2H-colqwenall-colqwenallganize_all-colqwen
