You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After converting the hugging face model "jinaai/jina-embeddings-v3" via djl-convert and patching the missing model type to "xml-roberta" it still barf on the unknown position embedding type.
Rust conversion didn't crash but didn't yield an usable model.
PyTorch crashed
OnnxRuntime crashed
version of djl-convert tested : 0.30.0 and 0.31.0
Will this change the current api? : absolutely no idea.
Who will benefit from this enhancement?
any person using xml-roberta with "rotary" position embedding type
also this model is VERY efficient at embedding multilanguages and cross language semantic, i tested it on 20k docs on 13 different languages and the semantic matching was awesome, it'll be very good to support it.
References
works using the following code on python langchain.
Description
After converting the hugging face model "jinaai/jina-embeddings-v3" via djl-convert and patching the missing model type to "xml-roberta" it still barf on the unknown position embedding type.
version of djl-convert tested : 0.30.0 and 0.31.0
Will this change the current api? : absolutely no idea.
Who will benefit from this enhancement?
any person using xml-roberta with "rotary" position embedding type
also this model is VERY efficient at embedding multilanguages and cross language semantic, i tested it on 20k docs on 13 different languages and the semantic matching was awesome, it'll be very good to support it.
References
i'm pretty new on AI models so feel free to fix any of my mistakes :)
The text was updated successfully, but these errors were encountered: