fl399 commited on
Commit
c8760c8
·
1 Parent(s): c8f8cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  ### cambridgeltl/mirror-bert-base-uncased-sentence
9
  An unsupervised sentence encoder proposed by [Liu et al. (2021)](https://arxiv.org/pdf/2104.08027.pdf). 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* (including padded ones) as the representation of the input.
10
 
 
 
11
  ### Citation
12
  ```bibtex
13
  @inproceedings{
 
8
  ### cambridgeltl/mirror-bert-base-uncased-sentence
9
  An unsupervised sentence encoder proposed by [Liu et al. (2021)](https://arxiv.org/pdf/2104.08027.pdf). 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* (including padded ones) as the representation of the input.
10
 
11
+ Note the model does not replicate the exact numbers in the paper since the reported numbers in the paper are average of three runs.
12
+
13
  ### Citation
14
  ```bibtex
15
  @inproceedings{