We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://blog.philip-huang.tech/?page=rope-embedding
图解RoPE旋转位置编码及其特性
详解基于调整RoPE旋转角度的大模型长度外推方法
簡單旋轉矩陣 一個簡單的二維旋轉矩陣,其中$\theta$表示弧度:
$$M(\theta) = \begin{pmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}$$
將一個二維的向量乘上該旋轉矩陣可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://blog.philip-huang.tech/?page=rope-embedding
图解RoPE旋转位置编码及其特性
详解基于调整RoPE旋转角度的大模型长度外推方法
簡單旋轉矩陣
一個簡單的二維旋轉矩陣,其中$\theta$表示弧度:
將一個二維的向量乘上該旋轉矩陣可
The text was updated successfully, but these errors were encountered: