Views
No views yet
[MASK].AutoModel.from_pretrained with the default configuration, you will see the following warning:Some weights of the model checkpoint at studio-ousia/mluke-base-lite were not used when initializing LukeModel: [
'luke.encoder.layer.0.attention.self.w2e_query.weight', 'luke.encoder.layer.0.attention.self.w2e_query.bias',
'luke.encoder.layer.0.attention.self.e2w_query.weight', 'luke.encoder.layer.0.attention.self.e2w_query.bias',
'luke.encoder.layer.0.attention.self.e2e_query.weight', 'luke.encoder.layer.0.attention.self.e2e_query.bias',
...]use_entity_aware_attention is set to false by default, but the pretrained weights contain the weights for it in case you enable use_entity_aware_attention and have the weights loaded into the model.1@inproceedings{ri-etal-2022-mluke,
2 title = "m{LUKE}: {T}he Power of Entity Representations in Multilingual Pretrained Language Models",
3 author = "Ri, Ryokan and
4 Yamada, Ikuya and
5 Tsuruoka, Yoshimasa",
6 booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
7 year = "2022",
8 url = "https://aclanthology.org/2022.acl-long.505",