fix typo
This commit is contained in:
parent
459a81207f
commit
6add5e2d6e
|
@ -186,7 +186,7 @@ Self-Attention 沿着句子中每个 token 进行处理,主要组成部分包
|
|||
|
||||
图: score
|
||||
|
||||
我们将每个 Value 向量乘以对应的分数,然后求和,就得到了得到 Self Attention 的输出。
|
||||
我们将每个 Value 向量乘以对应的分数,然后求和,就得到了 Self Attention 的输出。
|
||||
|
||||
图:Self Attention 的输出
|
||||
|
||||
|
|
Loading…
Reference in New Issue