Replies: 9 comments 3 replies
-
Now it can be used from HugginFace with the model ID "meta-llama/Meta-Llama-3-8B-Instruct". |
Beta Was this translation helpful? Give feedback.
-
We should test wether this performs better than MPNet (and also the time wise trade-off) and replace the MPNet default if it produces better results |
Beta Was this translation helpful? Give feedback.
-
Access to meta-llama/Meta-Llama-3-8B-Instruct model is restricted. Also, it is no longer labeled as "sentence similarity" but "text generation". McGill has an alternative model McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised, but we need to write a new adapter as this model does not utilize SentenceTransformer module. |
Beta Was this translation helpful? Give feedback.
-
We need in general a well performing model that can map from other languages (e.g. german) to the english terminologies we are using. Doesn't need to be llama specifically but we need some sort of alternative to MPNet since it can only handle english to english. |
Beta Was this translation helpful? Give feedback.
-
I am looking into it. For now, we can test FremyCompany/BioLORD-2023-M as it can handle semantic similarity in a multi-lingual context. This also does not require a new adapter. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the research, great work. I think based in this we should probably switch to the text-embedding-3-large model since it appears to perform best in both metrics |
Beta Was this translation helpful? Give feedback.
-
Just saw this is openAI based, probably best trade off then is sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2, what do you think? |
Beta Was this translation helpful? Give feedback.
-
In the last CePPH project meeting someone proposed this one for german/english mapping: Have you seen this one yet? It is also available as part of sentence-transformers library so we could also use this |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions