sent2vec icon indicating copy to clipboard operation
sent2vec copied to clipboard

Use different language to compare similarities of sentences

Open simongehlhar opened this issue 4 years ago • 2 comments

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

simongehlhar avatar Dec 04 '20 11:12 simongehlhar

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.

pdrm83 avatar Dec 04 '20 19:12 pdrm83

You can find this useful to solve your issue. Please refer to #9

I hope it helps.

almarengo avatar Jan 26 '22 05:01 almarengo