File size: 841 Bytes
3c448bc
bfbe7c3
 
3c448bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: A
    dtype: string
  - name: B
    dtype: string
  - name: C
    dtype: string
  - name: D
    dtype: string
  - name: E
    dtype: string
  - name: F
    dtype: string
  - name: G
    dtype: string
  - name: H
    dtype: string
  - name: I
    dtype: string
  - name: image
    sequence: image
  - name: category
    dtype: string
  - name: l2-category
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: val
    num_bytes: 6257924.0
    num_examples: 50
  - name: test
    num_bytes: 7912810.0
    num_examples: 50
  download_size: 8447216
  dataset_size: 14170734.0
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---