chore: update unicosys hypergraph model from CI pipeline
Browse files- README.md +6 -6
- config.json +2 -2
- graph_data.safetensors +2 -2
- model.safetensors +2 -2
- model_summary.json +8 -8
- node_id_mapping.json +0 -0
- tokenizer.json +3 -2
README.md
CHANGED
|
@@ -32,19 +32,19 @@ single trainable knowledge representation.
|
|
| 32 |
| Text Encoder | 2-layer Transformer, 4 heads |
|
| 33 |
| Graph Attention | 2-layer GAT, 4 heads |
|
| 34 |
| Link Predictor | 2-layer MLP with margin ranking loss |
|
| 35 |
-
| Total Parameters | **36,023,
|
| 36 |
|
| 37 |
### Knowledge Graph Statistics
|
| 38 |
|
| 39 |
| Metric | Count |
|
| 40 |
|---|---|
|
| 41 |
-
| Total Nodes |
|
| 42 |
-
| Total Edges | 14,
|
| 43 |
| Cross-Links | 3,976 |
|
| 44 |
| Entities | 16 |
|
| 45 |
| Emails | 199,553 |
|
| 46 |
-
| Financial Documents |
|
| 47 |
-
| Timeline Events |
|
| 48 |
| LEX Schemes | 13 |
|
| 49 |
| Legal Filings | 7 |
|
| 50 |
|
|
@@ -53,7 +53,7 @@ single trainable knowledge representation.
|
|
| 53 |
| Subsystem | Nodes |
|
| 54 |
|---|---|
|
| 55 |
| Core (Entities) | 16 |
|
| 56 |
-
| Fincosys (Financial) |
|
| 57 |
| Comcosys (Communications) | 199,553 |
|
| 58 |
| RevStream1 (Evidence) | 146 |
|
| 59 |
| Ad-Res-J7 (Legal) | 33 |
|
|
|
|
| 32 |
| Text Encoder | 2-layer Transformer, 4 heads |
|
| 33 |
| Graph Attention | 2-layer GAT, 4 heads |
|
| 34 |
| Link Predictor | 2-layer MLP with margin ranking loss |
|
| 35 |
+
| Total Parameters | **36,023,937** |
|
| 36 |
|
| 37 |
### Knowledge Graph Statistics
|
| 38 |
|
| 39 |
| Metric | Count |
|
| 40 |
|---|---|
|
| 41 |
+
| Total Nodes | 299,724 |
|
| 42 |
+
| Total Edges | 14,815 |
|
| 43 |
| Cross-Links | 3,976 |
|
| 44 |
| Entities | 16 |
|
| 45 |
| Emails | 199,553 |
|
| 46 |
+
| Financial Documents | 12,096 |
|
| 47 |
+
| Timeline Events | 59,789 |
|
| 48 |
| LEX Schemes | 13 |
|
| 49 |
| Legal Filings | 7 |
|
| 50 |
|
|
|
|
| 53 |
| Subsystem | Nodes |
|
| 54 |
|---|---|
|
| 55 |
| Core (Entities) | 16 |
|
| 56 |
+
| Fincosys (Financial) | 99,976 |
|
| 57 |
| Comcosys (Communications) | 199,553 |
|
| 58 |
| RevStream1 (Evidence) | 146 |
|
| 59 |
| Ad-Res-J7 (Legal) | 33 |
|
config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"num_cross_links": 3976,
|
| 35 |
"num_edge_types": 4,
|
| 36 |
"num_entities": 16,
|
| 37 |
-
"num_evidence":
|
| 38 |
"num_node_types": 10,
|
| 39 |
"num_subsystems": 7,
|
| 40 |
"subsystem_vocab": {
|
|
@@ -50,6 +50,6 @@
|
|
| 50 |
"text_max_length": 128,
|
| 51 |
"text_num_heads": 4,
|
| 52 |
"text_num_layers": 2,
|
| 53 |
-
"text_vocab_size":
|
| 54 |
"transformers_version": "5.3.0"
|
| 55 |
}
|
|
|
|
| 34 |
"num_cross_links": 3976,
|
| 35 |
"num_edge_types": 4,
|
| 36 |
"num_entities": 16,
|
| 37 |
+
"num_evidence": 299724,
|
| 38 |
"num_node_types": 10,
|
| 39 |
"num_subsystems": 7,
|
| 40 |
"subsystem_vocab": {
|
|
|
|
| 50 |
"text_max_length": 128,
|
| 51 |
"text_num_heads": 4,
|
| 52 |
"text_num_layers": 2,
|
| 53 |
+
"text_vocab_size": 161,
|
| 54 |
"transformers_version": "5.3.0"
|
| 55 |
}
|
graph_data.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2cf5d4fe315eda57a361c04dec67a4a8b428e15c5d76014831532b24d58b040
|
| 3 |
+
size 6341856
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:181a28ceef1709323829ce26a0a23309095228dc1134dd59d96383d5aae43654
|
| 3 |
+
size 144102596
|
model_summary.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
| 1 |
{
|
| 2 |
"case_number": "2025-137857",
|
| 3 |
"total_nodes": 250000,
|
| 4 |
-
"total_edges":
|
| 5 |
"total_cross_links": 3976,
|
| 6 |
"node_types": {
|
| 7 |
"entity": 16,
|
| 8 |
-
"entity_document":
|
| 9 |
-
"timeline_event":
|
| 10 |
-
"hypergraph_node":
|
| 11 |
-
"fund_flow_analysis":
|
| 12 |
"email": 199553,
|
| 13 |
"lex_scheme": 13,
|
| 14 |
"legal_filing": 7
|
| 15 |
},
|
| 16 |
"edge_types": {
|
| 17 |
-
"proves":
|
| 18 |
"transaction_evidenced_by": 1
|
| 19 |
},
|
| 20 |
"subsystems": {
|
| 21 |
"core": 16,
|
| 22 |
-
"fincosys":
|
| 23 |
"comcosys": 199553,
|
| 24 |
"revstream1": 146,
|
| 25 |
"ad_res_j7": 33
|
| 26 |
},
|
| 27 |
-
"model_params":
|
| 28 |
"model_architecture": {
|
| 29 |
"node_embed_dim": 128,
|
| 30 |
"text_embed_dim": 256,
|
|
|
|
| 1 |
{
|
| 2 |
"case_number": "2025-137857",
|
| 3 |
"total_nodes": 250000,
|
| 4 |
+
"total_edges": 14227,
|
| 5 |
"total_cross_links": 3976,
|
| 6 |
"node_types": {
|
| 7 |
"entity": 16,
|
| 8 |
+
"entity_document": 12096,
|
| 9 |
+
"timeline_event": 59789,
|
| 10 |
+
"hypergraph_node": 28246,
|
| 11 |
+
"fund_flow_analysis": 4,
|
| 12 |
"email": 199553,
|
| 13 |
"lex_scheme": 13,
|
| 14 |
"legal_filing": 7
|
| 15 |
},
|
| 16 |
"edge_types": {
|
| 17 |
+
"proves": 14814,
|
| 18 |
"transaction_evidenced_by": 1
|
| 19 |
},
|
| 20 |
"subsystems": {
|
| 21 |
"core": 16,
|
| 22 |
+
"fincosys": 99976,
|
| 23 |
"comcosys": 199553,
|
| 24 |
"revstream1": 146,
|
| 25 |
"ad_res_j7": 33
|
| 26 |
},
|
| 27 |
+
"model_params": 36023937,
|
| 28 |
"model_architecture": {
|
| 29 |
"node_embed_dim": 128,
|
| 30 |
"text_embed_dim": 256,
|
node_id_mapping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.json
CHANGED
|
@@ -57,7 +57,8 @@
|
|
| 57 |
"*": 56,
|
| 58 |
"=": 57,
|
| 59 |
"<": 58,
|
| 60 |
-
">": 59
|
|
|
|
| 61 |
},
|
| 62 |
-
"next_id":
|
| 63 |
}
|
|
|
|
| 57 |
"*": 56,
|
| 58 |
"=": 57,
|
| 59 |
"<": 58,
|
| 60 |
+
">": 59,
|
| 61 |
+
"\n": 60
|
| 62 |
},
|
| 63 |
+
"next_id": 61
|
| 64 |
}
|