AIAny
AI Model2026
Icon for item

Qwopus-GLM-18B-Merged (Healed)

A healed 64-layer 'frankenmerge' that stacks two Qwen3.5-derived finetunes into an ~18B GGUF model for multilingual text generation, reasoning, and reliable code/frontend output. Healed with a 1000-step QLoRA to reduce layer-boundary artifacts and targeted to run on 12–16 GB GPUs.

Introduction

Merging two strong 9B finetunes into a deeper 64-layer network intentionally trades parameter-count shape for practical VRAM requirements: the result aims to sit between 9B and 27B models in capability while still fitting 12–16 GB consumer GPUs. That makes it a pragmatic approach to get higher reasoning and structured-output quality without moving to much larger, harder-to-run checkpoints.

What Sets It Apart
  • Frankenmerge architecture: stacks 32 layers from each source finetune (total 64 layers) to produce an ~18B-parameter model serialized as a Q4_K_M GGUF (~9.2 GB). This lets users run a deeper-capacity model on consumer cards without requiring a full 27B+ checkpoint.
  • Heal fine-tune: a 1000-step QLoRA healing pass (NF4, LoRA rank 64) was applied to smooth layer-boundary artifacts; reported improvements include cleaner structured outputs (HTML/CSS/JS), a programming benchmark recovery (11/15 → 12/15), and a substantial loss reduction during tuning.
  • Practical benchmarks: authors report 40/44 capability-suite passes and extensive frontend stress tests (62/63 checks passed), highlighting unusually robust long structured outputs for a merged model.
Who It's For (and tradeoffs)

Great fit if you need stronger reasoning or production-quality structured code output but are constrained to 12–16 GB GPUs — e.g., local inference, prototype agent chains, or frontend code-generation pipelines. Look elsewhere if you need fully-supported, production-grade models with exhaustive safety testing: this is an experimental frankenmerge and can still emit formatting glitches (occasional code-block formatting, minor JS/closing-tag artifacts). Also note the GGUF release is the healed Q4_K_M quantized artifact; full BF16 weights are not included in the repo.

Where It Fits

Think of this as a pragmatic middle ground: more capability than a single 9B finetune but far lighter than typical 27–35B checkpoints. It's useful for researchers and practitioners wanting to experiment with merged architectures, heal-fine-tuning effects, or deploy an LLM with improved structured-output behavior on consumer hardware.

Information

Categories

More Items

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.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).