File size: 527 Bytes
298d660
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
    - name: index
      dtype: int64
    - 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: image
      dtype: image
  splits:
    - name: validation
      num_bytes: 19531433
      num_examples: 37
    - name: test
      num_bytes: 378906437
      num_examples: 1016
  download_size: 303343564
  dataset_size: 398437870
---