Jay-v2 commited on
Commit
74fe278
·
verified ·
1 Parent(s): 369ffa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -52,13 +52,13 @@ passage_embedding = model.encode([
52
  ])
53
 
54
  print("查询结果:", util.cos_sim(query_embedding, passage_embedding))
55
-
56
- """
57
- Expected Output:
58
- CRE-0.5: tensor([[0.6854, 0.6886]])
59
- bge-large-zh-v1.5: tensor([[0.7563, 0.7551]])
60
- """
61
  ```
 
 
 
 
 
 
62
 
63
  <small>
64
  <strong>注意事项:</strong>
 
52
  ])
53
 
54
  print("查询结果:", util.cos_sim(query_embedding, passage_embedding))
 
 
 
 
 
 
55
  ```
56
+ ### 📊 预期结果对比 (Expected Output Comparison)
57
+
58
+ | 模型名称 (Model) | 相似度 1 (与简历 1) | 相似度 2 (与简历 2) |
59
+ | :--- | :---: | :---: |
60
+ | **CRE-0.5** | 0.6854 | **0.6886** |
61
+ | **bge-large-zh-v1.5** | **0.7563** | 0.7551 |
62
 
63
  <small>
64
  <strong>注意事项:</strong>