|
|
@@ -12,7 +12,8 @@ from .builder import PREPROCESSORS |
|
|
|
|
|
|
|
|
__all__ = [ |
|
|
__all__ = [ |
|
|
'Tokenize', 'SequenceClassificationPreprocessor', |
|
|
'Tokenize', 'SequenceClassificationPreprocessor', |
|
|
'TextGenerationPreprocessor' |
|
|
|
|
|
|
|
|
'TextGenerationPreprocessor', |
|
|
|
|
|
"ZeroShotClassificationPreprocessor" |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|