mirror of
https://github.com/ruvnet/RuView
synced 2026-06-26 13:03:19 +00:00
ade0fe82f6
Before → After: - Contrastive loss: -0.0% → 33.9% improvement - Presence accuracy: 0% → 100% - Temporal negatives: 0 → 22,396 - Quantization 2-bit: 16KB (4x) → 4KB (16x) - Quantization 4-bit: 16KB (4x) → 8KB (8x) - Training samples: 236 → 2,360 (10x augmentation) - Triplets: 249 → 23,994 (96x more) Fixes: gradient descent on encoder weights, temporal negative threshold 30s→10s, PresenceHead (128→1 BCE), bit-packed quantization, data augmentation (interp+noise+cross-node), Xavier/Glorot init with batch normalization, live data collection Co-Authored-By: claude-flow <ruv@ruv.net>