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 ported SPLADE (https://huggingface.co/naver/efficient-splade-VI-BT-large-query) to candle and I had to add a prediction head to the BertModel. I would be happy to contribute it, but I would need some help.
My implementations basically copies the transformers library's BertOnlyMLMHead.
Let me know if you you are interested and I will do my best in a PR.
The tricky part was managing the tied layer with the VarBuild, but I'm sure with a bit of help it wouldn't be too challenging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ported SPLADE (https://huggingface.co/naver/efficient-splade-VI-BT-large-query) to candle and I had to add a prediction head to the BertModel. I would be happy to contribute it, but I would need some help.
My implementations basically copies the transformers library's BertOnlyMLMHead.
Let me know if you you are interested and I will do my best in a PR.
The tricky part was managing the tied layer with the VarBuild, but I'm sure with a bit of help it wouldn't be too challenging.
The text was updated successfully, but these errors were encountered: