Installing transformer Flair or TNER models from Huggingface #12230
Answered
by
emiltj
emiltj
asked this question in
Help: Installation
-
Hi, I was looking for a way to use a way to use a transformer model from huggingface for NER tagging (more specifically one from flair or one from TNER). Trying
Is it possible to use the NER tagging from such a model in spaCy, perhaps using spacy-transformers? |
Beta Was this translation helpful? Give feedback.
Answered by
emiltj
Feb 6, 2023
Replies: 1 comment 1 reply
-
I may have found a workaround, using spaCy wrap:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I may have found a workaround, using spaCy wrap: