garrettbaber
commited on
Commit
·
6f80ab3
1
Parent(s):
a3a66e7
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -23,5 +23,5 @@ class PreTrainedPipeline():
|
|
23 |
rawScore = logits.tolist().pop().pop()
|
24 |
|
25 |
return {
|
26 |
-
"target": "
|
27 |
}
|
|
|
23 |
rawScore = logits.tolist().pop().pop()
|
24 |
|
25 |
return {
|
26 |
+
"target": f"{rawScore:.3f}"
|
27 |
}
|