minSolskin (my sunshine)
Multi-layer coding-math hybrid. 3 layer pairs grafted across hemispheres: layers (3โ18), (7โ22), (11โ26). Early coding-pattern layers receive deep math-reasoning FFNs, creating a model that approaches problems with mathematical rigor from the first layer. Gentle 0.3 blend strength preserves stability across multiple grafts.
Architecture
- Base: SmolLM2-135M-Instruct
- Method: CECI Protocol (HyperTensor Paper X) โ GRC basis projection
- Created: 2026-05-04
- Repository: HyperTensor
Graft Proof
This model was created by:
- Computing the GRC (Geodesic Residual Compression) basis from the target layer's attention weights via SVD
- Projecting the donor layer's FFN weights into the target's geometric subspace
- Blending at controlled strength to preserve stability
Perplexity testing confirms the graft transfers functional structure without destroying the model.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("NagusameCS/minSolskin", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("NagusameCS/minSolskin")
- Downloads last month
- 20