drzo commited on
Commit
41e3ef4
·
verified ·
1 Parent(s): 74c95bb

chore: update unicosys hypergraph model from CI pipeline

Browse files
README.md CHANGED
@@ -32,17 +32,17 @@ 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 | **34,764,801** |
36
 
37
  ### Knowledge Graph Statistics
38
 
39
  | Metric | Count |
40
  |---|---|
41
- | Total Nodes | 198,013 |
42
- | Total Edges | 13,450 |
43
- | Cross-Links | 3,668 |
44
  | Entities | 16 |
45
- | Emails | 197,987 |
46
  | Financial Documents | 0 |
47
  | Timeline Events | 10 |
48
  | LEX Schemes | 0 |
@@ -54,7 +54,7 @@ single trainable knowledge representation.
54
  |---|---|
55
  | Core (Entities) | 16 |
56
  | Fincosys (Financial) | 0 |
57
- | Comcosys (Communications) | 197,987 |
58
  | RevStream1 (Evidence) | 0 |
59
  | Ad-Res-J7 (Legal) | 10 |
60
 
 
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 | **34,762,753** |
36
 
37
  ### Knowledge Graph Statistics
38
 
39
  | Metric | Count |
40
  |---|---|
41
+ | Total Nodes | 198,019 |
42
+ | Total Edges | 13,419 |
43
+ | Cross-Links | 3,664 |
44
  | Entities | 16 |
45
+ | Emails | 197,993 |
46
  | Financial Documents | 0 |
47
  | Timeline Events | 10 |
48
  | LEX Schemes | 0 |
 
54
  |---|---|
55
  | Core (Entities) | 16 |
56
  | Fincosys (Financial) | 0 |
57
+ | Comcosys (Communications) | 197,993 |
58
  | RevStream1 (Evidence) | 0 |
59
  | Ad-Res-J7 (Legal) | 10 |
60
 
config.json CHANGED
@@ -26,10 +26,10 @@
26
  "entity": 3,
27
  "timeline_event": 4
28
  },
29
- "num_cross_links": 3668,
30
  "num_edge_types": 4,
31
  "num_entities": 16,
32
- "num_evidence": 198013,
33
  "num_node_types": 5,
34
  "num_subsystems": 5,
35
  "subsystem_vocab": {
@@ -43,6 +43,6 @@
43
  "text_max_length": 128,
44
  "text_num_heads": 4,
45
  "text_num_layers": 2,
46
- "text_vocab_size": 246,
47
  "transformers_version": "5.13.0"
48
  }
 
26
  "entity": 3,
27
  "timeline_event": 4
28
  },
29
+ "num_cross_links": 3664,
30
  "num_edge_types": 4,
31
  "num_entities": 16,
32
+ "num_evidence": 198019,
33
  "num_node_types": 5,
34
  "num_subsystems": 5,
35
  "subsystem_vocab": {
 
43
  "text_max_length": 128,
44
  "text_num_heads": 4,
45
  "text_num_layers": 2,
46
+ "text_vocab_size": 238,
47
  "transformers_version": "5.13.0"
48
  }
