Layer 12 mid-layer precision splice. FFN transplanted from layer 2. 29% PPL recovery across the largest depth gap (10 layers). Demonstrates that even across significant architectural distance, GRC basis alignment transfers functional structure. Minimal intervention with measurable effect.
Perplexity testing confirms the graft transfers functional structure without destroying the model.
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("NagusameCS/minLillemus", trust_remote_code=True)
4tokenizer = AutoTokenizer.from_pretrained("NagusameCS/minLillemus")