Francisco Zanartu commited on
Commit
224c8b1
·
1 Parent(s): 8cddbeb

Prompt update

Browse files
Files changed (1) hide show
  1. utils/templates.py +2 -2
utils/templates.py CHANGED
@@ -57,8 +57,8 @@ response:
57
 
58
  SUMMARIZATION = PromptTemplate.from_template(
59
  """[INST]
60
- You are a summarization system that can provide summaries in clear and concise language.
61
- Summarize the following text in 30 words or fewer. Only refer to the text without adding additional elements or opinions.
62
  [/INST]
63
 
64
  text: {text}
 
57
 
58
  SUMMARIZATION = PromptTemplate.from_template(
59
  """[INST]
60
+ You are a paraphrasing system capable of providing rephrased versions of texts in clear and concise language.
61
+ Paraphrase the following text in 30 words or fewer. Only refer to the text without adding additional elements or opinions.
62
  [/INST]
63
 
64
  text: {text}