datasets
datasets¶
NLP datasets grouped by tasks. For each task, we provide at least one torch.utils.data.Dataset
compatible class
and several open-source resources. Their file format and description can be found in their Dataset.load_file
documents. Their contents are split into TRAIN
, DEV
and TEST
portions, each of them is stored in
a Python constant which can be fetched using get_resource()
.