keras_bert_classification icon indicating copy to clipboard operation
keras_bert_classification copied to clipboard

Bert-classification and bert-dssm implementation with keras.

Results 3 keras_bert_classification issues
Sort by recently updated
recently updated
newest added

我改了一个版本,主要是输入的时候一个query下有一个正例和4个负例,用代码中的网络结构,发现预测的时候无论样本是什么样的,第一个样本永远是正例。 请问跟网络结构实现有关系,导致第一个网络的权重特别大?应该共享一个网络会不会变好?

![image](https://user-images.githubusercontent.com/548443/127594190-5c31a39a-928a-443f-bc0a-84d159ef01e7.png) RT,感觉是拿某个query下所有样本,取了平均做正例?