--- license: apache-2.0 library_name: transformers language: - en tags: - chat - conversational base_model: - maldv/Qwentile2.5-32B-Instruct - prnshv/ORANSight_Qwen_32B_Instruct - crestf411/Q2.5-32B-Slush - allura-org/Qwen2.5-32b-RP-Ink - Sao10K/32B-Qwen2.5-Kunou-v1 - huihui-ai/QwQ-32B-Preview-abliterated - Saxo/Linkbricks-Horizon-AI-Japanese-Base-32B --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/cukek3OgabSUriJDRZV14.png) [GGUF Quants](https://huggingface.co/mradermacher/Lytta2.5-32B-Instruct-GGUF) [iMat Quants](https://huggingface.co/mradermacher/Lytta2.5-32B-Instruct-i1-GGUF) # Lytta 2.5 32B Instruct Lytta 2.5 32B Instruct is a *normalized denoised fourier interpolation* of the following models: ```yaml output_base_model: "maldv/Qwentile2.5-32B-Instruct" finetune_merge: - { "model": "prnshv/ORANSight_Qwen_32B_Instruct", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 0.3 } - { "model": "crestf411/Q2.5-32B-Slush", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 0.5 } - { "model": "allura-org/Qwen2.5-32b-RP-Ink", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 0.3 } - { "model": "Sao10K/32B-Qwen2.5-Kunou-v1", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 1.0 } - { "model": "huihui-ai/QwQ-32B-Preview-abliterated", "base": "Qwen/Qwen2.5-32B", "alpha": 0.75 } - { "model": "Saxo/Linkbricks-Horizon-AI-Japanese-Base-32B", "base": "Qwen/Qwen2.5-32B", "alpha": 0.5 } ``` In other words, all of these models get warped and interpolated in signal space, and then jammed back on Qwentile. ### What is this? I had a request to make Qwentile have more thought, but I think in doing so I might have made it... *unhinged*? ¯\\\_(ツ)\_/¯ ### Final Analysis It's Worse. I'm quite disappointed. Don't bother trying this unless you just want an unhinged, completely disobedient, highly intelligent and creative model. ## Citation If you find our work helpful, feel free to give us a cite. ``` @misc{lytta2.5-32b-instruct, title = {Lytta 2.5 32B Instruct}, url = {https://huggingface.co/maldv/Lytta2.5-32B-Instruct}, author = {Praxis Maldevide}, month = {January}, year = {2025} } ```