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
Hi,
Ive found model2vec extremely performant for embedding. Wondering if we can apply it for fast information extraction. If you embed a query and compare it to all the spans up to k in a sentence, then you can pull out the closest spans and rank the best candidate. Ive just been playing around with the method Gliner uses but adapted to model2vec. The speed ia there, I reckon we can tune the embedding and distill it for more performance.