hellonlp commited on
Commit
20cc90e
·
verified ·
1 Parent(s): 73210b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -9,15 +9,6 @@ pipeline_tag: sentence-similarity
9
 
10
 
11
 
12
- ## Model List
13
- The evaluation dataset is in Chinese, and we used the same language model **RoBERTa large** on different methods.
14
- | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
15
- |:-----------------------:|:------------:|:-----------:|:----------|:----------|:----------:|:----------:|
16
- | [BAAI/bge-large-zh](https://huggingface.co/BAAI/bge-large-zh) | 78.61| -| -| -| -| -|
17
- | [BAAI/bge-large-zh-v1.5](https://huggingface.co/BAAI/bge-large-zh-v1.5) | 79.07| -| -| -| -| -|
18
- | [hellonlp/simcse-large-zh](https://huggingface.co/hellonlp/simcse-roberta-large-zh) | 81.32| -| -| -| -| -|
19
-
20
-
21
 
22
  ## Data List
23
  The following datasets are all in Chinese.
@@ -33,6 +24,19 @@ The following datasets are all in Chinese.
33
 
34
 
35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ## Uses
37
  You can use our model for encoding sentences into embeddings
38
  ```python
 
9
 
10
 
11
 
 
 
 
 
 
 
 
 
 
12
 
13
  ## Data List
14
  The following datasets are all in Chinese.
 
24
 
25
 
26
 
27
+
28
+ ## Model List
29
+ The evaluation dataset is in Chinese, and we used the same language model **RoBERTa base** on different methods. In addition, considering that the test set of some datasets is small, which may lead to a large deviation in evaluation accuracy, the evaluation data here uses train, valid and test at the same time, and the final evaluation result adopts the **weighted average (w-avg)** method.
30
+
31
+ | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
32
+ |:-----------------------:|:------------:|:-----------:|:----------|:----------|:----------:|:----------:|
33
+ | [BAAI/bge-large-zh](https://huggingface.co/BAAI/bge-large-zh) | 78.61| -| -| -| -| -|
34
+ | [BAAI/bge-large-zh-v1.5](https://huggingface.co/BAAI/bge-large-zh-v1.5) | 79.07| -| -| -| -| -|
35
+ | [hellonlp/simcse-large-zh](https://huggingface.co/hellonlp/simcse-roberta-large-zh) | 81.32| -| -| -| -| -|
36
+
37
+
38
+
39
+
40
  ## Uses
41
  You can use our model for encoding sentences into embeddings
42
  ```python