Commit
·
17febd0
1
Parent(s):
761e99c
Update pipeline.py
Browse files- pipeline.py +0 -4
pipeline.py
CHANGED
@@ -28,10 +28,6 @@ class PreTrainedPipeline():
|
|
28 |
|
29 |
def __call__(self, inputs: str) -> List[Dict[str, Any]]:
|
30 |
|
31 |
-
|
32 |
-
# IMPLEMENT_THIS
|
33 |
-
|
34 |
-
|
35 |
|
36 |
_, _, preds = self.model.predict(inputs)
|
37 |
|
|
|
28 |
|
29 |
def __call__(self, inputs: str) -> List[Dict[str, Any]]:
|
30 |
|
|
|
|
|
|
|
|
|
31 |
|
32 |
_, _, preds = self.model.predict(inputs)
|
33 |
|