File size: 665 Bytes
fde5185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b8516ff
 
 
 
 
fde5185
 
 
 
 
 
 
b8516ff
 
fde5185
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
---
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: prompt
    dtype: string
  - name: answer
    dtype: string
  - name: images
    dtype: image
  splits:
  - name: two_choice
    num_bytes: 198307640.0
    num_examples: 954
  - name: four_choice
    num_bytes: 198449062.0
    num_examples: 954
  - name: gt_descriptions
    num_bytes: 198277579.0
    num_examples: 954
  download_size: 503629289
  dataset_size: 595034281.0
configs:
- config_name: default
  data_files:
  - split: two_choice
    path: data/two_choice-*
  - split: four_choice
    path: data/four_choice-*
  - split: gt_descriptions
    path: data/gt_descriptions-*
---