drzo commited on
Commit
e867105
·
verified ·
1 Parent(s): 425f10e

chore: update unicosys hypergraph model from CI pipeline

Browse files
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,681** |
36
 
37
  ### Knowledge Graph Statistics
38
 
39
  | Metric | Count |
40
  |---|---|
41
- | Total Nodes | 272,683 |
42
- | Total Edges | 14,816 |
43
  | Cross-Links | 3,976 |
44
  | Entities | 16 |
45
  | Emails | 199,553 |
46
- | Financial Documents | 17,036 |
47
- | Timeline Events | 54,346 |
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) | 72,935 |
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": 272683,
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": 160,
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:a22a6c8e60034f66c5837cc6d0291942b39702f169f12882a25f084361aa669f
3
- size 6363552
 
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:502a653c3fc9bbcfd1845c3d45e9c0ede50be7b32bddb14af610e92b8354b8d3
3
- size 144101572
 
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": 15131,
5
  "total_cross_links": 3976,
6
  "node_types": {
7
  "entity": 16,
8
- "entity_document": 17036,
9
- "timeline_event": 54346,
10
- "hypergraph_node": 1692,
11
- "fund_flow_analysis": 20,
12
  "email": 199553,
13
  "lex_scheme": 13,
14
  "legal_filing": 7
15
  },
16
  "edge_types": {
17
- "proves": 14815,
18
  "transaction_evidenced_by": 1
19
  },
20
  "subsystems": {
21
  "core": 16,
22
- "fincosys": 72935,
23
  "comcosys": 199553,
24
  "revstream1": 146,
25
  "ad_res_j7": 33
26
  },
27
- "model_params": 36023681,
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": 60
63
  }
 
57
  "*": 56,
58
  "=": 57,
59
  "<": 58,
60
+ ">": 59,
61
+ "\n": 60
62
  },
63
+ "next_id": 61
64
  }