hellonlp commited on
Commit
2501b9c
·
1 Parent(s): 25d65f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,12 +8,13 @@ license: mit
8
 
9
 
10
  ## Model List
11
- The evaluation dataset is in Chinese.
12
  | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
13
  |:-----------------------:|:------------:|:-----------:|:----------|:-------------|:------------:|:----------:|
14
  | BERT-Whitening | 65.27| -| -| -| -| -|
15
  | SimBERT | 70.01| -| -| -| -| -|
16
  | SBERT-Whitening | 71.75| -| -| -| -| -|
 
17
  | [hellonlp/simcse-roberta-base-zh(sup)](https://huggingface.co/hellonlp/simcse-roberta-base-zh) | **80.96**| -| -| -| -| -|
18
 
19
 
 
8
 
9
 
10
  ## Model List
11
+ The evaluation dataset is in Chinese, and we used the same language model **RoBERTa base** on different methods.
12
  | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
13
  |:-----------------------:|:------------:|:-----------:|:----------|:-------------|:------------:|:----------:|
14
  | BERT-Whitening | 65.27| -| -| -| -| -|
15
  | SimBERT | 70.01| -| -| -| -| -|
16
  | SBERT-Whitening | 71.75| -| -| -| -| -|
17
+ | BGE | 78.61| -| -| -| -| -|
18
  | [hellonlp/simcse-roberta-base-zh(sup)](https://huggingface.co/hellonlp/simcse-roberta-base-zh) | **80.96**| -| -| -| -| -|
19
 
20