xhong
Results
1
issues of
xhong
提问时请尽可能提供如下信息: ### 基本信息 - 你使用的**操作系统**: macOS 14.2.1 - 你使用的**Python**版本: 3.8.16 - 你使用的**Pytorch**版本: torch 2.1.0 - 你使用的**bert4torch**版本: 0.4.9.post2 - 你加载的**预训练模型**:bge-large-zh-v1.5 ### 核心代码 ```python sentences_1 = ["样例数据-1", "样例数据-2"] sentences_2 = ["样例数据-3", "样例数据-4"]...