not-lain commited on
Commit
35a46b1
1 Parent(s): e1a8d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -10,13 +10,13 @@ dataset_info:
10
  dtype: string
11
  splits:
12
  - name: train
13
- num_bytes: 5118345119.0
14
  num_examples: 9647
15
  - name: test
16
- num_bytes: 2651680363.0
17
  num_examples: 5000
18
  download_size: 7538459464
19
- dataset_size: 7770025482.0
20
  configs:
21
  - config_name: default
22
  data_files:
@@ -24,8 +24,18 @@ configs:
24
  path: data/train-*
25
  - split: test
26
  path: data/test-*
 
 
 
 
27
  ---
28
 
29
  taken from https://huggingface.co/datasets/google/docci
30
 
31
- and updated to the datasets library and only kept the train and the test splits
 
 
 
 
 
 
 
10
  dtype: string
11
  splits:
12
  - name: train
13
+ num_bytes: 5118345119
14
  num_examples: 9647
15
  - name: test
16
+ num_bytes: 2651680363
17
  num_examples: 5000
18
  download_size: 7538459464
19
+ dataset_size: 7770025482
20
  configs:
21
  - config_name: default
22
  data_files:
 
24
  path: data/train-*
25
  - split: test
26
  path: data/test-*
27
+ task_categories:
28
+ - visual-question-answering
29
+ language:
30
+ - en
31
  ---
32
 
33
  taken from https://huggingface.co/datasets/google/docci
34
 
35
+ and updated to the datasets library and only kept the train and the test splits
36
+
37
+ we also have the following columns now
38
+
39
+ * `image` : same as the original dataset
40
+ * `question` : same question repeated for all samples which is "Describe this image"
41
+ * `answer` : same ass description column in the original dataset