File size: 1,677 Bytes
31f9dd7
 
c0d831f
eae347e
 
 
 
 
 
97d9bc8
 
 
 
 
 
c0d831f
 
 
 
 
 
 
eae347e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97d9bc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c0d831f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31f9dd7
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---

license: cc-by-nc-4.0
configs:
- config_name: large
  data_files:
  - split: train
    path: large/train-*
  - split: test
    path: large/test-*
- config_name: medium
  data_files:
  - split: train
    path: medium/train-*
  - split: test
    path: medium/test-*
- config_name: small
  data_files:
  - split: train
    path: small/train-*
  - split: test
    path: small/test-*
dataset_info:
- config_name: large
  features:
  - name: image
    dtype: image
  - name: image_filename
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 21367255
    num_examples: 6576
  - name: test
    num_bytes: 5327323
    num_examples: 1644
  download_size: 542361
  dataset_size: 26694578
- config_name: medium
  features:
  - name: image
    dtype: image
  - name: image_filename
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 2656027
    num_examples: 800
  - name: test
    num_bytes: 641066
    num_examples: 200
  download_size: 161759
  dataset_size: 3297093
- config_name: small
  features:
  - name: image
    dtype: image
  - name: image_filename
    dtype: string
  - name: conversations
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  splits:
  - name: train
    num_bytes: 525543
    num_examples: 160
  - name: test
    num_bytes: 138885
    num_examples: 40
  download_size: 56157
  dataset_size: 664428
---