jp1924 commited on
Commit
507de16
1 Parent(s): 798b7af

Upload dataset

Browse files
README.md CHANGED
@@ -1,66 +1,43 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
- - name: IMAGE_ID
5
- dtype: string
6
- - name: IMAGE_NAME
7
- dtype: string
8
- - name: KOREAN_IMAGE
9
- dtype: string
10
- - name: DIRECT_IMAGE
11
- dtype: string
12
- - name: ACTION
13
- dtype: string
14
- - name: CAPTION
15
- dtype: string
16
- - name: IMAGE_ACQUISITION_DATE
17
  dtype: string
18
- - name: IMAGE_URL
19
- dtype: string
20
- - name: LICENSE
21
- dtype: string
22
- - name: MAINOBJECT
23
- dtype: string
24
- - name: MAINOBJECT_URL
25
- dtype: string
26
- - name: SCENE
27
- dtype: string
28
- - name: SUBOBJECT_1
29
- dtype: string
30
- - name: SUBOBJECT_2
31
- dtype: string
32
- - name: WIDTH
33
- dtype: string
34
- - name: HEIGHT
35
  dtype: string
36
- - name: WIKI_FILE
 
 
37
  dtype: string
38
- - name: bounding_box
39
  list:
40
- - name: BOX_ID
41
  dtype: int32
42
- - name: OBJECT
43
  dtype: string
44
- - name: X_COORDINATE
45
- dtype: int32
46
- - name: Y_COORDINATE
47
- dtype: int32
48
- - name: BOX_WIDTH
49
- dtype: int32
50
- - name: BOX_HEIGHT
51
- dtype: int32
52
- - name: questions
53
  list:
54
- - name: question_id
 
 
 
 
55
  dtype: string
56
  - name: visual_concept
57
  list: string
58
- - name: question_ko
59
- dtype: string
60
  - name: question_en
61
  dtype: string
62
- - name: answer_ko
63
- dtype: string
64
  - name: answer_en
65
  dtype: string
66
  - name: question_type
@@ -71,17 +48,45 @@ dataset_info:
71
  list: string
72
  - name: fact
73
  list: string
74
- - name: IMAGE
75
- dtype: image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  splits:
77
  - name: train
78
- num_bytes: 11166609117.625
79
  num_examples: 47203
80
  - name: validation
81
- num_bytes: 1547778920.125
82
  num_examples: 6423
83
- download_size: 12643682029
84
- dataset_size: 12714388037.75
85
  configs:
86
  - config_name: default
87
  data_files:
@@ -89,13 +94,6 @@ configs:
89
  path: data/train-*
90
  - split: validation
91
  path: data/validation-*
92
- task_categories:
93
- - visual-question-answering
94
- language:
95
- - ko
96
- - en
97
- size_categories:
98
- - 10B<n<100B
99
  tags:
100
  - Caption
101
  - Image
 
1
  ---
2
+ language:
3
+ - ko
4
+ - en
5
+ size_categories:
6
+ - 10B<n<100B
7
+ task_categories:
8
+ - visual-question-answering
9
  dataset_info:
10
  features:
11
+ - name: id
 
 
 
 
 
 
 
 
 
 
 
 
12
  dtype: string
13
+ - name: image
14
+ dtype: image
15
+ - name: caption
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  dtype: string
17
+ - name: caption_ls
18
+ list: string
19
+ - name: category
20
  dtype: string
21
+ - name: objects
22
  list:
23
+ - name: id
24
  dtype: int32
25
+ - name: text
26
  dtype: string
27
+ - name: bbox
28
+ list: int32
29
+ - name: question_answer
 
 
 
 
 
 
30
  list:
31
+ - name: id
32
+ dtype: string
33
+ - name: question
34
+ dtype: string
35
+ - name: answer
36
  dtype: string
37
  - name: visual_concept
38
  list: string
 
 
39
  - name: question_en
40
  dtype: string
 
 
41
  - name: answer_en
42
  dtype: string
43
  - name: question_type
 
48
  list: string
49
  - name: fact
50
  list: string
51
+ - name: metadata
52
+ struct:
53
+ - name: KOREAN_IMAGE
54
+ dtype: string
55
+ - name: DIRECT_IMAGE
56
+ dtype: string
57
+ - name: ACTION
58
+ dtype: string
59
+ - name: IMAGE_ACQUISITION_DATE
60
+ dtype: string
61
+ - name: IMAGE_URL
62
+ dtype: string
63
+ - name: LICENSE
64
+ dtype: string
65
+ - name: MAINOBJECT
66
+ dtype: string
67
+ - name: MAINOBJECT_URL
68
+ dtype: string
69
+ - name: SCENE
70
+ dtype: string
71
+ - name: SUBOBJECT_1
72
+ dtype: string
73
+ - name: SUBOBJECT_2
74
+ dtype: string
75
+ - name: WIDTH
76
+ dtype: string
77
+ - name: HEIGHT
78
+ dtype: string
79
+ - name: WIKI_FILE
80
+ dtype: string
81
  splits:
82
  - name: train
83
+ num_bytes: 11169890399.625
84
  num_examples: 47203
85
  - name: validation
86
+ num_bytes: 1548226868.125
87
  num_examples: 6423
88
+ download_size: 12644146792
89
+ dataset_size: 12718117267.75
90
  configs:
