Limour commited on
Commit
b7cdbb1
1 Parent(s): fb8d155

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -6,9 +6,13 @@ language:
6
  [h-corpus](https://huggingface.co/datasets/a686d380/h-corpus-2023) 领域的 Retrieval 评价数据集。
7
  # Leaderboard
8
  ## new/data_sample1k
 
 
 
9
  | Model | NDCG@5 | NDCG@10 | NDCG@15 | NDCG@20 | NDCG@30 |
10
  |-------|---------|---------|---------|---------|---------|
11
  | [IYun-large-zh](https://huggingface.co/Erin/IYun-large-zh) | 66.70±27.29 | 59.67±26.05 | 56.69±25.36 | 56.58±25.32 | 57.97±25.48 |
 
12
  | [bce-embedding-base_v1](https://huggingface.co/maidalun1020/bce-embedding-base_v1) | 60.66±28.37 | 53.44±26.13 | 51.11±25.10 | 51.18±25.16 | 52.84±25.45 |
13
  | [Dmeta-embedding](https://huggingface.co/DMetaSoul/Dmeta-embedding) | 52.12±29.83 | 45.38±26.65 | 43.20±25.33 | 43.41±25.10 | 44.87±25.42 |
14
  | random | 0.07±1.24 | 0.09±1.01 | 0.10±0.97 | 0.12±0.99 | 0.14±1.03 |
 
6
  [h-corpus](https://huggingface.co/datasets/a686d380/h-corpus-2023) 领域的 Retrieval 评价数据集。
7
  # Leaderboard
8
  ## new/data_sample1k
9
+
10
+ + https://www.kaggle.com/code/reginliu/h2retrieval
11
+
12
  | Model | NDCG@5 | NDCG@10 | NDCG@15 | NDCG@20 | NDCG@30 |
13
  |-------|---------|---------|---------|---------|---------|
14
  | [IYun-large-zh](https://huggingface.co/Erin/IYun-large-zh) | 66.70±27.29 | 59.67±26.05 | 56.69±25.36 | 56.58±25.32 | 57.97±25.48 |
15
+ | [acge_text_embedding](https://huggingface.co/aspire/acge_text_embedding) | 64.60±28.04 | 57.80±25.88 | 55.54±25.166 | 55.77±25.17 | 57.31±25.18 |
16
  | [bce-embedding-base_v1](https://huggingface.co/maidalun1020/bce-embedding-base_v1) | 60.66±28.37 | 53.44±26.13 | 51.11±25.10 | 51.18±25.16 | 52.84±25.45 |
17
  | [Dmeta-embedding](https://huggingface.co/DMetaSoul/Dmeta-embedding) | 52.12±29.83 | 45.38±26.65 | 43.20±25.33 | 43.41±25.10 | 44.87±25.42 |
18
  | random | 0.07±1.24 | 0.09±1.01 | 0.10±0.97 | 0.12±0.99 | 0.14±1.03 |