docs: document min confidence edge cases#66
Conversation
|
Thanks — this is exactly what #64 asked for, and I verified all three claims against the code (the ≥ 0.5 transformer confidence floor, the unfiltered
Once checks are green this goes in. |
|
Friendly ping — the content here was verified correct on review and it's a two-minute path to merge: mark the PR ready, add the rights-attestation line to the description, and let CI run. If we don't hear back within a few days we'll fold the same docs change into main directly and credit you in the commit, so #64 can close either way. |
Summary:
min_confidencein the README span-output section with a short exampleRAGFactCheckerDetector.predict(..., output_format="detailed")is not filtered bymin_confidenceValidation:
python -m compileall lettucedetect\detectors\rag_fact_checker.pypython -m ruff check README.md lettucedetect\detectors\rag_fact_checker.pygit diff --checkCloses #64