Update app102.py
Browse files
app102.py
CHANGED
@@ -384,6 +384,7 @@ if "task_choice" in st.session_state:
|
|
384 |
"- Do not include word counts or any additional information\n"
|
385 |
"- Always use your creativity and intelligence to generate unique and diverse text data\n"
|
386 |
"- In sentiment analysis, ensure that the sentiment classification is clearly identified as Positive, Negative, or Neutral. Do not leave the sentiment ambiguous.\n"
|
|
|
387 |
"- Write unique examples every time.\n"
|
388 |
"- DO NOT REPEAT your gnerated text. \n"
|
389 |
"- For each Output, describe it once and move to the next.\n"
|
|
|
384 |
"- Do not include word counts or any additional information\n"
|
385 |
"- Always use your creativity and intelligence to generate unique and diverse text data\n"
|
386 |
"- In sentiment analysis, ensure that the sentiment classification is clearly identified as Positive, Negative, or Neutral. Do not leave the sentiment ambiguous.\n"
|
387 |
+
"- In binary sentiment analysis, classify text strictly as either Positive or Negative. Do not include or imply Neutral as an option.\n"
|
388 |
"- Write unique examples every time.\n"
|
389 |
"- DO NOT REPEAT your gnerated text. \n"
|
390 |
"- For each Output, describe it once and move to the next.\n"
|