File size: 912 Bytes
0bab441
c16644a
 
913df79
c16644a
 
0bab441
 
 
 
913df79
c16644a
913df79
0bab441
 
 
c16644a
0bab441
 
c16644a
0bab441
c16644a
 
0bab441
 
 
 
 
 
 
 
64d3bf5
 
fb654ec
35a46b1
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
---
language:
- en
license: cc-by-4.0
task_categories:
- visual-question-answering
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 4970603548.0
    num_examples: 9647
  - name: test
    num_bytes: 2574720843.0
    num_examples: 5000
  download_size: 7538288046
  dataset_size: 7545324391.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

taken from https://huggingface.co/datasets/google/docci

and updated to the datasets library and only kept the train and the test splits

we also have the following columns now 

* `image` : same as the original dataset
* `question` : same question repeated for all samples which is "Describe this image"
* `answer` : same ass description column in the original dataset