unicosys-hypergraph / config.json
drzo's picture
fix: add remote code for AutoModel.from_pretrained(trust_remote_code=True)
6db96db verified
raw
history blame
1.29 kB
{
"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": 250000,
"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": 4116,
"num_edge_types": 4,
"num_entities": 16,
"num_evidence": 203642,
"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": 219,
"transformers_version": "5.3.0",
"auto_map": {
"AutoConfig": "configuration_unicosys.UnicosysConfig",
"AutoModel": "modeling_unicosys.UnicosysHypergraphModel"
}
}