File size: 504 Bytes
14caf43
 
 
 
 
 
 
 
 
 
 
 
 
340b155
14caf43
 
340b155
14caf43
340b155
 
14caf43
 
 
 
 
 
 
 
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: context
    dtype: string
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 3394085
    num_examples: 5856
  - name: validation
    num_bytes: 862641
    num_examples: 1825
  download_size: 1607888
  dataset_size: 4256726
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---