File size: 771 Bytes
3ae4630
 
d65ffa3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ae4630
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: domain
    dtype: string
  - name: difficulty
    dtype: string
  - name: _id
    dtype: string
  - name: choice_C
    dtype: string
  - name: sub_domain
    dtype: string
  - name: choice_A
    dtype: string
  - name: choice_B
    dtype: string
  - name: choice_D
    dtype: string
  - name: context
    dtype: string
  - name: answer
    dtype: string
  - name: length
    dtype: string
  - name: question
    dtype: string
  - name: token_num
    dtype: int64
  splits:
  - name: test
    num_bytes: 265356901
    num_examples: 573
  download_size: 131394674
  dataset_size: 265356901
---