garrettbaber commited on
Commit
6f80ab3
·
1 Parent(s): a3a66e7

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -23,5 +23,5 @@ class PreTrainedPipeline():
23
  rawScore = logits.tolist().pop().pop()
24
 
25
  return {
26
- "target": "this is a test"
27
  }
 
23
  rawScore = logits.tolist().pop().pop()
24
 
25
  return {
26
+ "target": f"{rawScore:.3f}"
27
  }