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

Convert DeBERTa to longDeBERTa #3

Open
duyvuleo opened this issue Nov 3, 2022 · 1 comment
Open

Convert DeBERTa to longDeBERTa #3

duyvuleo opened this issue Nov 3, 2022 · 1 comment

Comments

@duyvuleo
Copy link

duyvuleo commented Nov 3, 2022

Hi,

Thanks for the great work.

Is it possible to convert DeBERTa models to longDeBERTa ones? Would you please help advise specific steps that I can follow?

Looking forward to your response. Thanks!

@ccdv-ai
Copy link
Owner

ccdv-ai commented Nov 3, 2022

Hi @duyvuleo

Currently, converting DeBERTa to Long DeBERTa is not possible because this model uses on a specific attention mecanism called "disentangled attention" which relies on different inputs + relative positional embedding.

To make DeBERTa compatible, some things need to be rethought specifically for this model.
I may add DeBERTa in the future.

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

2 participants