alpcansoydas commited on
Commit
0c62f77
1 Parent(s): 9ccf0ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -15,9 +15,10 @@ llm = HuggingFaceEndpoint(
15
  )
16
 
17
  template_classify = '''
18
- You are an irrelevant content detector bot.
19
- In social media, there are lots of bot accounts and they produce irrelevant contents on company hashtags.
20
- You will detect it as Relevant or Irrelevant.
 
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}