File size: 792 Bytes
595f6ec
 
7d3e02b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b11f4d0
 
9991515
b11f4d0
 
9991515
b11f4d0
 
 
 
7d3e02b
 
 
 
 
9991515
 
 
 
595f6ec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---

license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: question_id
    dtype: int64
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: image_source
    dtype: string
  - name: image
    dtype: image
  - name: category
    dtype: string
  splits:
  - name: large
    num_bytes: 2872350768.0
    num_examples: 324000
  - name: medium
    num_bytes: 6000568384.0
    num_examples: 1047600
  - name: small
    num_bytes: 5577025275.2
    num_examples: 1281600
  download_size: 2772999899
  dataset_size: 14449944427.2
configs:
- config_name: default
  data_files:
  - split: large
    path: data/large-*
  - split: medium
    path: data/medium-*
  - split: small
    path: data/small-*
---