UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
15.23k stars 2.47k forks source link

Sentence transformers for supervised text classification? #1169

Open manwithtwohats opened 3 years ago

manwithtwohats commented 3 years ago

I can create embeddings and train e.g. keras model or scikit models for classification but I wonder if there would be some straightforward way to train e.g. multilingual sentence transformers model for multilingual text classification?

kinoute commented 3 years ago

@manwithtwohats Did you find an answer to your question? I'm facing the same thing.