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

Trying to initialize model "large" #140

Open
Saivaks opened this issue Aug 7, 2023 · 0 comments
Open

Trying to initialize model "large" #140

Saivaks opened this issue Aug 7, 2023 · 0 comments

Comments

@Saivaks
Copy link

Saivaks commented Aug 7, 2023

Hello. When I try load model deberta I get the following error: AssertionError: []

/opt/tljh/user/lib/python3.9/site-packages/DeBERTa/deberta/deberta.py:143 in key_match def key_match(key, s): c = [k for k in s if key in k] ❱ assert len(c)==1, c return c[0] current = self.state_dict() for c in current.keys():

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

1 participant