Sentiment Analysis LLM Prompt
Model description
This repository contains an LLM system prompt (I suited it for Mistral Small 24B) for French sentiment classification.
The model is instructed to return a strict JSON object with two fields:
"sentiment" : one of POSITIF, NEGATIF, NEUTRE
"confiance" : a float between 0.00 and 1.00 (two decimals)
The design of the prompt makes it suitable for short verbatims, such as answers in customer or employee satisfaction surveys.