CCPD / dataset_infos.yaml
1602353775wzj's picture
Split dataset into train (60%) and test (40%) splits using multilabel stratified sampling
c1ee65f verified
raw
history blame contribute delete
535 Bytes
configs:
- config_name: ccpd
data_files:
- path: train-*.parquet
split: train
- path: test-*.parquet
split: test
dataset_info:
configs:
- config_name: ccpd
features:
- name: text
dtype: string
- name: title
dtype: string
- name: theme_labels
sequence: string
- name: emotion_labels
sequence: string
splits:
- name: train
num_bytes: 1761649
num_examples: 10071
- name: test
num_bytes: 1238066
num_examples: 7032
dataset_size: 2999715