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
请问GLM大模型中数据shape次序是什么样的。 [s, b, h] 形状还是[b, s, h] 形状 为什么要这样设计 hidden_states: 输入到这一层的隐藏状态张量,形状为 [s, b, h],其中 s 是序列长度,b 是批量大小,h 是隐藏层维度。 谢谢
The text was updated successfully, but these errors were encountered:
能否空了 解答一下,谢谢!
Sorry, something went wrong.
zhipuch
No branches or pull requests
请问GLM大模型中数据shape次序是什么样的。
[s, b, h] 形状还是[b, s, h] 形状
为什么要这样设计
hidden_states: 输入到这一层的隐藏状态张量,形状为 [s, b, h],其中 s 是序列长度,b 是批量大小,h 是隐藏层维度。
谢谢
The text was updated successfully, but these errors were encountered: