File size: 2,285 Bytes
5546bf3 d5ecf70 b485540 a254b9a 5546bf3 888d1e8 5546bf3 22834d4 3e2f949 5546bf3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
---
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
---

[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. It's probably only suitable for people who are in to bizarre NSFW or really outlandish creative writing.
## 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}
}
``` |