hellonlp commited on
Commit
b19dd16
·
1 Parent(s): 997afb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,6 +5,10 @@ language:
5
  ---
6
 
7
 
 
 
 
 
8
  ## Model List
9
  The evaluation data set is in Chinese.
10
  | Model | STS-B | ATEC | BQ | LCQMC | PAWSX | Avg. |
@@ -13,7 +17,7 @@ The evaluation data set is in Chinese.
13
 
14
 
15
 
16
-
17
  To use the tool, first install the `promcse` package from [PyPI](https://pypi.org/project/promcse/)
18
  ```bash
19
  pip install promcse
 
5
  ---
6
 
7
 
8
+ # PromCSE: Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning
9
+
10
+
11
+
12
  ## Model List
13
  The evaluation data set is in Chinese.
14
  | Model | STS-B | ATEC | BQ | LCQMC | PAWSX | Avg. |
 
17
 
18
 
19
 
20
+ ## Use
21
  To use the tool, first install the `promcse` package from [PyPI](https://pypi.org/project/promcse/)
22
  ```bash
23
  pip install promcse