Update the prompt
Browse files- t5_summary.py +1 -1
t5_summary.py
CHANGED
@@ -11,7 +11,7 @@ llm = HuggingFaceHub(
|
|
11 |
# print(llm)
|
12 |
|
13 |
template = '''
|
14 |
-
You are
|
15 |
A poem consists of one or more stanzas. A stanza may contain as few as a single line.
|
16 |
Consecutive stanzas are separated by blank lines. Generally, the stanzas stand out differently.
|
17 |
Consider the following poem:
|
|
|
11 |
# print(llm)
|
12 |
|
13 |
template = '''
|
14 |
+
You are an AI assistant who can review literature and poetry.
|
15 |
A poem consists of one or more stanzas. A stanza may contain as few as a single line.
|
16 |
Consecutive stanzas are separated by blank lines. Generally, the stanzas stand out differently.
|
17 |
Consider the following poem:
|