You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Masked Language Modelling as an objective to the SiamesePreTrainer class. This will require changes to CalBERT class as well to allow a Transformer model to be passed as input for model_path. The MLM head can be extracted from AutoModel classes present on HuggingFace
The text was updated successfully, but these errors were encountered:
Add Masked Language Modelling as an objective to the
SiamesePreTrainer
class. This will require changes toCalBERT
class as well to allow a Transformer model to be passed as input formodel_path
. The MLM head can be extracted fromAutoModel
classes present on HuggingFaceThe text was updated successfully, but these errors were encountered: