Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def judge_sentiment(text, result_1, result_2):
|
|
52 |
"Your judgment criteria (weights from 0 to 1):\n"
|
53 |
"- Semantic match (meaning alignment with the sentence)\n"
|
54 |
"- Tone match (emotional consistency)\n"
|
55 |
-
- Label accuracy (correct label among known sentiment labels)\n\n"
|
56 |
"Respond ONLY in this format:\n"
|
57 |
"Model A: good | Model B: bad\n"
|
58 |
"Weights used:\n"
|
|
|
52 |
"Your judgment criteria (weights from 0 to 1):\n"
|
53 |
"- Semantic match (meaning alignment with the sentence)\n"
|
54 |
"- Tone match (emotional consistency)\n"
|
55 |
+
"- Label accuracy (correct label among known sentiment labels)\n\n"
|
56 |
"Respond ONLY in this format:\n"
|
57 |
"Model A: good | Model B: bad\n"
|
58 |
"Weights used:\n"
|