OpenPrompt
OpenPrompt copied to clipboard
Hard or Soft template when using SoftTemplate
Using SoftTemplate, is the following code the hard (textual) template?
text='Text: {"placeholder":"text_a"} Summarization: {"mask"}
Or, it only uses the text to initialize the soft template?
Have you ever solved this problem? (I guess they use a hybird way through soft_template)
I think the text is only used to give an initialization for the prompt.