bge for multi-label text classification
Is there any BGE model that can be used for multi-label text classification (predefined labels) by adding some dense layers for classification (similar to BERT base uncased) instead of Sentence BERT?
You can use setfit: https://github.com/huggingface/setfit and huggingface script: https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification.
You can use setfit: https://github.com/huggingface/setfit and huggingface script: https://github.com/huggingface/transformers/tree/main/examples/pytorch/text-classification.
Is using "BGE en base" with "setfit" for multi-label classification better than using one BERT model and adding some fully connected layers + classification layer? @staoxiao