bourdoiscatie commited on
Commit
1bf5163
·
verified ·
1 Parent(s): d8b40e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -2
README.md CHANGED
@@ -11,13 +11,38 @@ dataset_info:
11
  dtype: string
12
  splits:
13
  - name: test
14
- num_bytes: 37496998.0
15
  num_examples: 280
16
  download_size: 23113603
17
- dataset_size: 37496998.0
18
  configs:
19
  - config_name: default
20
  data_files:
21
  - split: test
22
  path: data/test-*
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  dtype: string
12
  splits:
13
  - name: test
14
+ num_bytes: 37496998
15
  num_examples: 280
16
  download_size: 23113603
17
+ dataset_size: 37496998
18
  configs:
19
  - config_name: default
20
  data_files:
21
  - split: test
22
  path: data/test-*
23
+ task_categories:
24
+ - image-feature-extraction
25
+ language:
26
+ - fr
27
+ license: mit
28
  ---
29
+
30
+ ## Description
31
+
32
+ [vidore/tabfquad_test_subsampled](https://huggingface.co/datasets/vidore/tabfquad_test_subsampled) dataset that we processed.
33
+ Although useless, we have created an empty `answer` column to facilitate the concatenation of this dataset with VQA datasets where only the `quesion` and `image` columns would be used to train a Colpali-type model or one of its derivatives.
34
+
35
+
36
+ ## Citation
37
+
38
+ ```
39
+ @misc{faysse2024colpaliefficientdocumentretrieval,
40
+ title={ColPali: Efficient Document Retrieval with Vision Language Models},
41
+ author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
42
+ year={2024},
43
+ eprint={2407.01449},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.IR},
46
+ url={https://arxiv.org/abs/2407.01449},
47
+ }
48
+ ```