We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951b188 commit 03f2c1cCopy full SHA for 03f2c1c
exp_configs.py
@@ -31,18 +31,18 @@
31
"mlm_masking_probability": 0.15,
32
},
33
"contrastive_local": {
34
- "alpha": 0.5,
+ "alpha": 0.4,
35
"initial_temperature_coef": 1.0725, # Matches initial value in clip.
36
"local_contrastive_loss": True,
37
38
- "contrastive_masking_probability": 0.3,
+ "contrastive_masking_probability": 0.2,
39
40
"contrastive_global": {
41
42
43
"local_contrastive_loss": False,
44
45
46
47
}
48
0 commit comments