HaikuSeasonClassification / dataset_infos.yaml
1602353775wzj's picture
Add HaikuSeasonClassification (4 seasons; stratified 80/20)
6a10fd0 verified
Raw
History Blame Contribute Delete
675 Bytes
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: 12919
download_size: 12919
features:
- dtype: string
name: id
- dtype: string
name: poem
- dtype: string
name: author
- dtype: string
name: season_word
- dtype: int64
name: label
- dtype: string
name: label_name
splits:
- name: train
num_bytes: 8525
num_examples: 113
- name: test
num_bytes: 4394
num_examples: 29