File size: 1,051 Bytes
1e48d2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: caption
    dtype: string
  - name: caption_source
    dtype: string
  - name: image_0_url
    dtype: string
  - name: image_1_url
    dtype: string
  - name: label_0
    dtype: float64
  - name: label_1
    dtype: float64
  - name: num_example_per_prompt
    dtype: int64
  - name: model_0
    dtype: string
  - name: model_1
    dtype: string
  - name: jpg_0
    dtype: binary
  - name: jpg_1
    dtype: binary
  - name: are_different
    dtype: bool
  - name: has_label
    dtype: bool
  - name: origin
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 15989172853.0
    num_examples: 136259
  - name: validation
    num_bytes: 843575477.0
    num_examples: 7320
  - name: test
    num_bytes: 827111114.0
    num_examples: 7230
  download_size: 17603621365
  dataset_size: 17659859444.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---