Socrate / config.json
ihatebaselines's picture
Add config.json for AutoModel support
aaae756 verified
Raw
History Blame Contribute Delete
427 Bytes
{
"activation": "gelu",
"bos_id": 1,
"d_model": 640,
"dim_feedforward": 2560,
"eos_id": 2,
"max_len": 512,
"model_type": "socrate",
"nhead": 10,
"norm_first": true,
"num_layers": 12,
"pad_id": 0,
"pool_height": 4,
"transformers_version": "5.12.1",
"vocab_size": 10000,
"auto_map": {
"AutoConfig": "configuration_socrate.SocrateConfig",
"AutoModel": "model.SOCRATE"
}
}