赞
踩
报错:TypeError: forward() got an unexpected keyword argument
sequence_output, pooled_output = self.bert_model(input_ids=token_ids, token_type_ids=token_type_ids, attention_mask=attention_mask,return_dict=False)
sequence_output, pooled_output = self.bert_model(input_ids=token_ids, token_type_ids=token_type_ids, attention_mask=attention_mask)
# 将 self.bert_model中的超参数改为labels=None,或者是去掉labels,选择默认
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。