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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -54,7 +54,6 @@ passage_embedding = model.encode([
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** |
 
54
  print("查询结果:", util.cos_sim(query_embedding, passage_embedding))
55
  ```
56
  ### 📊 预期结果对比 (Expected Output Comparison)
 
57
  | 模型名称 (Model) | 相似度 1 (与简历 1) | 相似度 2 (与简历 2) |
58
  | :--- | :---: | :---: |
59
  | **CRE-0.5** | 0.6854 | **0.6886** |