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 224feb3 commit f59fbc2
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.21
2.0.22
5 changes: 2 additions & 3 deletions fast_bert/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
MultiLabelTextProcessor,
convert_examples_to_features,
)
from .data_ner import BertNERDataBunch
from .metrics import accuracy, accuracy_thresh, fbeta, roc_auc, accuracy_multilabel


from .learner_cls import BertLearner
from .learner_ner import BertNERLearner

# from .prediction import BertClassificationPredictor
from .utils.spellcheck import BingSpellCheck

from .data_lm import create_corpus, TextDataset, BertLMDataBunch
from .learner_lm import BertLMLearner
from .summarisation.configuration_bertabs import *

Expand Down

0 comments on commit f59fbc2

Please sign in to comment.