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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.