albertvillanova HF staff commited on
Commit
ce6b283
1 Parent(s): 00b0e4a

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - machine-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
- pretty_name: CompGuessWhat?!
13
  size_categories:
14
  - 100K<n<1M
15
  source_datasets:
@@ -19,6 +18,7 @@ task_categories:
19
  task_ids:
20
  - visual-question-answering
21
  paperswithcode_id: compguesswhat
 
22
  dataset_info:
23
  - config_name: compguesswhat-original
24
  features:
@@ -84,16 +84,16 @@ dataset_info:
84
  sequence: float32
85
  splits:
86
  - name: train
87
- num_bytes: 126548689
88
  num_examples: 46341
89
  - name: validation
90
- num_bytes: 26055261
91
  num_examples: 9738
92
  - name: test
93
- num_bytes: 25981593
94
  num_examples: 9621
95
- download_size: 107201655
96
- dataset_size: 178585543
97
  - config_name: compguesswhat-zero_shot
98
  features:
99
  - name: id
@@ -172,6 +172,15 @@ dataset_info:
172
  num_examples: 13300
173
  download_size: 4845966
174
  dataset_size: 97052248
 
 
 
 
 
 
 
 
 
175
  ---
176
 
177
  # Dataset Card for "compguesswhat"
 
1
  ---
2
  annotations_creators:
3
  - machine-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 100K<n<1M
14
  source_datasets:
 
18
  task_ids:
19
  - visual-question-answering
20
  paperswithcode_id: compguesswhat
21
+ pretty_name: CompGuessWhat?!
22
  dataset_info:
23
  - config_name: compguesswhat-original
24
  features:
 
84
  sequence: float32
85
  splits:
86
  - name: train
87
+ num_bytes: 123556580
88
  num_examples: 46341
89
  - name: validation
90
+ num_bytes: 25441428
91
  num_examples: 9738
92
  - name: test
93
+ num_bytes: 25369227
94
  num_examples: 9621
95
+ download_size: 105349759
96
+ dataset_size: 174367235
97
  - config_name: compguesswhat-zero_shot
98
  features:
99
  - name: id
 
172
  num_examples: 13300
173
  download_size: 4845966
174
  dataset_size: 97052248
175
+ configs:
176
+ - config_name: compguesswhat-original
177
+ data_files:
178
+ - split: train
179
+ path: compguesswhat-original/train-*
180
+ - split: validation
181
+ path: compguesswhat-original/validation-*
182
+ - split: test
183
+ path: compguesswhat-original/test-*
184
  ---
185
 
186
  # Dataset Card for "compguesswhat"
compguesswhat-original/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b2a80dd58e66aad5fe8857c95a812e2206ae05a55ec6cfa89d38518577415a
3
+ size 15268653
compguesswhat-original/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4099d3ab1826c0acbf47710ffa8197cf52204cfaa6df44149c1d60ee01dd41f
3
+ size 74763809
compguesswhat-original/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024d592321b0bc7f7f8d6419b1f45f8e188875f4bf187a59037c694b6e806784
3
+ size 15317297