We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use your class BertCRFForNER_v3(BertPreTrainedModel) in this notebook: https://github.com/huggingface/notebooks/blob/main/examples/token_classification.ipynb
BertCRFForNER_v3(BertPreTrainedModel)
Unfortunately, I get the following error message: IndexError: index -100 is out of bounds for dimension 0 with size 9
Could you maybe help me further what I would have to change so that I can use BERTCRF instead of the AutoModelForTokenClassification.
Thanks in advance! I would really appreciate your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to use your class
BertCRFForNER_v3(BertPreTrainedModel)
in this notebook: https://github.com/huggingface/notebooks/blob/main/examples/token_classification.ipynbUnfortunately, I get the following error message: IndexError: index -100 is out of bounds for dimension 0 with size 9
Could you maybe help me further what I would have to change so that I can use BERTCRF instead of the AutoModelForTokenClassification.
Thanks in advance! I would really appreciate your help.
The text was updated successfully, but these errors were encountered: