unicosys-hypergraph / config.json
drzo's picture
chore: update unicosys hypergraph model from CI pipeline
425f10e verified
{
"architectures": [
"UnicosysHypergraphModel"
],
"case_number": "2025-137857",
"dtype": "float32",
"edge_type_vocab": {
"<pad>": 0,
"<unk>": 1,
"proves": 2,
"transaction_evidenced_by": 3
},
"gat_dropout": 0.1,
"gat_num_heads": 4,
"gat_num_layers": 2,
"hidden_dim": 256,
"margin": 1.0,
"max_nodes": 260000,
"model_type": "unicosys_hypergraph",
"negative_sample_ratio": 5,
"node_embed_dim": 128,
"node_type_vocab": {
"<pad>": 0,
"<unk>": 1,
"email": 2,
"entity": 3,
"entity_document": 4,
"fund_flow_analysis": 5,
"hypergraph_node": 6,
"legal_filing": 7,
"lex_scheme": 8,
"timeline_event": 9
},
"num_cross_links": 3976,
"num_edge_types": 4,
"num_entities": 16,
"num_evidence": 272683,
"num_node_types": 10,
"num_subsystems": 7,
"subsystem_vocab": {
"<pad>": 0,
"<unk>": 1,
"ad_res_j7": 2,
"comcosys": 3,
"core": 4,
"fincosys": 5,
"revstream1": 6
},
"text_embed_dim": 256,
"text_max_length": 128,
"text_num_heads": 4,
"text_num_layers": 2,
"text_vocab_size": 160,
"transformers_version": "5.3.0"
}