Update README.md
Browse files
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
|