Model Pipeline - Sentence-BERT for embeddings
This pipeline uses Sentence-BERT to convert sentences into numerical vectors called embeddings. These embeddings capture the meaning of sentences in a way that computers can understand and compare.
This pipeline uses Sentence-BERT to convert sentences into numerical vectors called embeddings. These embeddings capture the meaning of sentences in a way that computers can understand and compare.
Loss
0.5 |****
0.4 |***
0.3 |**
0.2 |*
0.1 |
+----
1 2 3 Epochs| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 0.45 | 0.6 | Model starts learning sentence relationships. |
| 2 | 0.3 | 0.75 | Loss decreases, embeddings better capture meaning. |
| 3 | 0.2 | 0.85 | Model converges with good semantic understanding. |