BertSimilarity icon indicating copy to clipboard operation
BertSimilarity copied to clipboard

Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。

Results 11 BertSimilarity issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...

dependencies

请问最终预测的输出是相似度百分数还是二分类标签0和1

下载作者训练好的模型做预测,同样的测试案例,相似度却很低

INFO:tensorflow:Saving checkpoints for 0 into ...../model.ckpt. I1107 14:10:38.075445 140053106304832 basic_session_run_hooks.py:606] Saving checkpoints for 0 into ....../model.ckpt. 到这就停了。 Top命令,也没找到python的进程。 4核cpu. ubuntu18.04. 有什么解决办法么?

请问预测的相似度和不相似度的百分数具体是怎么计算出来的,最后一层的处理步骤能说下吗

您好,请问可以在百忙之中将similarity.py文件中的各个步骤尽可能详细的加一些注释吗,都知道是干什么的,数据维度什么的,有助于学习与理解。万分感谢 抱拳

您好,我用您提供的模型参数文件,计算两个一样的词,但是他们的相似度不为1,这是为啥呢? ![屏幕截图 2022-08-25 130057](https://user-images.githubusercontent.com/51306453/186578875-06bb7104-f8e1-4fd4-af71-c708372f8d1d.png)

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies