Joshua Lochner
commited on
Commit
·
7edb1ea
1
Parent(s):
44f86ea
Update pipeline.py
Browse files- pipeline.py +0 -2
pipeline.py
CHANGED
@@ -321,5 +321,3 @@ class SponsorBlockClassificationPipeline(TextClassificationPipeline):
|
|
321 |
return self.tokenizer(
|
322 |
text, return_tensors=self.framework, **tokenizer_kwargs)
|
323 |
|
324 |
-
|
325 |
-
PreTrainedPipeline('.')("Don't forget to like, comment and subscribe")
|
|
|
321 |
return self.tokenizer(
|
322 |
text, return_tensors=self.framework, **tokenizer_kwargs)
|
323 |
|
|
|
|