SimCSE
SimCSE copied to clipboard
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
关于两次前向传播
您好,我看代码中好像只进行了一次前向传播,那么x和正样例采用的dropout不是一样的吗?那二者的输出结果不就一样了吗?
When I run evaluation.py, there is an error message: This only happens when max_seq_length is set too long (more than 128), and I can run evaluation.py successfully if max_seq_length is...
Hi, where exactly dropout is being applied ? can anyone point to code/file. thanks
I see in setup.py that there is a dependency with scipy `"scipy>=1.5.4,=1.19.5,