Replies: 3 comments 1 reply
-
Would like to know what the embedding represents as well 😄 |
Beta Was this translation helpful? Give feedback.
-
@abetlen What is the significance of the single embedding returned from I am hoping to have access to the embeddings of the prompt at inference so that I can manipulate them. Can you advise on this? |
Beta Was this translation helpful? Give feedback.
-
I also want to know the answer to this question. The document does not seem to provide much information on how embedding works, so I think it is necessary to supplement these explanations. |
Beta Was this translation helpful? Give feedback.
-
@abetlen I would like to thank you for the contribution you have made. I am very curious to know how the embedding is calculate when we pass sentence as an input.
embed_op = llm.create_embedding("I like play sports during rain")
Will it calculate for each word and average it or something else?
Beta Was this translation helpful? Give feedback.
All reactions