UKPLab / sentence-transformers

Multilingual Sentence & Image Embeddings with BERT
https://www.SBERT.net
Apache License 2.0
14.35k stars 2.39k forks source link

multilingual model for "all-mpnet-base-v2 " #1770

Open omerarshad opened 1 year ago

omerarshad commented 1 year ago

Do we have a multilingual model trained using aligned vector spaces technique for "all-mpnet-base-v2 " ?

nreimers commented 1 year ago

Sadly not

omerarshad commented 1 year ago

Ah, so using make_multilingual script, would it mimic paraphrase-multilingual-mpnet-base-v2 performance?

wilfoderek commented 1 year ago

Hi @nreimers . Is there any blog to replicate all-mpnet-base-v2 process? what dataset was trained in? i have an small dataset (multiple negative ranking loss) and i wonder if that fits in this model? Thank you in advance.