Skip to content
New issue

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

[transformer] support bias #2394

Merged
merged 1 commit into from
Mar 8, 2024
Merged

[transformer] support bias #2394

merged 1 commit into from
Mar 8, 2024

Conversation

Mddct
Copy link
Collaborator

@Mddct Mddct commented Mar 8, 2024

#2363 (comment)

  • asr bias会影响性能
  • 预训练(speech pretrain and llm ) 会选择性关闭部分bias

该pr 支持三种bias

  • q k v bias (llm)
  • mlp bias (llm)
  • conformer 的conv 的bias (w2vbert2 and llm)

xingchensong
xingchensong previously approved these changes Mar 8, 2024
@Mddct Mddct force-pushed the Mddct-enable-bias branch 3 times, most recently from b0e9d22 to 8f28bf4 Compare March 8, 2024 05:31
@Mddct Mddct force-pushed the Mddct-enable-bias branch from 8f28bf4 to ce99b69 Compare March 8, 2024 05:33
@Mddct Mddct requested review from xingchensong and robin1001 March 8, 2024 05:42
@Mddct Mddct merged commit 210b560 into main Mar 8, 2024
5 of 6 checks passed
@Mddct Mddct deleted the Mddct-enable-bias branch March 8, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants