Why does the hitter-bert not function properly
liuhuaizheng opened this issue · 0 comments
liuhuaizheng commented
out = self.bert(kg_attentions=kg_attentions,
output_attentions=True,
output_hidden_states=True,
return_dict=True,
labels=masked_labels,
**sent_input,
)
There is not a missing kg _Attentions parameter.