-
-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train model shows entity overlap #38
Comments
I encountered a similar issue and edited the custom_train file in such a way as to fix it. Most of the changes are in the method called "determine". As far as I can tell the problem is converting from dataturks to spacy format, but it should eliminate any overlaps generally. Let me know if it helps. |
Thanks for your response @BenSturgeon , Let you know if it works. |
@BenSturgeon training was completed without any errors using your code. Thanks. But the parsing result after training is not that much effective. right? |
Hi, and I also receive error when executing test_name.py. after executing the above training python module for only 1 time. and not sure where it is picking en_training from ? |
@OmkarPathak Can you please help me on train a custom model. Help me to train without overlapping. Is there function/methodology to avoid overlapping.
ValueError: [E103] Trying to set conflicting doc.ents: '(4774, 4778, 'Location')' and '(4744, 4789, 'College Name')'. A token can only be part of one entity, so make sure the entities you're setting don't overlap.
The text was updated successfully, but these errors were encountered: