Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ def analyze_confidence_signature(logprobs, tokens):
|
|
288 |
if not filtered_drops:
|
289 |
return "No significant confidence shifts at reasoning transitions detected.", None
|
290 |
|
291 |
-
# Return at most 3 most significant drops
|
292 |
return "Significant confidence shifts detected at reasoning transitions:", filtered_drops[:3]
|
293 |
|
294 |
def detect_interpretation_pivots(logprobs, tokens):
|
|
|
288 |
if not filtered_drops:
|
289 |
return "No significant confidence shifts at reasoning transitions detected.", None
|
290 |
|
291 |
+
# Return at most 3 most significant drops as the data
|
292 |
return "Significant confidence shifts detected at reasoning transitions:", filtered_drops[:3]
|
293 |
|
294 |
def detect_interpretation_pivots(logprobs, tokens):
|