fl399 commited on
Commit
3a42893
1 Parent(s): e2dc68e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - sentence-similarity
7
 
8
  ### cambridgeltl/mirror-roberta-base-sentence-drophead
9
- An unsupervised sentence encoder proposed by [Liu et al. (2021)](https://arxiv.org/pdf/2104.08027.pdf), using [drophead](https://aclanthology.org/2020.findings-emnlp.178.pdf) instead of dropout as feature space augmentation. The model is trained with unlabelled raw sentences, using [roberta-base](https://huggingface.co/roberta-base) as the base model. Please use `[CLS]` as the representation of the input.
10
 
11
  ### Citation
12
  ```bibtex
 
6
  - sentence-similarity
7
 
8
  ### cambridgeltl/mirror-roberta-base-sentence-drophead
9
+ An unsupervised sentence encoder proposed by [Liu et al. (2021)](https://arxiv.org/pdf/2104.08027.pdf), using [drophead](https://aclanthology.org/2020.findings-emnlp.178.pdf) instead of dropout as feature space augmentation. The model is trained with unlabelled raw sentences, using [roberta-base](https://huggingface.co/roberta-base) as the base model. Please use `[CLS]` (before pooler) as the representation of the input.
10
 
11
  ### Citation
12
  ```bibtex