OpenPrompt
OpenPrompt copied to clipboard
Any tutorial for prompt template generation
I'm trying to use the T5TemplateGenerator to generate prompt templates on text classification tasks. However, after I initiated the T5TemplateGenerator and call the generate() function it requires a config.template object. May I ask what should I load for this object, please? And do you have any tutorials for automatic prompt template generation, please?
The LM-BFF tutorial works for me.