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

Add support for HF style Bert #8219

Closed
yaoyu-33 opened this issue Jan 22, 2024 · 0 comments
Closed

Add support for HF style Bert #8219

yaoyu-33 opened this issue Jan 22, 2024 · 0 comments
Assignees

Comments

@yaoyu-33
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Post-LN is not supported in MCore transformer at the moment (everything is Pre-LN). In order to convert HF checkpoints, we want to add post-LN style to MCore as well. Post-LN requires an additional LN in the beginning of the network as well.

Describe the solution you'd like

Please refer to NeMo code update here for HF Bert support: #8088

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

No branches or pull requests

3 participants