File size: 970 Bytes
c51252e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
54
---
dataset_info:
  features:
  - name: question_slice_id
    dtype: string
  - name: qa_l0
    dtype: string
  - name: qa_l1
    dtype: string
  - name: question_category
    dtype: string
  - name: content
    struct:
    - name: answer
      dtype: string
    - name: question
      dtype: string
    - name: options
      dtype: string
  - name: content_cn
    struct:
    - name: answer
      dtype: string
    - name: question
      dtype: string
    - name: options
      dtype: string
  - name: content_en
    struct:
    - name: answer
      dtype: string
    - name: question
      dtype: string
    - name: options
      dtype: string
  - name: image_0
    dtype: image
  - name: image_1
    dtype: image
  - name: image_2
    dtype: image
  splits:
  - name: test_en
    num_bytes: 7086337.0
    num_examples: 17
  download_size: 7089818
  dataset_size: 7086337.0
configs:
- config_name: default
  data_files:
  - split: test_en
    path: data/test_en-*
---