nikhil061307's picture
Upload custom contrastive learning model
2c387c6 verified
raw
history blame contribute delete
300 Bytes
{
"model_type": "contrastive_bert",
"model_name": "Simonlee711/Clinical_ModernBERT",
"dropout_rate": 0.15,
"architectures": [
"ContrastiveModel"
],
"auto_map": {
"AutoModel": "modeling_contrastive.ContrastiveModel",
"AutoConfig": "modeling_contrastive.ContrastiveConfig"
}
}