sentence_representation_matching icon indicating copy to clipboard operation
sentence_representation_matching copied to clipboard

句子匹配模型,包括无监督的SimCSE、ESimCSE、PromptBERT,和有监督的SBERT、CoSENT。

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

sbert/train.py compute_acc()函数 23行accuracy_score() pred和lebel入参好像反了? `acc = accuracy_score(pred.detach().cpu().numpy(), label.cpu().numpy())` 应该是`acc = accuracy_score(label.cpu().numpy(), pred.detach().cpu().numpy())`吗? ![截图 2023-12-02 00-55-36](https://github.com/Macielyoung/sentence_representation_matching/assets/55494106/0fa29f31-3454-4740-be2e-935ec9d0684e)

你好,请问promptbert_1231.pth可以公开吗?

Hello. 我想知道您有这些模型的测试结果吗?