jxu124 commited on
Commit
4c08ca0
1 Parent(s): 421e0ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -22
README.md CHANGED
@@ -2,35 +2,73 @@
2
  license: apache-2.0
3
  dataset_info:
4
  features:
5
- - name: raw_objects
 
 
6
  dtype: string
7
- - name: raw_info
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  dtype: string
9
- - name: dialog
10
- sequence:
 
 
 
 
 
11
  sequence: string
12
- - name: bbox
13
- sequence: float64
14
- - name: category
15
- dtype: string
16
- - name: global_image_id
17
- dtype: string
18
- - name: image_path
19
- dtype: string
20
- - name: anns_id
21
- dtype: string
 
 
 
 
 
 
 
22
  splits:
23
  - name: train
24
- num_bytes: 476463331
25
- num_examples: 92136
26
  - name: test
27
- num_bytes: 102062129
28
- num_examples: 19593
29
  - name: validation
30
- num_bytes: 102068277
31
- num_examples: 19665
32
- download_size: 333535154
33
- dataset_size: 680593737
34
  ---
35
 
36
  Origin dataset can be accessed from [here](https://github.com/GuessWhatGame/guesswhat).
 
2
  license: apache-2.0
3
  dataset_info:
4
  features:
5
+ - name: image_raw
6
+ dtype: image
7
+ - name: status
8
  dtype: string
9
+ - name: picture
10
+ struct:
11
+ - name: coco_url
12
+ dtype: string
13
+ - name: file_name
14
+ dtype: string
15
+ - name: flickr_url
16
+ dtype: string
17
+ - name: height
18
+ dtype: int64
19
+ - name: width
20
+ dtype: int64
21
+ - name: picture_id
22
+ dtype: int64
23
+ - name: qas
24
+ list:
25
+ - name: q
26
+ dtype: string
27
+ - name: a
28
+ dtype: string
29
+ - name: id
30
+ dtype: int64
31
+ - name: questioner_id
32
+ dtype: int64
33
+ - name: timestamp
34
  dtype: string
35
+ - name: object_id
36
+ dtype: int64
37
+ - name: dialogue_id
38
+ dtype: int64
39
+ - name: objects
40
+ struct:
41
+ - name: objects_keys
42
  sequence: string
43
+ - name: objects_values
44
+ list:
45
+ - name: area
46
+ dtype: float64
47
+ - name: bbox
48
+ sequence: float64
49
+ - name: category
50
+ dtype: string
51
+ - name: category_id
52
+ dtype: int64
53
+ - name: iscrowd
54
+ dtype: bool
55
+ - name: object_id
56
+ dtype: int64
57
+ - name: segment
58
+ sequence:
59
+ sequence: float64
60
  splits:
61
  - name: train
62
+ num_bytes: 17727639600.26
63
+ num_examples: 108860
64
  - name: test
65
+ num_bytes: 3858218992.82
66
+ num_examples: 23115
67
  - name: validation
68
+ num_bytes: 3885120224.34
69
+ num_examples: 23305
70
+ download_size: 25497584790
71
+ dataset_size: 25470978817.42
72
  ---
73
 
74
  Origin dataset can be accessed from [here](https://github.com/GuessWhatGame/guesswhat).