File size: 702 Bytes
454f918 afd2f86 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
dataset_info:
features:
- name: docid
dtype: string
- name: image
dtype: image
- name: text
dtype: string
- name: source
dtype: string
splits:
- name: train
num_bytes: 54366641527.385
num_examples: 118195
- name: test
num_bytes: 227917318.0
num_examples: 500
download_size: 52671630890
dataset_size: 54594558845.385
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
## Overview
This dataset is a transformed version of the ColPali ([vidore/colpali_train_set](https://huggingface.co/datasets/vidore/colpali_train_set)) dataset, formatted to be compatible with Tevatron. |