Update app.py
Browse files
app.py
CHANGED
|
@@ -289,9 +289,9 @@ with gr.Blocks(css=custom_css, title="Address Entity Matcher") as demo:
|
|
| 289 |
# Footer info
|
| 290 |
gr.HTML(f"""
|
| 291 |
<div id="footer-info">
|
| 292 |
-
<p>
|
| 293 |
-
<p>
|
| 294 |
-
<p>
|
| 295 |
</div>
|
| 296 |
""")
|
| 297 |
|
|
|
|
| 289 |
# Footer info
|
| 290 |
gr.HTML(f"""
|
| 291 |
<div id="footer-info">
|
| 292 |
+
<p> <strong>Model:</strong> <span>pujithapsx/address-crossencoder-bge-reranker-v2-m3-finetuned</span></p>
|
| 293 |
+
<p><strong>Threshold:</strong> <span>{THRESHOLD}</span> — Score ≥ {THRESHOLD} → MATCH | Score < {THRESHOLD} → NO MATCH</p>
|
| 294 |
+
<p> <strong>Confidence:</strong> High (score > 0.85 or < 0.40) | Medium (otherwise)</p>
|
| 295 |
</div>
|
| 296 |
""")
|
| 297 |
|