openlayer.tasks.TaskType#
- class openlayer.tasks.TaskType(value)#
Enum for the AI/ML tasks types supported by Openlayer.
The task type is used during project creation with the
openlayer.OpenlayerClient.create_project()method.It also determines the tests available on the platform and the information required to add models and datasets to the project.
Note
The sample notebooks show you how to create projects for each of these task types.
- __init__(*args, **kwargs)#
Attributes
LLMNERFor entity recognition tasks with LLMs.
LLMQuestionAnsweringFor question answering tasks with LLMs.
LLMSummarizationFor summarization tasks with LLMs.
LLMTranslationFor translation tasks with LLMs.
LLMFor general LLM tasks (none of the above).
TabularClassificationFor tabular classification tasks.
TabularRegressionFor tabular regression tasks.
TextClassificationFor text classification tasks.