Spaces:
Sleeping
Sleeping
alpcansoydas
commited on
Commit
•
d9888b5
1
Parent(s):
bccfc7f
Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,13 @@ llm = HuggingFaceEndpoint(
|
|
15 |
)
|
16 |
|
17 |
template_classify = '''
|
18 |
-
What is the main topic of given text
|
19 |
|
20 |
<text>
|
21 |
{TEXT}
|
22 |
</text>
|
23 |
|
|
|
24 |
'''
|
25 |
|
26 |
template_json = '''
|
|
|
15 |
)
|
16 |
|
17 |
template_classify = '''
|
18 |
+
What is the main topic of given text?:
|
19 |
|
20 |
<text>
|
21 |
{TEXT}
|
22 |
</text>
|
23 |
|
24 |
+
Answer generally not too specificly. Answer shortly with two or three word phrases not with long sentence
|
25 |
'''
|
26 |
|
27 |
template_json = '''
|