-
Notifications
You must be signed in to change notification settings - Fork 324
Prepare for release. #540
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
Prepare for release. #540
Conversation
|
Thanks for the awesome work @Narsil ! |
|
Well it will likely take time, given we're 3 minors behind, and we have some modifications on top of core, but we'll try to update it too. Depending on difficulty it may land in this release or later. Any specific reason you want to update candle version ? |
|
I was hoping that with the latest candle ecosystem now supporting the Deberta-V2 model (huggingface/candle#2743), this would enable TEI to be able to support the model sooner? Let me know if you have any insight on this or if I'm missing something obvious here. |
Not at all, TEI uses it's own modeling because having actual fast layers is important (where raw candle focuses on simplicity). It's easier to port from candle than transformers, but it's still a port regardless, so the actual candle version doesn't matter. I'm quite confused though deberta models seem to be fill masks, any link to deberta being finetuned for embeddings (to have a usable reference frame) ? |
Apologies for not making it clearer @Narsil. The requests for the deberta-v2 model is so that we can access the classification/re-ranking variants of it. |
What does this PR do?
Fixes # (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.