Spaces:
Sleeping
Sleeping
Francisco Zanartu
commited on
Commit
·
224c8b1
1
Parent(s):
8cddbeb
Prompt update
Browse files- 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
|
61 |
-
|
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}
|