Closed indunil-19 closed 1 year ago
SoftTemplate
is a primitive implementation of template dealing with soft tokens, all its features are well covered by MixedTemplate
. We recommend using MixedTemplate
directly.
@cyl628 Thank you very much for your answer.
This tutorial uses https://github.com/thunlp/OpenPrompt/blob/main/tutorial/1.4_soft_template.py, but there is no documentation here it, How can I know to use it properly?
Also what is the difference between
MixedTemplate
andSoftTemplate
?