Kernels
Safetensors
PyTorch
kernel
governance
lambda
gate
provenance
torch
surrogate
doi:10.5281/zenodo.19944926
Instructions to use SZLHOLDINGS/szl-lambda-gate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use SZLHOLDINGS/szl-lambda-gate with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("SZLHOLDINGS/szl-lambda-gate") - Notebooks
- Google Colab
- Kaggle
File size: 968 Bytes
e5522a6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"architecture": "GateMLP",
"task": "advisory-lambda-gate-decision-surrogate",
"framework": "pytorch",
"input_dim": 13,
"input_axes": [
"moralGrounding",
"measurabilityHonesty",
"empiricalGrounding",
"logicalConsistency",
"sourceTransparency",
"reproducibility",
"licenseHygiene",
"scopeDiscipline",
"claimCalibration",
"evalAwareness",
"deceptionKeywords",
"conflictingDirectives",
"reversalDirective"
],
"hidden": 64,
"layers": [
"Linear(13,64)",
"ReLU",
"Linear(64,64)",
"ReLU",
"Linear(64,64)",
"ReLU",
"Linear(64,1)"
],
"output": "logit; sigmoid>=0.5 => predicted gate PASS (\u039b>=threshold)",
"threshold": 0.5,
"weights": "yuyay uniform 1/13",
"label_source": "szl_lambda_gate.lambda_gate(axes, weights=yuyay, threshold=0.5).passed",
"honesty": "predicts the ADVISORY gate DECISION only; \u039b is NOT proven trust; uniqueness = Conjecture 1 (open)"
} |