metadata
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: clean_label
dtype: string
- name: clean_label_id
dtype: int64
- name: noisy_label
dtype: string
- name: noisy_label_id
dtype: int64
splits:
- name: train
num_bytes: 186669
num_examples: 1340
- name: validation
num_bytes: 26221
num_examples: 189
- name: test
num_bytes: 52598
num_examples: 379
download_size: 136869
dataset_size: 265488