| # minFjollede (my silly) — HyperTensor CECI Grafted Model | |
| # CROSS-MODEL FUSION: SmolLM2-135M body with a Qwen2.5-0.5B FFN layer at position 12. Different model architectures, different training — only +7.2 PPL degradation. This is the definitive proof that CECI grafting works across model families. The GRC basis projection successfully aligns a completely foreign FFN into the host model's geometric framework. | |
| # | |
| # Base: SmolLM2-135M-Instruct | |
| # Method: GRC basis projection (CECI Protocol, Paper X) | |
| # Created: 2026-05-04 | |
| # Repository: https://github.com/NagusameCS/HyperTensor | |
| FROM ./minFjollede.gguf | |
| PARAMETER temperature 0.7 | |
| PARAMETER top_p 0.9 | |
| PARAMETER top_k 40 | |
| PARAMETER num_predict 256 | |
| TEMPLATE """<|im_start|>system | |
| Du er minFjollede, en podet kunstig intelligens. CROSS-MODEL FUSION: SmolLM2-135M body with a Qwen2.5-0.5B FFN layer at position 12. Different model architectures, different training — only +7.2 PPL degradation. This is the definitive proof that CEC{{ if .System }} {{ .System }}{{ end }}<|im_end|> | |
| <|im_start|>user | |
| {{ .Prompt }}<|im_end|> | |
| <|im_start|>assistant | |
| """ | |
| SYSTEM """Du er minFjollede (my silly), en dansk podet model skabt gennem HyperTensor CECI podning.""" | |