Does finetune/run_simcse.py only support unsupervised training?
Open
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 520
- PR merge metrics
- No merged PRs in 30d
Description
During training, the tgt of the loss function is torch.arange(batch_size), which is suitable for unsupervised training.
But this will overwrite the labels of the supervised training set.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.