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
Confirm valid implementation
References:
Loss? Loss is: Total span extraction loss is the sum of a Cross-Entropy for the start and end positions.
https://huggingface.co/transformers/v4.9.2/model_doc/bert.html?highlight=bertforquestionanswering https://github.com/huggingface/transformers/blob/v4.44.2/src/transformers/models/bert/modeling_bert.py#L1996
google: https://github.com/google-research/bert/blob/master/run_squad.py#L646
The text was updated successfully, but these errors were encountered:
Losses are dropping, and more training means better answers, so seems to be ok for now
Sorry, something went wrong.
plpxsk
No branches or pull requests
Confirm valid implementation
References:
https://huggingface.co/transformers/v4.9.2/model_doc/bert.html?highlight=bertforquestionanswering
https://github.com/huggingface/transformers/blob/v4.44.2/src/transformers/models/bert/modeling_bert.py#L1996
google:
https://github.com/google-research/bert/blob/master/run_squad.py#L646
The text was updated successfully, but these errors were encountered: