Skip to content

Commit

Permalink
Merge pull request #3567 from flairNLP/remove_clustering
Browse files Browse the repository at this point in the history
remove clustering support
  • Loading branch information
alanakbik authored Nov 22, 2024
2 parents 2f77708 + f8696b3 commit fb27c7e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 302 deletions.
2 changes: 0 additions & 2 deletions flair/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .clustering import ClusteringModel
from .entity_linker_model import SpanClassifier
from .entity_mention_linking import EntityMentionLinker
from .language_model import LanguageModel
Expand Down Expand Up @@ -37,6 +36,5 @@
"TARSTagger",
"TextClassifier",
"TextRegressor",
"ClusteringModel",
"MultitaskModel",
]
120 changes: 0 additions & 120 deletions flair/models/clustering.py

This file was deleted.

180 changes: 0 additions & 180 deletions resources/docs/TUTORIAL_12_CLUSTERING.md

This file was deleted.

0 comments on commit fb27c7e

Please sign in to comment.