Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
trivedikaushal committed Jan 30, 2024
1 parent f59fbc2 commit ca7f8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.22
2.0.23
5 changes: 2 additions & 3 deletions fast_bert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

0 comments on commit ca7f8f6

Please sign in to comment.