Deehan1866/WiC_actual
Viewer โข Updated โข 7.47k โข 88
| Split | Accuracy |
|---|---|
| Validation | 0.7727 |
| Test | 0.7486 |
[CLS] sentence1_<TGT>word</TGT> [SEP] sentence2_<TGT>word</TGT> [SEP] rationale [SEP]
Single shared nn.Linear + single nn.Dropout(0.1).
At train time: K=5 independent dropout masks averaged โ stronger regularisation.
At inference: standard deterministic single pass (model.eval()).