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 24, 2024
1 parent 9a962cb commit cfeea13
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,3 +1,4 @@
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 @@ -37,4 +38,5 @@
"TextClassifier",
"TextRegressor",
"MultitaskModel",
"DeepNCMClassifier",
]
Loading

0 comments on commit cfeea13

Please sign in to comment.