hellonlp commited on
Commit
49ba2bd
1 Parent(s): 05aaae5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -5,6 +5,18 @@ license: mit
5
  pipeline_tag: sentence-similarity
6
  ---
7
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ## Uses
10
  You can use our model for encoding sentences into embeddings
 
5
  pipeline_tag: sentence-similarity
6
  ---
7
 
8
+ # SimCSE(sup)
9
+
10
+
11
+ ## Model List
12
+ The evaluation dataset is in Chinese.
13
+ | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
14
+ |:-----------------------:|:------------:|:-----------:|:----------|:-------------|:------------:|:----------:|
15
+ | BERT-Whitening | 65.27| -| -| -| -| -|
16
+ | SimBERT | 70.01| -| -| -| -| -|
17
+ | SBERT-Whitening | 71.75| -| -| -| -| -|
18
+ | [hellonlp/simcse-roberta-base-zh(sup)](https://huggingface.co/hellonlp/simcse-roberta-base-zh) | **80.96**| -| -| -| -| -|
19
+
20
 
21
  ## Uses
22
  You can use our model for encoding sentences into embeddings