File size: 629 Bytes
a6f98ab
 
 
 
 
 
 
 
 
 
 
 
 
1824de7
a6f98ab
 
1824de7
a6f98ab
1824de7
 
 
 
 
a6f98ab
 
 
 
 
 
 
1824de7
 
a6f98ab
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: label
    dtype: int64
  - name: idx
    dtype: int64
  splits:
  - name: evaluation
    num_bytes: 733641
    num_examples: 1000
  - name: few_shots
    num_bytes: 39995
    num_examples: 50
  - name: short_few_shots
    num_bytes: 4799.4
    num_examples: 6
  download_size: 389266
  dataset_size: 778435.4
configs:
- config_name: default
  data_files:
  - split: evaluation
    path: data/evaluation-*
  - split: few_shots
    path: data/few_shots-*
  - split: short_few_shots
    path: data/short_few_shots-*
---