File size: 576 Bytes
e6c7c44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bb159d2
 
 
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: context
    dtype: string
  - name: target
    dtype: string
  - name: target_prompt
    dtype: string
  - name: output
    dtype: string
  - name: query_label
    dtype: int32
  splits:
  - name: train
    num_bytes: 9489095
    num_examples: 18221
  - name: validation
    num_bytes: 1454053
    num_examples: 1995
  download_size: 4956267
  dataset_size: 10943148
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
size_categories:
- 10K<n<100K
---