Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 598 Bytes

TUTORIAL_TEXT_EMBEDDINGS.md

File metadata and controls

14 lines (7 loc) · 598 Bytes

Tutorial 4: Text Embeddings

Text embeddings are different from word embeddings in that they give you one embedding for an entire text, whereas word embeddings give you embeddings for individual words.

For this tutorial, we assume that you're familiar with the base types of this library and how word embeddings work.

TODO

Next

You can now either look into the tutorial about training your own models.