File size: 767 Bytes
1f46138
 
 
502b5a7
 
1f46138
 
 
 
 
502b5a7
 
 
 
 
1f46138
 
 
 
 
 
 
 
502b5a7
1f46138
 
502b5a7
1f46138
 
502b5a7
1f46138
502b5a7
 
1f46138
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: ind
    dtype: int64
  - name: question
    dtype: string
  - name: choices
    struct:
    - name: label
      sequence: string
    - name: text
      sequence: string
  - name: id
    dtype: string
  - name: answerKey
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 430895
    num_examples: 1031
  - name: validation
    num_bytes: 119032
    num_examples: 275
  - name: test
    num_bytes: 456647
    num_examples: 1077
  download_size: 501250
  dataset_size: 1006574
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---