hellonlp commited on
Commit
076004f
·
1 Parent(s): f5ad9f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -6,6 +6,18 @@ license: mit
6
 
7
  # SimCSE(sup)
8
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ## Uses
10
  You can use our model for encoding sentences into embeddings
11
  ```python
 
6
 
7
  # SimCSE(sup)
8
 
9
+
10
+
11
+ ## Model List
12
+ The evaluation dataset is in Chinese, and we used the same language model **RoBERTa large** on different methods.
13
+ | Model | STS-B(w-avg) | ATEC | BQ | LCQMC | PAWSX | Avg. |
14
+ |:-----------------------:|:------------:|:-----------:|:----------|:-------------|:------------:|:----------:|
15
+ | [hellonlp/simcse-large-zh](https://huggingface.co/hellonlp/simcse-roberta-large-zh) | 81.32| -| -| -| -| -|
16
+
17
+
18
+
19
+
20
+
21
  ## Uses
22
  You can use our model for encoding sentences into embeddings
23
  ```python