Skip to content

Commit

Permalink
Add DeepNCMClassifier model
Browse files Browse the repository at this point in the history
Add tests for DeepNCMClassifier

Remove old test

Add multi label support

Add type hints and doc strings
  • Loading branch information
sheldon-roberts authored and MattGPT-ai committed Nov 23, 2024
1 parent 091e62b commit 224697a
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flair/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .clustering import ClusteringModel
from .deepncm_classification_model import DeepNCMClassifier
from .entity_linker_model import SpanClassifier
from .entity_mention_linking import EntityMentionLinker
from .language_model import LanguageModel
Expand Down Expand Up @@ -39,4 +40,5 @@
"TextRegressor",
"ClusteringModel",
"MultitaskModel",
"DeepNCMClassifier",
]
Loading

0 comments on commit 224697a

Please sign in to comment.