Graph Machine Learning
Transformers
Safetensors
English
unicosys_hypergraph
knowledge-graph
hypergraph
legal-evidence
graph-neural-network
unicosys
Instructions to use drzo/unicosys-hypergraph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drzo/unicosys-hypergraph with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("drzo/unicosys-hypergraph", device_map="auto") - Notebooks
- Google Colab
- Kaggle
chore: update unicosys hypergraph model from CI pipeline
Browse files- README.md +1 -1
- graph_data.safetensors +2 -2
- model.safetensors +1 -1
- model_summary.json +2 -2
- node_id_mapping.json +0 -0
README.md
CHANGED
|
@@ -39,7 +39,7 @@ single trainable knowledge representation.
|
|
| 39 |
| Metric | Count |
|
| 40 |
|---|---|
|
| 41 |
| Total Nodes | 198,019 |
|
| 42 |
-
| Total Edges | 13,
|
| 43 |
| Cross-Links | 3,664 |
|
| 44 |
| Entities | 16 |
|
| 45 |
| Emails | 197,993 |
|
|
|
|
| 39 |
| Metric | Count |
|
| 40 |
|---|---|
|
| 41 |
| Total Nodes | 198,019 |
|
| 42 |
+
| Total Edges | 13,415 |
|
| 43 |
| Cross-Links | 3,664 |
|
| 44 |
| Entities | 16 |
|
| 45 |
| Emails | 197,993 |
|
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:0783d23ff236235bb0ece84adb6acc3bebd3bdc3e19f07b83a52ff232f4522b3
|
| 3 |
+
size 5096880
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 139056836
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f415f96254b43464c7c15e2e4efe5005e242c1e3eb62622cdfd2419b3c88a70e
|
| 3 |
size 139056836
|
model_summary.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"case_number": "2025-137857",
|
| 3 |
"total_nodes": 198019,
|
| 4 |
-
"total_edges":
|
| 5 |
"total_cross_links": 3664,
|
| 6 |
"node_types": {
|
| 7 |
"entity": 16,
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"timeline_event": 10
|
| 10 |
},
|
| 11 |
"edge_types": {
|
| 12 |
-
"proves":
|
| 13 |
"transaction_evidenced_by": 1
|
| 14 |
},
|
| 15 |
"subsystems": {
|
|
|
|
| 1 |
{
|
| 2 |
"case_number": "2025-137857",
|
| 3 |
"total_nodes": 198019,
|
| 4 |
+
"total_edges": 14334,
|
| 5 |
"total_cross_links": 3664,
|
| 6 |
"node_types": {
|
| 7 |
"entity": 16,
|
|
|
|
| 9 |
"timeline_event": 10
|
| 10 |
},
|
| 11 |
"edge_types": {
|
| 12 |
+
"proves": 13414,
|
| 13 |
"transaction_evidenced_by": 1
|
| 14 |
},
|
| 15 |
"subsystems": {
|
node_id_mapping.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|