PABEE
PABEE copied to clipboard
AttributeError: type object 'BertConfig' has no attribute 'pretrained_config_archive_map'
AttributeError: type object 'BertConfig' has no attribute 'pretrained_config_archive_map', and how to solve it?
Please use an earlier version of HF Transformer.
I don't remember what the version is exactly. Maybe before 3.x?
I don't remember what the version is exactly. Maybe before 3.x?
OK, I use transformers==2.5.1
If anyone has already solved the issue please let me know. I am having same issue. https://hjlabs.in
$from transformers import ALBERT_PRETRAINED_CONFIG_ARCHIVE_MAP
this solved my issue. Thank you everyone for support. you are great.
https://hjlabs.in
I am also facing the same error.Any workaround available for this?