PIE Dataset Card for "imdb"
This is a PyTorch-IE wrapper for the imdb Huggingface dataset loading script.
Data Schema
The document type for this dataset is ImdbDocument
which defines the following data fields:
text
(str)id
(str, optional)metadata
(dictionary, optional)
and the following annotation layers:
label
(annotation type:Label
, target:None
)
See here and here for the annotation type definitions.
Document Converters
The dataset provides predefined document converters for the following target document types:
pie_modules.documents.ExtractiveQADocument
(simple cast without any conversion)