codelion commited on
Commit
c655f91
·
verified ·
1 Parent(s): 485d05c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):