HSLM (Hybrid Symbolic Language Model) training infrastructure β Ternary neural networks, Beal conjecture, zeroth-order optimization, Railway deployment.
- π’ HSLM Model β ~1.24M ternary parameters, ~248KB compressed
- π§ Sacred Attention β Ο-weighted mechanism for HSLM
- π Autograd β reverse-mode automatic differentiation
- π€ Zeroth-Order β perturb-and-measure optimization (no backprop)
- π T-JEPA β jigsaw predictive coding self-supervision
- π Railway Deployment β cloud farm for distributed training
- π Benchmarks β MNIST, CIFAR-10, neural network tests
# Clone with zig-golden-float submodule
git clone --recursive https://github.com/gHashTag/trinity-training.git
cd trinity-training
git submodule update --init --recursivesrc/
βββ hslm/ (70+ files)
β βββ model.zig
β βββ trainer.zig
β βββ train.zig
β βββ autograd.zig
β βββ attention.zig
β βββ sacred_attention.zig
β βββ ...
βββ bench/ benchmarks
βββ data_loaders/ MNIST, CIFAR-10
βββ tri/ training orchestration
data/ (208MB)
Golden Ratio mathematics meets computational physics and AI.
| Repository | Purpose | Status |
|---|---|---|
| trinity | π― Orchestrator, agents, API, MCP server | β Main |
| zig-golden-float | π’ Numeric core: GF16, TF3, VSA, JIT | |
| trinity-training | π§ ML: HSLM, benchmarks, datasets | β Here |
| t27 | π Ternary SSOT + Rust bootstrap | π Language |
| vibee-lang | π΅ VIBEE language spec (.tri/.vibee) | π Language |
| zig-hdc | π§© Hyperdimensional: VSA, HRR | β |
| zig-sacred-geometry | π Sacred Ο-geometry, Beal | β |
| zig-physics | βοΈ Quantum: QCD, gravity, dark matter | β |
| zig-knowledge-graph | πΈοΈ KG server + CLI | β |
| zig-agents | π€ Agents: MCP, autonomous | β |
| zig-crypto-mining | π° BTC mining + DePIN | β |
| trinity-fpga | π FPGA: Verilog synthesis | π WIP |
Cloud Platforms:
- Railway β multi-account farm for distributed training
- Fly.io β multi-region swarm deployment
MIT Β© gHashTag