sentence-transformers


  • Sentence Transformer Fine-Tuning - SetFit (23 Oct 2023)
    How SetFit tackles few-shot text classification, fine-tuning a sentence-transformer through contrastive learning on a small number of text pairs before training a classification head.

  • Sentence Transformers (22 Oct 2023)
    How sentence-transformers fine-tune BERT with a siamese network to produce sentence embeddings suited to similarity, covering the training data, the fine-tuning procedure and the evaluation.