Browse Source

[to #42322933] bugfix

master
易相 3 years ago
parent
commit
98b6c62654
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      modelscope/preprocessors/nlp.py

+ 2
- 1
modelscope/preprocessors/nlp.py View File

@@ -12,7 +12,8 @@ from .builder import PREPROCESSORS

__all__ = [
'Tokenize', 'SequenceClassificationPreprocessor',
'TextGenerationPreprocessor'
'TextGenerationPreprocessor',
"ZeroShotClassificationPreprocessor"
]




Loading…
Cancel
Save