Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Examples

This folder contains various examples how to use SentenceTransformers.

Applications

The applications folder contains examples how to use SentenceTransformers for tasks like clustering or semantic search.

Evaluation

The evaluation folder contains some examples how to evaluate SentenceTransformer models for common tasks.

Training

The training folder contains examples how to fine-tune transformer models like BERT, RoBERTa, or XLM-RoBERTa for generating sentence embedding. For the documentation how to train your own models, see Training Overview.

Unsupervised Learning

The unsupervised_learning folder contains examples how to train sentence embedding models without labeled data.