TaskPromptTemplateDict
Dict[Any, TextPromptDict]
) of task prompt
templates keyed by task type. This dictionary is used to map from
a task type to its corresponding prompt template dictionary.
class TaskPromptTemplateDict:
Dict[Any, TextPromptDict]
) of task prompt
templates keyed by task type. This dictionary is used to map from
a task type to its corresponding prompt template dictionary.
def __init__(self, *args: Any, **kwargs: Any):