File size: 539 Bytes
7a0b722
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49e3ed1
 
 
 
 
7a0b722
 
 
 
 
49e3ed1
 
7a0b722
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
---
dataset_info:
  features:
  - name: choice1
    dtype: string
  - name: choice2
    dtype: string
  - name: idx
    dtype: int64
  - name: label
    dtype: int64
  - name: premise
    dtype: string
  - name: question
    dtype: string
  splits:
  - name: train
    num_bytes: 49638
    num_examples: 400
  - name: eval
    num_bytes: 13005
    num_examples: 100
  download_size: 47801
  dataset_size: 62643
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---