Multilingual Sentence-BERT Model
Learn about the different pre-trained multilingual models that are available and how to use them compute the similarity between two sentences in different languages.
We'll cover the following...
We learned how to make the monolingual model multilingual through knowledge distillation. Now let's learn how to use the pre-trained multilingual model. The researchers have made their pre-trained models publicly available with the sentence-transformers
library. So, we can directly download a pre-trained model and use it for our task.