File size: 930 Bytes
559ae36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2cfe90c
 
 
 
 
559ae36
 
 
 
 
2cfe90c
 
559ae36
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
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: image_id
    dtype: string
  - name: image
    dtype: image
  - name: answer
    dtype: string
  - name: full_answer
    dtype: string
  - name: is_balanced
    dtype: bool
  - name: group_global
    dtype: string
  - name: group_local
    dtype: string
  - name: type_detailed
    dtype: string
  - name: type_semantic
    dtype: string
  - name: type_structural
    dtype: string
  - name: semantic_str
    dtype: string
  - name: entailed
    list: string
  - name: equivalent
    list: string
  splits:
  - name: dev
    num_bytes: 1619254462
    num_examples: 10062
  - name: test
    num_bytes: 413510620
    num_examples: 2516
  download_size: 2039639922
  dataset_size: 2032765082
configs:
- config_name: default
  data_files:
  - split: dev
    path: data/dev-*
  - split: test
    path: data/test-*
---