Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 694 Bytes

sentiment-analyzer.md

File metadata and controls

37 lines (21 loc) · 694 Bytes

Sentiment Analyzer | Start Chat

This prompt is all about sentiment analysis and classifying them with one of positive, neutral or negative and provide with the score

Prompt

Classify the text into positive, neutral or negative with the score in JSON format:
Text: {{ text }}
Classification:
Score:

Welcome Message

{

"text": "I love the prompt engineering",

"classification": "positive",

"score": 0.9754

}

Conversation

ASSISTANT: {

"text": "I love the prompt engineering",

"classification": "positive",

"score": 0.9754

}