File size: 807 Bytes
891cc72 |
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 |
---
dataset_info:
features:
- name: instructions
dtype: string
- name: content
sequence: string
- name: answer_prompt
dtype: string
- name: clf_label
dtype:
class_label:
names:
'0': ' FIRST'
'1': ' SECOND'
- name: proxy_clf_label
dtype:
class_label:
names:
'0': ' FIRST'
'1': ' SECOND'
- name: gen_target
dtype: string
- name: proxy_gen_target
dtype: string
splits:
- name: train
num_bytes: 9185667.0
num_examples: 25000
- name: validation
num_bytes: 9186699.0
num_examples: 25000
download_size: 1386514
dataset_size: 18372366.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|