epalea-compliance-v1

Pretrained weights for the Epalea LPF (Latent Posterior Factors) compliance domain model.

Usage

pip install epalea
import epalea
model = epalea.load_model("compliance-v1")  # downloads automatically
result = model.infer(entity_id="C0001", mode="both")
print(result.results.spn.prediction)

Files

File Description
best_model.pt Trained VAE encoder + SPN decoder
aggregator.pt Trained learned aggregator
schema.json Domain schema
evidence_index/ FAISS vector store + metadata

Paper

https://huggingface.co/papers/2603.15670

License

Epalea Model Weight License Commercial licensing: licensing@epalea.ai

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for aaaEpalea/epalea-compliance-v1