Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,10 @@ llm = HuggingFaceEndpoint(
|
|
15 |
)
|
16 |
|
17 |
template_classify = '''
|
18 |
-
You are an irrelevant
|
19 |
-
In social media, there are lots of bot accounts and they produce
|
20 |
-
You will
|
|
|
21 |
|
22 |
Company name: {COMPANY_NAME}
|
23 |
Company sector: {COMPANY_SECTOR}
|
|
|
15 |
)
|
16 |
|
17 |
template_classify = '''
|
18 |
+
You are an irrelevant text detector bot.
|
19 |
+
In social media, there are lots of bot accounts and they produce non related text on company hashtag.
|
20 |
+
You will be provided company informations such as company name, company sector and information about company and text from social media.
|
21 |
+
You will classify it as RELEVANT or IRRELEVANT.
|
22 |
|
23 |
Company name: {COMPANY_NAME}
|
24 |
Company sector: {COMPANY_SECTOR}
|