twhin: 对于负样本未添加翻译嵌入
作者: ksanjeevan创建于 2024年7月16日更新于 2024年7月16日
为什么只有真实边缘才会得到 `lhs + translation`? `translated = x[:, 1, :] + trans_embs` 在生成负样本之前就已经执行了,但 `translated` 并没有在 for 循环中使用。
内容来源: twitter/the-algorithm-ml
为什么只有真实边缘才会得到 `lhs + translation`? `translated = x[:, 1, :] + trans_embs` 在生成负样本之前就已经执行了,但 `translated` 并没有在 for 循环中使用。
内容来源: twitter/the-algorithm-ml