mtgda / config.json
pier97's picture
Add v3 inference artifacts
d6220f1 verified
Raw
History Blame Contribute Delete
323 Bytes
{
"model_id": "sentence-transformers/all-mpnet-base-v2",
"max_length": 224,
"text_hidden_dim": 768,
"text_dim": 320,
"numeric_dim": 16,
"regex_dim": 207,
"d_model": 320,
"ff_dim": 384,
"n_layers": 2,
"n_heads": 8,
"dropout": 0.124,
"t_max": 45,
"p_max": 15,
"lambda_gih": 0.0001
}