Sentence Transformers and Embeddings

Transformers have wholly rebuilt the landscape of natural language processing (NLP). Before transformers, we had okay translation and language classification thanks to recurrent neural nets (RNNs) — their language comprehension was limited and led to many minor mistakes, and coherence over larger chunks of text was practically impossible.

Since the introduction of the first transformer model in the 2017 paper ‘Attention is all you need’ [1], NLP has moved from RNNs to models like BERT and GPT. These new models can answer questions, write articles (maybe GPT-3 wrote this), enable incredibly intuitive semantic search — and much more.


This is a companion discussion topic for the original entry at https://www.pinecone.io/learn/sentence-embeddings/

Hi, there is a deprecated model in one of your tutorials. Sentence Transformers and Embeddings | Pinecone.