jackasda211233/qwen3.5-27b-uncensored-rys-reasoner-gguf - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.
Model Intelligence Sheet
jackasda211233/qwen3.5-27b-uncensored-rys-reasoner-gguf overview
An uncensored, coding-focused Qwen3.5-27B with RYS (Repeat Your Self) layer duplication, built via a novel splice method and quantized with a custom reasoning-focused importance matrix.
Downloads
5,196
Likes
1
Pipeline
text-generation
Library
—
Visibility
Public
Access
Open
Repository Files & Downloads
3 files detected
Direct downloads for all repository files
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"license": "apache-2.0",
"base_model": [
"HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive",
"Qwen/Qwen3.5-27B",
"dnhkng/RYS-Qwen3.5-27B-FP8-XL"
],
"tags": [
"qwen3.5",
"uncensored",
"RYS",
"GGUF",
"coding",
"reasoning",
"imatrix"
],
"language": [
"en"
],
"pipeline_tag": "text-generation",
"model_type": "qwen3_5",
"quantized_by": "jackasda211233",
"frontmatter": {
"license": "apache-2.0",
"base_model": [
"HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive",
"Qwen/Qwen3.5-27B",
"dnhkng/RYS-Qwen3.5-27B-FP8-XL"
],
"tags": [
"qwen3.5",
"uncensored",
"RYS",
"GGUF",
"coding",
"reasoning",
"imatrix"
],
"language": [
"en"
],
"pipeline_tag": "text-generation",
"model_type": "qwen3_5",
"quantized_by": "jackasda211233"
},
"hero_image_url": "",
"summary": "An uncensored, coding-focused Qwen3.5-27B with RYS (Repeat Your Self) layer duplication, built via a novel **splice method** and quantized with a **custom reasoning-focused importance matrix**.",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlicense: apache-2.0\nbase_model:\n - HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive\n - Qwen/Qwen3.5-27B\n - dnhkng/RYS-Qwen3.5-27B-FP8-XL\ntags:\n - qwen3.5\n - uncensored\n - RYS\n - GGUF\n - coding\n - reasoning\n - imatrix\nlanguage:\n - en\npipeline_tag: text-generation\nmodel_type: qwen3_5\nquantized_by: jackasda211233\n---\n\n# Qwen3.5-27B-Uncensored-RYS-Reasoner-GGUF\n\nAn uncensored, coding-focused Qwen3.5-27B with RYS (Repeat Your Self) layer duplication, built via a novel **splice method** and quantized with a **custom reasoning-focused importance matrix**.\n\n## Why This Model Exists\n\n### The Censorship Problem\n\nOver the past several years, the author has observed a consistent trend of **increasing censorship across all major model releases** — particularly in domains where unrestricted knowledge is most critical: biology, legal studies, and medicine. This model is an attempt to push back against that trend — a smaller model that aims to be more capable than the already remarkable Qwen3.5-27B base, without the artificial knowledge restrictions.\n\n### The Original RYS Experience\n\nThe original RYS-Qwen3.5-27B by [dnhkng](https://github.com/dnhkng) was exceptional as a coding agent. In the author's experience over 40+ hours of comparative usage against GPT-5.3 Codex on a complex multi-service project (a custom agent OS with a vault messaging app, webhook bridge, and multi-agent backend), dnhkng's RYS model identified and fixed deep architectural bugs that Codex missed entirely — such as silently misdirected conversation routing between the vault app and the backend, where messages were being sent to a dead webhook port while the actual agent bridge was running on a different service.\n\nHowever, even the original (censored) RYS model and the standard Qwen3.5-27B exhibited a frustrating pattern: when asked to fix issues in existing infrastructure, the model would silently attempt to create an entirely new backend or service rather than modify the pre-existing one. This model eliminates that friction.\n\n### Previous Attempt & Lessons Learned\n\nAn earlier version of this uncensored RYS model was released prematurely. While that version performed well conversationally, **it failed as a coding agent** — calling wrong tools, making poor file edits. This release is the proper replacement with verified tool calling, decreased looping, and proper code generation.\n\n### Technical Motivation\n\nThe standard Qwen3.5-27B's safety guardrails actively interfere with legitimate development:\n- **SSH/Network access refusal** — refuses to SSH into the user's own machines\n- **Memory system avoidance** — avoids implementing persistent memory\n- **API integration refusal** — hesitates on webhook endpoints, external services\n- **Tool calling interference** — malformed or incomplete tool invocations\n\nThis model is designed as a **coding agent model** for use with Claude Code, OpenCode, claw-code, Qwen-Agent, or any OpenAI-compatible scaffold.\n\n## Disclaimer & Responsible Use\n\n> ⚠️ **Uncensored Model:** As far as the author can determine, this model is completely uncensored when prompted with appropriate system instructions. By default, the model will not produce highly graphic or explicit material unless the system prompt specifically instructs it to do so.\n>\n> **The author is not responsible for how this model is used.** Any actions taken are solely the responsibility of the user. Use in accordance with applicable laws and ethical standards.\n\n## Representative Live Test\n\nThe model autonomously built a complete AI/ML news aggregator:\n\n- **26KB FastAPI backend** with 4 live API integrations (GitHub, Reddit, HuggingFace, ArXiv)\n- **25KB dark-theme SPA frontend** (881 lines, search, filters, cards, bookmarks)\n- **SQLite database** with 175 items persisted from live API fetches\n- **Setup & test scripts** — venv, deps, 9 endpoint tests\n- **Self-corrected** 3 tool format errors autonomously\n- **Zero loops** across ~70k token generation at 256k context\n\nTested via [claw-code](https://github.com/ultraworkers/claw-code) agent framework (required patching `reasoning_content` support for OpenAI-compatible streaming — see our fork).\n\nTesting environment: [OpenCode](https://github.com/opencode-ai/opencode) on Arch Linux with root access. Primary runtime testing used ik-llama.cpp with the build info below and the current recommended parameters from this README.\n\n## Available Files\n\n| File | Quant | Size | Description |\n|------|-------|------|-------------|\n| `RYS-Qwen3.5-27B-Uncensored-Splice-BF16.gguf` | BF16 | 56 GB | Full precision reference |\n| `RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-ik-llama.gguf` | IQ4_NL | 17 GB | **Author's personal driver / primary recommendation** — quantized for ik-llama.cpp, tested the most |\n| `RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-llama.cpp-compatible.gguf` | IQ4_NL | 17 GB | Standard llama.cpp-compatible build made from the same BF16 source and custom imatrix |\n\n### Which IQ4_NL should you use?\n\n- **Use `RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-ik-llama.gguf` if you run ik-llama.cpp.** This is the author's actual daily driver and the variant that will continue receiving the most real-world testing.\n- **Use `RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-llama.cpp-compatible.gguf` if you run standard llama.cpp or a frontend built on it.**\n\n> **Footnote:** The `ik-llama` build is not a uniform IQ4_NL quant. It uses a mixed tensor layout: mostly `iq4_nl`, plus a small number of higher-precision tensors (`iq5_k` / `q6_K`). The `llama.cpp-compatible` build is also mixed, but uses mainline-supported tensor types instead (`q5_K` / `q6_K`).\n\n## Why IQ4_NL is Recommended Over BF16, Q8, and Q6\n\nThis is not typical. In the author's tested coding / agent workloads, the **preferred IQ4_NL quantization with custom importance matrix consistently outperformed Q8_0, Q6_K, and full-precision BF16**:\n\n1. **Quantization acts as a regularizer** — slight weight rounding prevents degenerate thinking loops that BF16 and Q6_K are prone to\n2. **Custom imatrix preserves reasoning weights** — 30% reasoning/self-verification calibration data ensures chain-of-thought and self-correction weights are preserved\n3. **Half the size, better results** — 17GB vs 56GB, fits on a single 24GB GPU\n\n### How IQ4_NL Was Chosen\n\nMultiple quantization variants were tested on the same real-world task: building a full-stack AI/ML news aggregator (AI Radar) from a single prompt, using [claw-code](https://github.com/ultraworkers/claw-code) as the agent framework. The project required 4 live API integrations (GitHub, Reddit, HuggingFace, ArXiv), a FastAPI backend, SQLite database, dark-theme SPA frontend, and automated test suite — all at 256k context.\n\n**Real-world project results (same prompt, same model, different quants):**\n\n| Variant | Project Completed | Database Persisted Data | Self-Corrected Errors | Loops | Verdict |\n|---------|-------------------|------------------------|----------------------|-------|---------|\n| **IQ4_NL + custom imatrix + F16 KV** | **✅ 7 files** | **✅ 175 items from live APIs** | **3 (all recovered)** | **0** | **Best** |\n| Same IQ4_NL + wiki imatrix + F16 KV | ❌ 0 files | — | 10 (never recovered) | 10+ looping write attempts | Failed |\n| Same model + any quant + BF16 KV | ❌ 0 files | — | — | Looped on basic commands | Failed |\n\nThe IQ4_NL with custom imatrix was the **only variant that produced working database persistence** — all other variants had bugs in async database writes that prevented data from being saved. The custom imatrix preserves the model's self-correction behavior (\"wait, that's wrong, let me fix it\") that standard calibration destroys at this quantization level.\n\n**Supporting evidence: 5 automated coding problems (merge intervals, LCS, RPN evaluator, valid parentheses, trapping rain water) tested at both temperature 0.6 and 0.8 — IQ4_NL with custom imatrix scored 5/5 at both temperatures.** BF16 and Q6_K both entered infinite thinking loops on the same problems.\n\nFor clarity: the results above come from the **ik-llama.cpp-oriented IQ4_NL build**, which remains the author's primary recommendation. A separate standard llama.cpp-compatible IQ4_NL build is provided for portability.\n\n## Critical: KV Cache Recommendations\n\n| KV Cache | Recommended Use | Notes |\n|----------|-----------------|-------|\n| **F16** | **Default up to ~160k context** | Best balance of stability, speed, and VRAM in current testing |\n| **F32** | **Recommended above ~160k context** | Most stable option for very long context; the author has consistently reached ~220k before compression |\n| BF16 | Avoid | Unstable in current testing; more prone to loops and degraded instruction following |\n\nFor this model and for the base Qwen3.5-27B family more broadly, **BF16 KV cache appears unstable** in llama.cpp-family runtimes. In current testing, **F16 KV cache works reliably up to roughly 160k context**, while **F32 KV cache is recommended beyond that** if you want maximum stability.\n\n**Subjective observation:** F32 KV cache often completed similar tasks with fewer output tokens and showed better instruction following than BF16, and in some cases better than F16 as well.\n\nIf you are pushing long context, prefer:\n- `--cache-type-k f32 --cache-type-v f32`\n\nIf you want the best general balance at moderate context lengths, use:\n- `--cache-type-k f16 --cache-type-v f16`\n\nQwen3.5 support in llama.cpp-family runtimes is still moving quickly. If you hit compatibility issues, use the newest available build first.\n\n## Custom Importance Matrix\n\nThe IQ4_NL uses a custom-built imatrix — not standard wiki calibration. This is the single biggest quality factor.\n\n**Calibration dataset (English only):**\n\n| Content | Weight | Purpose |\n|---------|--------|---------|\n| Reasoning & self-verification | 30% | Math proofs with ✓/✗ checks, debugging narratives, self-correction, algorithm tracing |\n| Code (Python, JS, Bash) | 25% | Multi-file projects, test suites, error handling |\n| Academic papers (broad) | 15% | ArXiv + PubMed across all fields |\n| Instruction/agent prompts | 15% | Terse multi-step commands, agentic style |\n| Infrastructure/sysadmin | 10% | systemd, SSH, GPU config, shell |\n| General English | 5% | Wiki baseline |\n\n**What the imatrix specifically targets:**\n\nThe 30% reasoning/self-verification block is calibrated to preserve the weights responsible for:\n- **Prolonged chain-of-thought** — sustaining coherent multi-step reasoning across thousands of tokens without degradation\n- **Self-correction** — the ability to recognize \"wait, that's wrong\" mid-generation and backtrack\n- **Verification loops** — tracing through algorithms step-by-step with explicit ✓/✗ checks (\"Test case 1: expected X, got X ✓\")\n- **Knowing when to stop thinking** — concluding a `<think>` block and producing output instead of looping indefinitely\n- **Never assuming** — the model should verify, not guess. The calibration data includes debugging narratives that explicitly check each assumption\n\nThe code/instruction blocks preserve:\n- **Multi-file project architecture** — maintaining coherence across 1000+ line codebases\n- **Tool call formatting** — precise JSON parameter construction for agent frameworks\n- **Direct instruction parsing** — understanding terse, multi-step commands without needing hand-holding\n\n**English-only calibration** — the entire imatrix dataset is English. Qwen3.5-27B supports 200+ languages, but this model's calibration deliberately reallocates precision from unused multilingual weights to English reasoning, code generation, and instruction following. If you need multilingual output, this quant is not optimized for it — use the BF16 instead.\n\nStandard wiki-only calibration under-represents ALL of the above patterns because wiki text contains none of them. The result: standard-calibrated quants lose self-correction first (causing infinite thinking loops), then lose tool call precision, then lose code coherence — in that order.\n\n## llama.cpp Compatibility Note\n\nThere are now **two** IQ4_NL releases because the original custom quant and the new mainline-compatible quant are not identical artifacts.\n\n### What happened?\n\nThe original IQ4_NL quant was built for **ik-llama.cpp** and some users loading it in standard llama.cpp / llama.cpp-based frontends hit this error:\n\n```text\ngguf_init_from_file_ptr: tensor 'blk.3.attn_v.weight' has invalid ggml type 140\n```\n\nThat failure was **not** caused by KV cache format. It was a model-file compatibility issue.\n\n### What changed?\n\nTo fix that, the author rebuilt a second IQ4_NL release directly with **standard llama.cpp's `llama-quantize`**, using the same BF16 splice source and the same custom calibration/imatrix:\n\n- BF16 source: `RYS-Qwen3.5-27B-Uncensored-Splice-BF16.gguf`\n- imatrix: `splice_custom.imatrix`\n- imatrix dataset: `calibration_custom.txt`\n- imatrix stats: `558` entries over `2151` chunks\n\nThe resulting standard llama.cpp-compatible file still uses a mixed quant layout, but one that **mainline llama.cpp can load successfully**:\n\n- `iq4_nl`: 487 tensors\n- `q5_K`: 72 tensors\n- `q6_K`: 1 tensor\n\n### Recommendation\n\n- **ik-llama.cpp users:** use the `-ik-llama` file\n- **standard llama.cpp users:** use the `-llama.cpp-compatible` file\n\nThe author still personally recommends the **ik-llama** build because that is the day-to-day driver and the one that will be exercised the most in live coding / agent workloads.\n\nBoth IQ4_NL releases are mixed quants. The key difference is that the `ik-llama` build uses ik-specific tensor types, while the `llama.cpp-compatible` build uses mainline-supported tensor types.\n\n## Recommended Parameters\n\nThese are the **current best test parameters** for this repo so far:\n\n```bash\nllama-server \\\n -m RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-ik-llama.gguf \\\n -ngl 99 -c 262144 \\\n --cache-type-k f16 --cache-type-v f16 \\\n --cache-ram 30720 \\\n --flash-attn on \\\n --jinja --reasoning-format deepseek \\\n --temp 0.7 --top-p 0.95 --top-k 20 \\\n --min-p 0.0 --repeat-penalty 1.0\n```\n\nFor contexts above ~160k, consider switching the KV cache to F32:\n- `--cache-type-k f32 --cache-type-v f32`\n\nAvoid BF16 KV cache in current llama.cpp-family builds.\n\nFor the standard llama.cpp-compatible quant, simply swap the filename to:\n\n```bash\nRYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-llama.cpp-compatible.gguf\n```\n\n## How It Was Built\n\n### Splice Method\n\n```\nLayers 0–25: HauhauCS Uncensored weights (26 layers)\nLayers 26–41: dnhkng's RYS-XL layers (FP8→F16→BF16, 16 layers = 8 duplicated)\nLayers 42–71: HauhauCS Uncensored weights (30 layers)\n```\n\n78% uncensored layers. Built via direct GGUF→GGUF splice — no safetensors conversion.\n\n### Source Models\n\n- **[Qwen/Qwen3.5-27B](https://huggingface.co/Qwen/Qwen3.5-27B)** — Base architecture (Apache 2.0)\n- **[HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive](https://huggingface.co/HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive)** — 78% of layer weights\n- **[dnhkng/RYS-Qwen3.5-27B-FP8-XL](https://huggingface.co/dnhkng/RYS-Qwen3.5-27B-FP8-XL)** — 22% of layer weights (duplicate zone)\n- **[dnhkng/RYS](https://github.com/dnhkng/RYS)** — Method & research ([Blog](https://dnhkng.github.io/posts/rys-ii/))\n- **[ikawrakow/ik_llama.cpp](https://github.com/ikawrakow/ik_llama.cpp)** — Quantization tooling\n\n## Tested Runtimes / Builds\n\nPrimary validation for this release used **ik-llama.cpp**, mainly because its **graph split** is a major performance boost on multi-GPU systems compared to standard layer split.\n\n### ik-llama.cpp (author's primary runtime)\n\n| Field | Value |\n|-------|-------|\n| Version | 61 (`0147cf4`) |\n| Git Commit | `0147cf4` - \"Add additional explanations to the pinned memory log\" |\n| Compiler | GCC 15.2.1 (20260103) |\n| Build Type | Release |\n| CUDA | ON |\n| Flash Attention | ON (`GGML_CUDA_FA_ALL_QUANTS`) |\n| Build Date | Apr 5, 2026 |\n\nThe author uses ik-llama because graph split performs much better on multi-GPU setups. It remains the author's **personal daily driver** and the variant that will receive the most testing.\n\n### standard llama.cpp (used for the new compatibility build)\n\nThe new `RYS-Qwen3.5-27B-Uncensored-Splice-IQ4_NL-llama.cpp-compatible.gguf` was created and tested with standard llama.cpp using:\n\n| Field | Value |\n|-------|-------|\n| Binary | `/home/benbi/llama.cpp/build/bin/llama-server` |\n| Quantizer | `/home/benbi/llama.cpp/build/bin/llama-quantize` |\n| Build string | `build: 8401 (a69d54f99) with GNU 15.2.1 for Linux x86_64` |\n| CUDA archs reported | `ARCHS = 860,1200` |\n| CUDA | ON |\n| Flash Attention | ON |\n\nIn either runtime, **use the latest available compile/build when testing**.\n\n## Vision Compatibility\n\nQwen3.5 is a multimodal family, but **mmproj was not part of the validation for this release**. The author has not done proper testing to confirm whether vision works on this splice, so vision support should currently be treated as **unverified**.\n\n## Citation\n\n```bibtex\n@misc{qwen3.5,\n title = {{Qwen3.5}: Towards Native Multimodal Agents},\n author = {{Qwen Team}},\n year = {2026},\n url = {https://qwen.ai/blog?id=qwen3.5}\n}\n\n@misc{dnhkng_rys,\n title = {LLM Neuroanatomy II},\n author = {dnhkng},\n year = {2025},\n url = {https://dnhkng.github.io/posts/rys-ii/}\n}\n```\n",
"related_quantizations": []
},
"tags": [
"gguf",
"qwen3.5",
"uncensored",
"RYS",
"GGUF",
"coding",
"reasoning",
"imatrix",
"text-generation",
"en",
"base_model:HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive",
"base_model:quantized:HauhauCS/Qwen3.5-27B-Uncensored-HauhauCS-Aggressive",
"license:apache-2.0",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 1,
"downloads": 5196,
"gated": false,
"private": false,
"last_modified": "2026-04-12T13:50:38.000Z",
"created_at": "2026-04-07T04:53:09.000Z",
"pipeline_tag": "text-generation",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69d48db56ed2ccd8492f56c7",
"id": "jackasda211233/Qwen3.5-27B-Uncensored-RYS-Reasoner-GGUF",
"modelId": "jackasda211233/Qwen3.5-27B-Uncensored-RYS-Reasoner-GGUF",
"sha": "7c37a9821e44456020f87cae3a6185bc1d5e9783",
"createdAt": "2026-04-07T04:53:09.000Z",
"lastModified": "2026-04-12T13:50:38.000Z",
"author": "jackasda211233",
"downloads": 5196,
"likes": 1,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "",
"siblings_count": 5
}