Layer 20 deep processing blend. FFN transplanted from layer 10. 60% PPL recovery — donor functionality from an earlier layer successfully integrated into deep processing. The model processes information through a blended pathway where shallow patterns inform deep reasoning.
Perplexity testing confirms the graft transfers functional structure without destroying the model.
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("NagusameCS/minElskede", trust_remote_code=True)
4tokenizer = AutoTokenizer.from_pretrained("NagusameCS/minElskede")