code_generation#

class CodeGenerationTask(task, model, **kwargs)[source]#

Bases: Task

The text generation model to predict the code. :param task: The name of task. :type task: string :param model: The model name in the task. :type model: string :param kwargs: Additional keyword arguments passed along to the specific task. :type kwargs: dict, optional