diff --git a/VERSION.txt b/VERSION.txt index 6f59f76..8fe1046 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.0.22 \ No newline at end of file +2.0.23 \ No newline at end of file diff --git a/fast_bert/__init__.py b/fast_bert/__init__.py index 96f5dc1..f2c23fb 100644 --- a/fast_bert/__init__.py +++ b/fast_bert/__init__.py @@ -11,12 +11,11 @@ from .learner_cls import BertLearner -from .learner_ner import BertNERLearner + # from .prediction import BertClassificationPredictor from .utils.spellcheck import BingSpellCheck -from .learner_lm import BertLMLearner -from .summarisation.configuration_bertabs import * + from .onnx_helper import *