alex-abb commited on
Commit
7e23014
·
verified ·
1 Parent(s): 394e3ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def query(payload):
15
  return response.json()
16
 
17
  def analyze_sentiment(text):
18
- prompt = f"TYou're a sentiment analyzer. Your role is to evaluate the general feeling of the prompt. Answer only with 'positive' or 'negative'. Don't add any explanations. Here's the text to analyze (don't add any text) : {text}"
19
 
20
  output = query({
21
  "inputs": prompt,
 
15
  return response.json()
16
 
17
  def analyze_sentiment(text):
18
+ prompt = f"<|begin_of_text|><|start_header_id|>system<|end_header_id|>You're a sentiment analyzer. Your role is to evaluate the general feeling of the prompt. Answer only with 'positive' or 'negative'. Don't add any explanations. Here's the text to analyze (don't add any text) : {text}<|eot_id|><|start_header_id|>user<|end_header_id|>"
19
 
20
  output = query({
21
  "inputs": prompt,