I have a problem downloading the model
from deeppavlov import configs, build_model
ner_model = build_model(configs.ner.ner_ontonotes_bert_mult_torch, download=True)
Traceback (most recent call last):
File "E:/ner/bert_mult.py", line 4, in <module>
ner_model = build_model(configs.ner.ner_ontonotes_bert_mult_torch, download=True)
AttributeError: 'Struct' object has no attribute 'ner_ontonotes_bert_mult_torch'
Python 3.7.9
ner_rus_bert model works fine in the current virtualenv