This commit is contained in:
erenup 2021-09-04 17:34:47 +08:00
parent 459a81207f
commit 6add5e2d6e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ Self-Attention 沿着句子中每个 token 进行处理,主要组成部分包
![score](./pictures/4-gpt-score.webp)图: score ![score](./pictures/4-gpt-score.webp)图: score
我们将每个 Value 向量乘以对应的分数,然后求和,就得到了得到 Self Attention 的输出。 我们将每个 Value 向量乘以对应的分数,然后求和,就得到了 Self Attention 的输出。
![Self Attention 的输出](./pictures/4-gpt-out.webp)图Self Attention 的输出 ![Self Attention 的输出](./pictures/4-gpt-out.webp)图Self Attention 的输出