lhoestq HF staff commited on
Commit
0d6df9f
1 Parent(s): 48ed402

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +154 -1
README.md CHANGED
@@ -19,6 +19,159 @@ task_categories:
19
  task_ids:
20
  - visual-question-answering
21
  paperswithcode_id: compguesswhat
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "compguesswhat"
@@ -276,4 +429,4 @@ The data fields are the same among all splits.
276
 
277
  ### Contributions
278
 
279
- Thanks to [@thomwolf](https://github.com/thomwolf), [@aleSuglia](https://github.com/aleSuglia), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
19
  task_ids:
20
  - visual-question-answering
21
  paperswithcode_id: compguesswhat
22
+ dataset_info:
23
+ - config_name: compguesswhat-original
24
+ features:
25
+ - name: id
26
+ dtype: int32
27
+ - name: target_id
28
+ dtype: int32
29
+ - name: timestamp
30
+ dtype: string
31
+ - name: status
32
+ dtype: string
33
+ - name: image
34
+ struct:
35
+ - name: id
36
+ dtype: int32
37
+ - name: file_name
38
+ dtype: string
39
+ - name: flickr_url
40
+ dtype: string
41
+ - name: coco_url
42
+ dtype: string
43
+ - name: height
44
+ dtype: int32
45
+ - name: width
46
+ dtype: int32
47
+ - name: visual_genome
48
+ struct:
49
+ - name: width
50
+ dtype: int32
51
+ - name: height
52
+ dtype: int32
53
+ - name: url
54
+ dtype: string
55
+ - name: coco_id
56
+ dtype: int32
57
+ - name: flickr_id
58
+ dtype: string
59
+ - name: image_id
60
+ dtype: string
61
+ - name: qas
62
+ sequence:
63
+ - name: question
64
+ dtype: string
65
+ - name: answer
66
+ dtype: string
67
+ - name: id
68
+ dtype: int32
69
+ - name: objects
70
+ sequence:
71
+ - name: id
72
+ dtype: int32
73
+ - name: bbox
74
+ sequence: float32
75
+ length: 4
76
+ - name: category
77
+ dtype: string
78
+ - name: area
79
+ dtype: float32
80
+ - name: category_id
81
+ dtype: int32
82
+ - name: segment
83
+ sequence:
84
+ sequence: float32
85
+ splits:
86
+ - name: test
87
+ num_bytes: 25981593
88
+ num_examples: 9621
89
+ - name: train
90
+ num_bytes: 126548689
91
+ num_examples: 46341
92
+ - name: validation
93
+ num_bytes: 26055261
94
+ num_examples: 9738
95
+ download_size: 107201655
96
+ dataset_size: 178585543
97
+ - config_name: compguesswhat-zero_shot
98
+ features:
99
+ - name: id
100
+ dtype: int32
101
+ - name: target_id
102
+ dtype: string
103
+ - name: status
104
+ dtype: string
105
+ - name: image
106
+ struct:
107
+ - name: id
108
+ dtype: int32
109
+ - name: file_name
110
+ dtype: string
111
+ - name: coco_url
112
+ dtype: string
113
+ - name: height
114
+ dtype: int32
115
+ - name: width
116
+ dtype: int32
117
+ - name: license
118
+ dtype: int32
119
+ - name: open_images_id
120
+ dtype: string
121
+ - name: date_captured
122
+ dtype: string
123
+ - name: objects
124
+ sequence:
125
+ - name: id
126
+ dtype: string
127
+ - name: bbox
128
+ sequence: float32
129
+ length: 4
130
+ - name: category
131
+ dtype: string
132
+ - name: area
133
+ dtype: float32
134
+ - name: category_id
135
+ dtype: int32
136
+ - name: IsOccluded
137
+ dtype: int32
138
+ - name: IsTruncated
139
+ dtype: int32
140
+ - name: segment
141
+ sequence:
142
+ - name: MaskPath
143
+ dtype: string
144
+ - name: LabelName
145
+ dtype: string
146
+ - name: BoxID
147
+ dtype: string
148
+ - name: BoxXMin
149
+ dtype: string
150
+ - name: BoxXMax
151
+ dtype: string
152
+ - name: BoxYMin
153
+ dtype: string
154
+ - name: BoxYMax
155
+ dtype: string
156
+ - name: PredictedIoU
157
+ dtype: string
158
+ - name: Clicks
159
+ dtype: string
160
+ splits:
161
+ - name: nd_test
162
+ num_bytes: 36352201
163
+ num_examples: 13836
164
+ - name: nd_valid
165
+ num_bytes: 13557059
166
+ num_examples: 5343
167
+ - name: od_test
168
+ num_bytes: 33049755
169
+ num_examples: 13300
170
+ - name: od_valid
171
+ num_bytes: 14093233
172
+ num_examples: 5372
173
+ download_size: 4845966
174
+ dataset_size: 97052248
175
  ---
176
 
177
  # Dataset Card for "compguesswhat"
 
429
 
430
  ### Contributions
431
 
432
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@aleSuglia](https://github.com/aleSuglia), [@lhoestq](https://github.com/lhoestq) for adding this dataset.