graph_data.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7541a0a0c6748507a0551ec2728cab8929ef4ee0078d3525a611554f0a0dbaba
3
- size 5097600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6474871f8375c10a274b91cbc8a8f011b4c46bf09ae80bef99589008a5bd982b
3
+ size 5096976
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c1127f7e44dad1876cc5858eef126d84fa45c94d240bfe8e92599c704bd4bb4
3
- size 139066052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2780c0d66539a15256bf796f4b493f74b31b4c7b61b7c1acd71d8407e53ba56
3
+ size 139057860
model_summary.json CHANGED
@@ -1,23 +1,23 @@
1
  {
2
  "case_number": "2025-137857",
3
- "total_nodes": 198013,
4
- "total_edges": 14370,
5
- "total_cross_links": 3668,
6
  "node_types": {
7
  "entity": 16,
8
- "email": 197987,
9
  "timeline_event": 10
10
  },
11
  "edge_types": {
12
- "proves": 13449,
13
  "transaction_evidenced_by": 1
14
  },
15
  "subsystems": {
16
  "core": 16,
17
- "comcosys": 197987,
18
  "ad_res_j7": 10
19
  },
20
- "model_params": 34764801,
21
  "model_architecture": {
22
  "node_embed_dim": 128,
23
  "text_embed_dim": 256,
 
1
  {
2
  "case_number": "2025-137857",
3
+ "total_nodes": 198019,
4
+ "total_edges": 14338,
5
+ "total_cross_links": 3664,
6
  "node_types": {
7
  "entity": 16,
8
+ "email": 197993,
9
  "timeline_event": 10
10
  },
11
  "edge_types": {
12
+ "proves": 13418,
13
  "transaction_evidenced_by": 1
14
  },
15
  "subsystems": {
16
  "core": 16,
17
+ "comcosys": 197993,
18
  "ad_res_j7": 10
19
  },
20
+ "model_params": 34762753,
21
  "model_architecture": {
22
  "node_embed_dim": 128,
23
  "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
@@ -33,35 +33,35 @@
33
  "z": 32,
34
  ":": 33,
35
  "x": 34,
36
- ".": 35,
37
- "?": 36,
38
- "6": 37,
39
- "9": 38,
40
- "@": 39,
41
- "\u2013": 40,
42
- "-": 41,
43
- "1": 42,
44
- "0": 43,
45
- "2": 44,
46
  "4": 45,
47
- "'": 46,
48
- "\u00a0": 47,
49
- "\u00a3": 48,
50
- "8": 49,
51
- "7": 50,
52
- "+": 51,
53
- "!": 52,
54
- "#": 53,
55
- "5": 54,
56
- "3": 55,
57
- "&": 56,
58
- "|": 57,
59
- "\u2019": 58,
60
- "\ud83d\udc8c": 59,
61
- "<": 60,
62
- "/": 61,
63
- "\ud83d\udcde": 62,
64
- ",": 63,
65
  "%": 64,
66
  "\ud83d\udce3": 65,
67
  "\u2014": 66,
@@ -135,15 +135,7 @@
135
  "\u2022": 134,
136
  "\ud83d\udcac": 135,
137
  "\u2026": 136,
138
- "\u200b": 137,
139
- "\ud83c\udfc3": 138,
140
- "\ud83c\udffd": 139,
141
- "\u200d": 140,
142
- "\u2642": 141,
143
- "\ud83d\udecd": 142,
144
- "\u2764": 143,
145
- "\ud83d\udd13": 144,
146
- "\ud83d\udecb": 145
147
  },
148
- "next_id": 146
149
  }
 
33
  "z": 32,
34
  ":": 33,
35
  "x": 34,
36
+ "?": 35,
37
+ "-": 36,
38
+ "'": 37,
39
+ "!": 38,
40
+ "3": 39,
41
+ ",": 40,
42
+ "/": 41,
43
+ ".": 42,
44
+ "#": 43,
45
+ "9": 44,
46
  "4": 45,
47
+ "2": 46,
48
+ "6": 47,
49
+ "@": 48,
50
+ "\u2013": 49,
51
+ "1": 50,
52
+ "0": 51,
53
+ "\u00a0": 52,
54
+ "\u00a3": 53,
55
+ "8": 54,
56
+ "7": 55,
57
+ "+": 56,
58
+ "5": 57,
59
+ "&": 58,
60
+ "|": 59,
61
+ "\u2019": 60,
62
+ "\ud83d\udc8c": 61,
63
+ "<": 62,
64
+ "\ud83d\udcde": 63,
65
  "%": 64,
66
  "\ud83d\udce3": 65,
67
  "\u2014": 66,
 
135
  "\u2022": 134,
136
  "\ud83d\udcac": 135,
137
  "\u2026": 136,
138
+ "\u200b": 137
 
 
 
 
 
 
 
 
139
  },
140
+ "next_id": 138
141
  }