Integrate with Sentence Transformers (+ third parties like LangChain/Haystack/LlamaIndex, etc.)
Hello!
Preface
First of all, congratulations on this release! I'm very glad to see another powerful multilingual model, and I'm rather excited about your training data release. I don't believe I shared this with you yet, but I took a lot of the datasets from https://huggingface.co/datasets/Shitao/bge-m3-data/tree/main and turned them into standalone datasets published under the Sentence Transformers organization for people to use when finetuning: https://huggingface.co/datasets?other=sentence-transformers&sort=created&author=sentence-transformers
Pull Request overview
- Integrate this model with Sentence Transformers
- Add usage snippet in README + ST tag
Details
This should allow this model to be more easily used with Sentence Transformers, as well as third parties like LangChain & beyond.
Great work on these models as always ๐
- Tom Aarsen
Thank you so much for your PR. And we are also very glad that our dataset can be used in the community.