File size: 514 Bytes
a523759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: input_image
    dtype: image
  - name: weak_prompt
    dtype: string
  - name: verdict
    dtype:
      class_label:
        names:
          '0': 'False'
          '1': 'True'
  - name: ground_truth_reasoning
    dtype: string
  splits:
  - name: train
    num_bytes: 206966837
    num_examples: 33
  download_size: 206959328
  dataset_size: 206966837
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---