Task templatesΒΆ
The tasks supported by datasets.Dataset.prepare_for_task
and datasets.DatasetDict.prepare_for_task
.
-
class
datasets.tasks.
AutomaticSpeechRecognition
(task: str = 'automatic-speech-recognition', audio_file_path_column: str = 'audio_file_path', transcription_column: str = 'transcription')[source]ΒΆ
-
class
datasets.tasks.
ImageClassification
(task: str = 'image-classification', image_file_path_column: str = 'image_file_path', label_column: str = 'labels', labels: Union[Tuple[str], NoneType] = None)[source]ΒΆ
-
class
datasets.tasks.
QuestionAnsweringExtractive
(task: str = 'question-answering-extractive', question_column: str = 'question', context_column: str = 'context', answers_column: str = 'answers')[source]ΒΆ