Error while training ner and re simultaneously: (ValueError: operands could not be broadcast together with shapes) #13142
Unanswered
TarkanKaracay
asked this question in
Help: Coding & Implementations
Replies: 1 comment 1 reply
-
Hi @TarkanKaracay, does training only NER without REL work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to train named entity recognition and relation extractor same time with transformers.
This is my config file. Is there anything wrong or missing?
My custom_functions.py file is simply a copy-paste of the contents of rel_pipe.py and rel_model.py.
When I use this code I get an error:
ERROR
Do you have any ideas to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions