Commit
·
fce5a3d
1
Parent(s):
6f78dbc
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -20,4 +20,4 @@ class PreTrainedPipeline():
|
|
20 |
- "score": A score between 0 and 1 describing how confident the model is for this label/class.
|
21 |
"""
|
22 |
# IMPLEMENT_THIS
|
23 |
-
return inputs
|
|
|
20 |
- "score": A score between 0 and 1 describing how confident the model is for this label/class.
|
21 |
"""
|
22 |
# IMPLEMENT_THIS
|
23 |
+
return inputs
|