TaskPromptTemplateDict

class TaskPromptTemplateDict:

A dictionary (:obj: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.

init

def __init__(self, *args: Any, **kwargs: Any):