sent2vec
sent2vec copied to clipboard
Use different language to compare similarities of sentences
Is it possible to compare sentences in German by maybe using a different model? How would one use a different model within your framework? For example: 'https://huggingface.co/transformers/pretrained_models.html: bert-base-german-cased'
Regards
I didn't test it. It must work; though. Fundamentally, I have seen no difference. Note that I used Transformers lib in this package. The main point of this package is the rapid and flexible prototyping for sentence vectorization. As I explained in the repo description, I use standard libs. Please feel free to contribute to this open-source package.
You can find this useful to solve your issue. Please refer to #9
I hope it helps.