fl399 commited on
Commit
c4de490
1 Parent(s): 5eccb21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - sentence-embeddings
6
  - sentence-similarity
7
 
8
- ### mirror-bert-base-uncased-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. Trained with unlabelled raw sentences, using [bert-base-uncased](https://huggingface.co/bert-base-uncased) as the base model. Please use mean-pooling over *all tokens* as the representation of the input.
10
 
11
  ### Citation
 
5
  - sentence-embeddings
6
  - sentence-similarity
7
 
8
+ ### cambridgeltl/mirror-bert-base-uncased-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. Trained with unlabelled raw sentences, using [bert-base-uncased](https://huggingface.co/bert-base-uncased) as the base model. Please use mean-pooling over *all tokens* as the representation of the input.
10
 
11
  ### Citation