TJKlein commited on
Commit
d04d89e
·
1 Parent(s): 1f17719

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ Language model of the pre-print arXiv paper titled: "_**miCSE**: Mutual Informat
7
 
8
 
9
 
10
- The **miCSE** language model is trained for sentence similarity computation. Training the model imposes alignment between the attention pattern of different views during contrastive learning. Learning sentence embeddings with **miCSE** entails enforcing the syntactic consistency across augmented views for every single sentence, making contrastive self-supervised learning more sample efficient.
11
 
12
 
13
  # Benchmark
 
7
 
8
 
9
 
10
+ The **miCSE** language model is trained for sentence similarity computation. Training the model imposes alignment between the attention pattern of different views (embeddings of augmentations) during contrastive learning. Learning sentence embeddings with **miCSE** entails enforcing the syntactic consistency across augmented views for every single sentence, making contrastive self-supervised learning more sample efficient. Sentence representations correspond to the embedding of the _**[CLS]**_ token.
11
 
12
 
13
  # Benchmark