UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
15.39k stars 2.49k forks source link

no dropout in SimCSE #1634

Open lmxhappy opened 2 years ago

lmxhappy commented 2 years ago

in the SimCSE demo, dropout is not seen.

ScottishFold007 commented 2 years ago

in the SimCSE demo, dropout is not seen.

The dropout in simcse is set implicitly and is changed in the config settings of the model, the default is usually 0.1