91
  - config_name: default
92
  data_files:
 
94
  path: data/train-*
95
  - split: validation
96
  path: data/validation-*
 
 
 
 
 
 
 
97
  tags:
98
  - Caption
99
  - Image
data/{train-00000-of-00023.parquet → train-00000-of-00002.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab4c2d188b9d5b8452dc976b5c34b99b77c4e3bfc180eaa4d798c633abe23dbd
3
- size 391680172
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b404cef37da0ce3fc149c42928c3dcd8155276c145e0b316948511bdaf12324e
3
+ size 6248391624
data/{train-00001-of-00023.parquet → train-00001-of-00002.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1315bc6d09198c0a4a933f6e2e92a107c0c75f10660d18f31286a771ea4cef5e
3
- size 444030768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0288853da992679662175fed8f4bfdf604e529a8fed55ae7028a6d8b6cc95d09
3
+ size 4856293029
data/train-00003-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1761239edbdf1ae53d420027d8e096fcbedb1af4c4e2430863bb799512e1b6d
3
- size 452924795
 
 
 
 
data/train-00004-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1073c3a12b77dce1fdc89c64e9183ee9eb6aa8d70310fc729b2deff160082f2
3
- size 444310164
 
 
 
 
data/train-00005-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d15ec7fd0d46539ffd29f9a04ce5dad2de14d04990c2be424ac8600a151ae81
3
- size 412867442
 
 
 
 
data/train-00006-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eebeac2d94cec02a3434c4085f5b8f85c22318aed2bc4d29e1e8c25affa38ca4
3
- size 385638718
 
 
 
 
data/train-00007-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc7ae3dd628615d4bf2c61ee34828f115ce352fad1e1f5f43ba73a5526dc3e12
3
- size 481176431
 
 
 
 
data/train-00008-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be7ac3d97d3009c9e39ab79f4131d50fbab614363b2ca5ffd144ff0ac8832318
3
- size 445853134
 
 
 
 
data/train-00009-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a4181276bf82a04a6163f3ce8a90f8dcbeb19f8406cca298354e81ca02e67a3
3
- size 422312419
 
 
 
 
data/train-00010-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7523917cde56bc19dbfce218182c2446902760340af8db752dfffdf2030f9307
3
- size 380464860
 
 
 
 
data/train-00011-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:22be8371ed6fd5109d082293c49e425edaad001e1a44eed5dd70a1a820663f8a
3
- size 429359354
 
 
 
 
data/train-00012-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4b84fd79a54b524e3c6cc6303268dd39d83a0785d9250a90b4bd05898757b10
3
- size 375095869
 
 
 
 
data/train-00013-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cf761b3b461d7eee507685aad971713c00f19bf1aae3d5d5fe6630adc51b7c5
3
- size 389095995
 
 
 
 
data/train-00014-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ad9b8facec976cc21184916a265e9b90e824ea24f1d07628c54110fdfbfecbe
3
- size 393193764
 
 
 
 
data/train-00015-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:76f0221963fe1e2b5eec84f2127b8c267e44d8ceae5edc68d4133fee6aac58e5
3
- size 396862684
 
 
 
 
data/train-00016-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c01ad361571523b14b9220641eaf2d071e3de21c1d1e1384895049067cd31130
3
- size 454490999
 
 
 
 
data/train-00017-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:16f2485bbf1258950167bfc44c47c0f566e5a1153d8759638fade6ea74c5726a
3
- size 448281498
 
 
 
 
data/train-00018-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:560279d7b9b69dfab4cb327dcf5942e0596256a18ec47ffc5153d5552fe1f1ee
3
- size 442348652
 
 
 
 
data/train-00019-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:89946a54ec599217cb9e88853ea7e745137d9e49ed420103846137de0a0559fa
3
- size 450819757
 
 
 
 
data/train-00020-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:321b92af60f31706033e733f4f967eb307db76dc2456d967457770e24a209a93
3
- size 467583575
 
 
 
 
data/train-00021-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcb4f3db4b59e286ec4892e1532f6bfa553538896b2ff59e79096629881d4068
3
- size 633745297
 
 
 
 
data/train-00022-of-00023.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:69e7703e2b639a5749dbf125043ab595e25102c002cb8dda2495c5004ccf8580
3
- size 1518616431
 
 
 
 
data/{train-00002-of-00023.parquet → validation-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a06f5f73c3aa44ade7541229e7fbf766e0271ed731cbd8d7ac70f6c872e8d8af
3
- size 443564132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40659be1d324f001d96fccd8de208d1612dfcef8355562b783be8fc31ec2b275
3
+ size 1539462139
data/validation-00000-of-00004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbdd0319c665769948489316f07d972725a625a004678b191ef173eaaf9df38d
3
- size 331785586
 
 
 
 
data/validation-00001-of-00004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2afa41349b9b271917c9f125cefb30360349dc70b7deffd02818a5630a49816e
3
- size 333851554
 
 
 
 
data/validation-00002-of-00004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a534ac63fc9a05ec8358a6681b5e83e6b410484a68744f2332092a59db85664
3
- size 323601699
 
 
 
 
data/validation-00003-of-00004.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:04057b0f3911b6d06be03ba02e1ab0d6d20235ce3408fc10c0bebbaaa4f58767
3
- size 550126280