dom-node-classifier / config.json
lucymakeit's picture
upload config.json
1a9fb13 verified
{
"model_type": "dom-gat",
"architecture": "GATv2",
"in_dim": 618,
"hidden": 128,
"n_heads": 4,
"n_layers": 3,
"dropout": 0.3,
"n_classes": 14,
"add_reverse_edges": true,
"add_sibling_edges": true,
"text_encoder": "sentence-transformers/all-MiniLM-L6-v2"
}