Conversation
mathjeff
commented
Jan 14, 2025
content/ArtificialIntelligence.txt
Outdated
|
|
||
| Then, we multiply Queries by P1, Keys by P2, and Values by P3. | ||
|
|
||
| Then, for each token in Queries, we compute the similarity of that query to each other key via a dot product. |
Owner
Author
There was a problem hiding this comment.
I assume here the Queries = Original Queries * P1. Maybe we can say something like the new Queries?
Owner
Author
There was a problem hiding this comment.
Made some changes in the next version of this commit
mathjeff
commented
Jan 14, 2025
content/ArtificialIntelligence.txt
Outdated
| A value contain actual information for a key. | ||
| Multiple the attention weighting and the value to compute output. This extract relevant features based on the attention weighting. | ||
| The attention blocks help the model to identify important words. | ||
| The neural network allows the model to learn more complicated patterns. |
Owner
Author
There was a problem hiding this comment.
Added a mention of the output of the neural network being the output of the layer
40700ac to
02abe4d
Compare
02abe4d to
c25948a
Compare
Owner
Author
|
It looks like the "Rebase and merge" button isn't working so I reported this as https://github.com/orgs/community/discussions/149282 It looks like "Squash and merge" should work though so I'll try that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.