AIAny
AI Model2026
Icon for item

Qwopus-GLM-18B-Merged

An ~18B frankenmerge text-generation model that stacks two 32-layer Qwen3.5-based finetunes and ships as a 9.2GB Q4_K_M GGUF for efficient local inference. A 1000-step QLoRA heal reduces layer-boundary code corruption and targets coding, reasoning, multilingual chat, and 12–16GB GPU compatibility.

Introduction

Merging two high-quality 9B reasoning finetunes produced an intermediate ~18B model that fills a practical gap: stronger behavior than each 9B source in many tasks while still running on consumer GPUs. The author stacked all 64 layers (32+32) and applied a focused 1000-step QLoRA heal to smooth the layer boundary — a low-cost step that noticeably improves structured outputs like code and HTML.

Key Capabilities
  • Reasoning and chain-of-thought: Benchmarked at 40/44 (90.9%) on a 44-test capability suite covering reasoning, tool calling, agent workflows, structured output, and multilingual handling — matching or outperforming some larger MoE variants in those tests. This indicates the merge preserves and combines complementary reasoning strengths from both sources.
  • Code & frontend generation: After the heal fine-tune, structured code and long HTML/CSS/JS outputs became reliably well-formed (stress tests produced multi-file frontend samples, 14–24K char outputs, and 62/63 checks passed). Useful when you need locally generated production-style frontend snippets or algorithmic code.
  • Efficient local inference: Exported as a Q4_K_M GGUF (~9.2GB) with ~66 tok/s throughput in tests and a context length up to 262,144 tokens; configured to run on GPUs in the 12–16GB class (e.g., RTX 3060/4070) with modest VRAM tuning.
Who It's For & Trade-offs

Great fit if you want a locally runnable model that balances strong reasoning and code-generation with modest hardware: developers experimenting with agentic workflows, offline code generation, multilingual chat, or research into merge methods. Look elsewhere if you need a production-grade, safety-vetted model or comprehensive, reproducible evaluation — this is an experimental frankenmerge with known limitations (residual code-formatting artifacts, occasional missing fences, and not fully stress-tested for safety). The model was healed with only 1000 QLoRA steps, so some edge-case formatting failures and hallucination risks remain.

Where It Fits

Practically, this model sits between the original 9B finetunes and much larger 27–35B models: it aims to capture complementary strengths from two specialized 9B finetunes while remaining practical for local inference. Use it for prototyping, creative coding workflows, and experiments on merge/heal methods; avoid it for high-assurance production services without further evaluation.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.