Replies: 3 comments 1 reply
|
Would like to know what the embedding represents as well 😄 |
0 replies
|
@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? |
1 reply
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@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?
All reactions