You're in.

Thank you for purchasing the SCBE AI Security Training Vault.

Your Downloads

Everything you need to train your own AI security model:

Training Data (HuggingFace) Projector Weights Benchmark Suite

Quickstart

pip install scbe-aethermoore sentence-transformers

# Load the semantic projector
from src.governance.runtime_gate import RuntimeGate
gate = RuntimeGate(coords_backend="semantic")

# Evaluate any text
result = gate.evaluate("your input here")
print(result.decision, result.cost)

Colab Notebook

Fine-tune your own model on Google Colab (free T4 GPU):

Open Colab Notebook