"...static/style/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "588f299b3fb00290dd66716c8413f476162fe631"
Unverified Commit d17cce22 authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

add missing keys (#6719)

parent a25c9fc8
......@@ -403,6 +403,7 @@ class AlbertPreTrainedModel(PreTrainedModel):
config_class = AlbertConfig
base_model_prefix = "albert"
authorized_missing_keys = [r"position_ids"]
def _init_weights(self, module):
""" Initialize the weights.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment