Pre Computed Embeddings (OpenAI) for NER #13674
Unanswered
eschaffn
asked this question in
Help: Other Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I have pre computed vectors for other tasks using openAI embeddings and these are available to me in a database. I was wondering if Spacy can be used to run NER on these, and whether it would degrade performance (does spacy's trained transformer generate embeddings more suited for NER somehow?).
Additionally, if I want to do additional fine tuning of the NER classifier model, is this possible without also training the transformer? Does the transformer even get adjusted during the fine-tuning of NER pipelines?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions