SocioCausaNet / config.json
rasoultilburg's picture
Uploading joint causal model files into the Hugging Face Hub
d2ca2ac verified
raw
history blame contribute delete
436 Bytes
{
"architectures": [
"JointCausalModel"
],
"auto_map": {
"AutoConfig": "configuration_joint_causal.JointCausalConfig",
"AutoModel": "modeling_joint_causal.JointCausalModel"
},
"dropout": 0.2,
"encoder_name": "bert-base-uncased",
"model_type": "joint_causal",
"num_bio_labels": 7,
"num_cls_labels": 2,
"num_rel_labels": 2,
"torch_dtype": "float32",
"transformers_version": "4.51.3"
}