microsoft / DeBERTa

The implementation of DeBERTa
MIT License
1.91k stars 215 forks source link

Trying to initialize model "large" #140

Open Saivaks opened 11 months ago

Saivaks commented 11 months ago

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():