We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414b8d7 + f8af888 commit 0b40cadCopy full SHA for 0b40cad
1 file changed
learningAgentTest.py
@@ -35,11 +35,11 @@
35
corrected_label="No Depression Signs Detected",
36
note="Classifier overestimated sadness"
37
)
38
-print("\n✅ Feedback Result:", feedback)
+print("\n Feedback Result:", feedback)
39
40
# ---------- STEP 4: Export fine-tune JSONL ----------
41
path = agent.export_finetune_jsonl("tmp/ft_export.jsonl", limit=5)
42
-print("\n✅ Fine-tune data exported to:", path)
+print("\n Fine-tune data exported to:", path)
43
44
# ---------- STEP 5: Distribution & summary ----------
45
dist = agent.get_label_distribution()
0 commit comments