Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
< 1K
License:
File size: 821 Bytes
ee63754 23933fd ee63754 23933fd ee63754 23933fd ee63754 | 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 | configs:
- config_name: default
data_files:
- path: data/train-*.parquet
split: train
- path: data/test-*.parquet
split: test
default: true
dataset_info:
configs:
- config_name: default
dataset_size: 285180
download_size: 285180
features:
- dtype: string
name: id
- dtype: string
name: title
- dtype: string
name: author
- dtype: string
name: poem
- sequence:
dtype: int64
name: labels
- sequence:
dtype: string
name: label_names
- sequence:
dtype: float64
name: scores
- dtype: int64
name: n_annotators
splits:
- name: train
num_bytes: 218525
num_examples: 228
- name: test
num_bytes: 66655
num_examples: 61
|