Add model_type to config.json
#2
by
Medic23
- opened
AutoModelForMaskedLM
fails to infer the model type from the name of the model, and cannot load this model if the model_type
property is missing from the config file.
I assumed the correct value to be "bert" from the name of the model, apologies if it is the wrong type for this model.
config file is fixed.
hazal
changed pull request status to
closed