Transfer learning for Relation Extraction using Spacy v3 #12723
Unanswered
harshpreetskychub
asked this question in
Help: Coding & Implementations
Replies: 1 comment 8 replies
-
There is a related discussion about continuing training: #8176. Let me know if you have further, more specific questions not answered in the thread! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am implementing Relation Extraction with the help of this video. I already have a working NER model which I trained on a corpus using spacy transformers. Output format is
output/model-best
I want to take the same NER model and re-train it, but now on Relation Extraction data. How can I achieve that? I am using the default cfg file for cpu and transformers which was there in the spacy project. It can be found hereBeta Was this translation helpful? Give feedback.
All reactions