ValueError: Layer #0 (named "bert") expects 199 weight(s), but the saved weights have 197 element(s).
#4
by
eduartheinen
- opened
Hi. I'm getting this error when I try to load the LM in Transformers:ValueError: Layer #0 (named "bert") expects 199 weight(s), but the saved weights have 197 element(s).
Tried changing the model_name parameter but 'bert' is the same that appears in the model's config.yml file.