Extracting embeddings of the model output
#21
by
AswathMG
- opened
Hi, I have used MistralLite as the base model and pre-trained on my domain-specific data. Now, I wanted to extract the vector embeddings from output of the model. I have seen some general implementations like shown below:
https://www.singlestore.com/blog/beginner-guide-to-vector-embeddings/
Is this the recommended way for MistralLite as well or is there an easier way?