UKPLab / sentence-transformers

Multilingual Sentence & Image Embeddings with BERT
https://www.SBERT.net
Apache License 2.0
14.47k stars 2.4k forks source link

multi label classification #203

Open max-yue opened 4 years ago

max-yue commented 4 years ago

The examples are excellent, will you consider add more example such as multi label classification?

nreimers commented 4 years ago

Hi @max-yue Not sure how / why you would use it for multi label classification?

The purpose of the framework is for generating sentence embeddings. For classification tasks, just the huggingface transformers framework would be the better option.

Best Nils Reimers