--- license: apache-2.0 library_name: transformers language: - en tags: - chat - conversational base_model: - Qwen/QwQ-32B-Preview - rombodawg/Rombos-LLM-V2.5-Qwen-32b - AiCloser/Qwen2.5-32B-AGI - EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2 - Qwen/Qwen2.5-32B-Instruct --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/dwjQJ3QeriF_Pqn2EL4p3.png) [GGUF Quants](https://huggingface.co/mradermacher/Awqward2.5-32B-Instruct-GGUF) [iMat Quants](https://huggingface.co/mradermacher/Awqward2.5-32B-Instruct-i1-GGUF) # Awqward 2.5 32B Instruct Awqward 2.5 32B Instruct is a *normalized denoised fourier interpolation* of the following models: ```yaml output_base_model: "Qwen/Qwen2.5-32B-Instruct" finetune_merge: - { "model": "Qwen/QwQ-32B-Preview", "base": "Qwen/Qwen2.5-32B", "alpha": 0.7, "is_input": true } - { "model": "rombodawg/Rombos-LLM-V2.5-Qwen-32b", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 0.5 } - { "model": "AiCloser/Qwen2.5-32B-AGI", "base": "Qwen/Qwen2.5-32B-Instruct", "alpha": 0.5, "is_output": true } - { "model": "EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2", "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 top of the instruct model. ### What is this? QwQ is a really nifty model, but it was giving me problems with xml output - which is what I use for my thought tokens. So, I thought... lets just merge it in! I first attempted to do this using Qwen2.5-Coder-32B/Qwen2.5-Coder-32B-Instruct, but `after analysis, they are not directly homologous through either Qwen2.5 or Qwen2.5-Instruct`. This was quite a surprise, and makes me wonder what the model speciation tree looks like. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65b19c1b098c85365af5a83e/ChXqLajR8uiNkMZznjrxy.png) ### Initial Results I didn't do much testing yet, but so far so good. ## Citation If you find our work helpful, feel free to give us a cite. ``` @misc{awqward2.5-32b-instruct, title = {Awqward 2.5 32B Instruct}, url = {https://huggingface.co/maldv/awqward-2.5-32b-instruct}, author = {Praxis Maldevide}, month = {December}, year = {2024} } ```