File size: 585 Bytes
cbef4ec
 
 
 
 
 
 
 
 
 
 
bbf3f01
cbef4ec
 
bbf3f01
cbef4ec
bbf3f01
 
 
 
 
cbef4ec
 
 
 
 
 
 
bbf3f01
 
cbef4ec
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: idx
    dtype: int64
  splits:
  - name: evaluation
    num_bytes: 162062
    num_examples: 1000
  - name: few_shots
    num_bytes: 7104
    num_examples: 50
  - name: short_few_shots
    num_bytes: 1187
    num_examples: 6
  download_size: 114140
  dataset_size: 170353
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-*
---