You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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():
The text was updated successfully, but these errors were encountered:
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():
The text was updated successfully, but these errors were encountered: