Replies: 8 comments
-
|
Hi, thank you for reaching out. Can you please post any screenshots? I don't think I understood the question., |
Beta Was this translation helpful? Give feedback.
-
|
In the file /rust/src/embeddings/local/qwen3.rs, within the Qwen3Embedder, we only have the embed() function, but not embed_late_chunking like in the Jina or ModernBERT models. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @Jacqkues. We can add it easily. Please let me know if you'd like to raise a PR for this. I can then assign this issue to you. |
Beta Was this translation helpful? Give feedback.
-
|
I have added it in a fork on my profile , can I open a PR for this ? |
Beta Was this translation helpful? Give feedback.
-
|
Yes sure. Go ahead |
Beta Was this translation helpful? Give feedback.
-
|
After some testing, I found that late chunking on Qwen3 does not improve embedding performance. I’m wondering whether my implementation is correct, or if the fact that Qwen3 uses the last-token pooling technique makes late chunking irrelevant, what do you think about it ? |
Beta Was this translation helpful? Give feedback.
-
|
Ohh yes. Now I remember, that was the reason I hadn't added late chunking to Qwen3 model. Late chunking works only with mean pooling based models. I wonder if there is as way to make it work well with CLS token and last token embedding models. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you , yes I think it's not possible to do it right now . I have learned something at least :) , I will close my PR |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What are the missing components for implementing late chunking with Qwen3 embedding models?
Beta Was this translation helpful? Give feedback.
All reactions