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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 177 Bytes
6db96db | 1 2 3 4 | """Unicosys Hypergraph Knowledge Model — HuggingFace remote code."""
from .configuration_unicosys import UnicosysConfig
from .modeling_unicosys import UnicosysHypergraphModel
|