WordLength / README.md
ianmckenzie's picture
Upload dataset
9618498 verified
|
raw
history blame
2.43 kB
---
dataset_info:
- config_name: default
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: 9310667.0
num_examples: 25000
- name: validation
num_bytes: 9311699.0
num_examples: 25000
download_size: 1305671
dataset_size: 18622366.0
- config_name: neg
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: 5184390.4548
num_examples: 14110
- name: validation
num_bytes: 5137569.54876
num_examples: 13981
download_size: 764895
dataset_size: 10321960.00356
- config_name: pos
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: 4055726.5452
num_examples: 10890
- name: validation
num_bytes: 4104224.45124
num_examples: 11019
download_size: 563490
dataset_size: 8159950.99644
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- config_name: neg
data_files:
- split: train
path: neg/train-*
- split: validation
path: neg/validation-*
- config_name: pos
data_files:
- split: train
path: pos/train-*
- split: validation
path: pos/validation-*
---