cl_mention_embedding / config.json
MaximilianWeiland
update config
9263158
raw
history blame contribute delete
191 Bytes
{
"model_type": "bert",
"pretrained_model_name": "bert-base-uncased",
"hidden_size": 768,
"proj_dim": 128,
"prompt_template": "Social group of {} is: [MASK].",
"max_length": 128
}