Relation Extractor Args #11398
Unanswered
darrkj
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Command line switches like Note that questions specifically about Prodigy like this are usually better asked at the Prodigy forums. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have trained a custom relation extractor component and have that working in my pipeline but to expand on the model I am having some issues. The main issue is that I need to augment parts of the annotation process to get observations for training. I can see in the prodigy page that you can add entity labels, via
--add-ents
to the rel.manual recipe here. However other aspects require this to be a custom recipe. The issue is that I cant find any content on how arguments like '--add-entsor
--add-nps` would exist in the custom recipe. Is there a way they can be added to the custom recipe in some way or does that change require implementing and can no longer utilize the command line args.Beta Was this translation helpful? Give feedback.
All reactions