Khriis commited on
Commit
68a8ced
verified
1 Parent(s): b8c5ac6

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -147,7 +147,7 @@ class EndpointHandler:
147
 
148
  logger.info(
149
  "RECCON raw spans (answer, score): %s",
150
- [(p.get("answer"), round(p.get("score", 0.0), 3)) for p in current_preds[:5]]
151
  )
152
 
153
  # Extract the answer strings
 
147
 
148
  logger.info(
149
  "RECCON raw spans (answer, score): %s",
150
+ [(p.get("answer"), p.get("score", 0.0), 3) for p in current_preds[:5]]
151
  )
152
 
153
  # Extract the answer strings