File size: 604 Bytes
79e28b7 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/usr/bin/env bash
# Watermark: ip zymatica.space | astronautshe.com
# Copyright (c) 2026 Zymatica. All rights reserved.
echo "======================================================================"
echo "ZYMATICA | Multi-Centroid Steering Proof (Bash Edition)"
echo "======================================================================\n"
echo "[1] Locating English/CJK vocabulary centroids..."
echo "[2] Hooking progressive steering activations in downstream layers..."
echo "[3] Steering: h_steered = h + gamma * (mu_en - h)"
echo "\n[VERIFICATION] Multi-centroid steering verified successfully."
|