Skip to content

Commit 0b40cad

Browse files
committed
Merge branch 'learning_agent' of https://github.com/BlissMe/LLMRagSystem into learning_agent
2 parents 414b8d7 + f8af888 commit 0b40cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learningAgentTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
corrected_label="No Depression Signs Detected",
3636
note="Classifier overestimated sadness"
3737
)
38-
print("\n Feedback Result:", feedback)
38+
print("\n Feedback Result:", feedback)
3939

4040
# ---------- STEP 4: Export fine-tune JSONL ----------
4141
path = agent.export_finetune_jsonl("tmp/ft_export.jsonl", limit=5)
42-
print("\n Fine-tune data exported to:", path)
42+
print("\n Fine-tune data exported to:", path)
4343

4444
# ---------- STEP 5: Distribution & summary ----------
4545
dist = agent.get_label_distribution()

0 commit comments

Comments
 (0)