GraySoft
Projects Models About FAQ Contact Download guIDE →

cs2764/huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k-gguf Q6_K 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

cs2764/huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k-gguf overview

This model was converted to GGUF format from huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

transformersggufabliterateduncensoredClaudereasoningchain-of-thoughtDensellama-cppgguf-my-repoimage-text-to-textbase_model:huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliteratedbase_model:quantized:huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliteratedlicense:apache-2.0endpoints_compatibleregion:usconversational
cs2764/huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k-gguf visual
Downloads
321
Likes
1
Pipeline
image-text-to-text
Library
transformers
Visibility
Public
Access
Open

Repository Files & Downloads

1 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k.gguf GGUF Q6_K 20.57 GB Download

Model Details Live

Model Slug
cs2764/huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k-gguf
Author
cs2764
Pipeline Task
image-text-to-text
Library
transformers
Created
2026-03-16
Last Modified
2026-03-16
Gated
No
Private
No
HF SHA
7d970f2c9757f6ea27f00a4d7ca04e2befbea5b7
License
apache-2.0
Language
Unknown
Base Model
huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "library_name": "transformers",
    "license": "apache-2.0",
    "license_link": "https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled/blob/main/LICENSE",
    "pipeline_tag": "image-text-to-text",
    "base_model": "huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated",
    "tags": [
      "abliterated",
      "uncensored",
      "Claude",
      "reasoning",
      "chain-of-thought",
      "Dense",
      "llama-cpp",
      "gguf-my-repo"
    ],
    "frontmatter": {
      "library_name": "transformers",
      "license": "apache-2.0",
      "license_link": "https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled/blob/main/LICENSE",
      "pipeline_tag": "image-text-to-text",
      "base_model": "huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated",
      "tags": [
        "abliterated",
        "uncensored",
        "Claude",
        "reasoning",
        "chain-of-thought",
        "Dense",
        "llama-cpp",
        "gguf-my-repo"
      ]
    },
    "hero_image_url": "",
    "summary": "This model was converted to GGUF format from huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlibrary_name: transformers\nlicense: apache-2.0\nlicense_link: https://huggingface.co/Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled/blob/main/LICENSE\npipeline_tag: image-text-to-text\nbase_model: huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated\ntags:\n- abliterated\n- uncensored\n- Claude\n- reasoning\n- chain-of-thought\n- Dense\n- llama-cpp\n- gguf-my-repo\n---\n\n# cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF\nThis model was converted to GGUF format from [`huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated`](https://huggingface.co/huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.\nRefer to the [original model card](https://huggingface.co/huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated) for more details on the model.\n\n## Use with llama.cpp\nInstall llama.cpp through brew (works on Mac and Linux)\n\n```bash\nbrew install llama.cpp\n\n```\nInvoke the llama.cpp server or the CLI.\n\n### CLI:\n```bash\nllama-cli --hf-repo cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF --hf-file huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF --hf-file huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k.gguf -c 2048\n```\n\nNote: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.\n\nStep 1: Clone llama.cpp from GitHub.\n```\ngit clone https://github.com/ggerganov/llama.cpp\n```\n\nStep 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).\n```\ncd llama.cpp && LLAMA_CURL=1 make\n```\n\nStep 3: Run inference through the main binary.\n```\n./llama-cli --hf-repo cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF --hf-file huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF --hf-file huihui-qwen3.5-27b-claude-4.6-opus-abliterated-q6_k.gguf -c 2048\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "transformers",
    "gguf",
    "abliterated",
    "uncensored",
    "Claude",
    "reasoning",
    "chain-of-thought",
    "Dense",
    "llama-cpp",
    "gguf-my-repo",
    "image-text-to-text",
    "base_model:huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated",
    "base_model:quantized:huihui-ai/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated",
    "license:apache-2.0",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 1,
  "downloads": 321,
  "gated": false,
  "private": false,
  "last_modified": "2026-03-16T02:33:20.000Z",
  "created_at": "2026-03-16T02:32:16.000Z",
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "69b76bb077c4531f6dd563c2",
  "id": "cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF",
  "modelId": "cs2764/Huihui-Qwen3.5-27B-Claude-4.6-Opus-abliterated-Q6_K-GGUF",
  "sha": "7d970f2c9757f6ea27f00a4d7ca04e2befbea5b7",
  "createdAt": "2026-03-16T02:32:16.000Z",
  "lastModified": "2026-03-16T02:33:20.000Z",
  "author": "cs2764",
  "downloads": 321,
  "likes": 1,
  "gated": false,
  "private": false,
  "pipeline_tag": "image-text-to-text",
  "library_name": "transformers",
  "siblings_count": 3
}