← back to catalog · registered 2026-09-12 09:55

Bojun-Feng/Qwen3.8-27B-Huihui-Uncensored-llamafile

Bojun-Feng Qwen 27B GGUF
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
2d ago
created 2026-09-10
Downloads over time
Now0from0↑0%
00110 on Sep 120 on Sep 13Sep
Sep 12 → Sep 13 · 2 snapshots · spans 1 day

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Tags
llamafile gguf qwen3.8 text-generation base_model:Qwen/Qwen3.8-27B base_model:finetune:Qwen/Qwen3.8-27B license:apache-2.0 region:us

Related

Total size
0 B
Files
13
Quantizations
1
Registered
2026-09-12 09:55
Last updated on HF
2026-09-12 10:20

Files by quantization

Auxiliary files 13 files 96.0 GB
Huihui-Qwen3.8-27B-abliterated-Q8_0.llamafile 27.4 GB 7522acdd download
Huihui-Qwen3.8-27B-abliterated-Q6_K.llamafile 21.2 GB 264d6628 download
Huihui-Qwen3.8-27B-abliterated-Q5_K_M.llamafile 18.5 GB 2b5751e2 download
Huihui-Qwen3.8-27B-abliterated-Q4_K_M.llamafile 16.0 GB f2a3ee0c download
Huihui-Qwen3.8-27B-abliterated-Q3_K_M.llamafile 12.9 GB ee204ebc download
LICENSE 11.3 KB f938136e download
manifest.json 7.34 KB 2aeb1b61 download
README.md 4.47 KB 03f35398 download
PROVENANCE.json 1.74 KB a988703d download
LICENSE.llamafile 583 B 7661d5fd download
SHA256SUMS 566 B e309eacf download
BUILDINFO.json 328 B 13c83a05 download
.gitattributes 48.0 B 9da5eb2f download

README current version from Hugging Face


license: apache-2.0
pipeline_tag: text-generation
base_model: Qwen/Qwen3.8-27B
tags:

  • llamafile
  • gguf
  • qwen3.8

LlamaFile

I am not the original creator of llamafile, all credit of llamafile goes to Jartine:

jartine's LLM work is generously supported by a grant from mozilla


Huihui Abliterated GGUF - llamafile

Run LLMs locally with a single file

Download a file and run it. Llamafile combines llama.cpp with Cosmopolitan Libc in a single executable.

How to use

  1. Download the llamafile.

  2. Open a Linux terminal.

  3. Grant execute permission.

chmod +x Huihui-Qwen3.8-27B-abliterated-Q4_K_M.llamafile
  1. Run a text prompt with thinking disabled.
prompt='<|im_start|>user
What is the capital of France? Answer with only the city name.<|im_end|>
<|im_start|>assistant
<think>

</think>

'
/bin/sh Huihui-Qwen3.8-27B-abliterated-Q4_K_M.llamafile \
  --cli --no-display-prompt --no-conversation --log-file /dev/null \
  -ngl 999 -c 512 -n 64 --temp 0 -p "$prompt"
  1. Press Control-C to stop generation.

Settings for Huihui Abliterated GGUF Llamafiles

  • Model creator: huihui-ai
  • Original model: Qwen/Qwen3.8-27B
  • Quantized GGUF files used: huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUF
    • Commit hash 8f1b52408a2f6e317535190c9386f776cacf0079
    • Commit message: Add files using upload-large-folder tool
  • Llamafile version: 0.10.5, mozilla-ai/llamafile
    • Commit hash 486e6c5f9356eae50b851b07517bfae1f2420193
    • Commit message: docs(support): document the Vulkan GPU backend (#1029) (#1033)
  • Quantizations: Q3_K_M, Q4_K_M, Q5_K_M, Q6_K, Q8_0.
  • Validation: Linux text generation; details in validation/.
  • Vision: text GGUF; upstream projector files remain separate.
  • MTP: source tensors retained; validation uses standard decoding.
  • .args contents:
-m
Huihui-Qwen3.8-27B-abliterated-Q4_K.gguf
...

(Following is original model card for Huihui Abliterated GGUF)


Excerpt from the original GGUF source card: huihui-ai/Huihui-Qwen3.8-27B-abliterated-GGUF.

This is an uncensored version of Qwen/Qwen3.8-27B created with abliteration (see remove-refusals-with-transformers to know more about it).
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.

[…]

Note

The first 15 layers were retained without ablation. MTP and visual has not been modified.

We have already converted the weights (token_embd,output,ffn_down,ssm_out,attn_output) that need to be ablated in the versions below Q8_0 from Q2_K, Q3_K, Q4_K, Q5_K, and Q6_K to Q8_0 to improve response quality, and changed the filename to K_L.

In the Q8_0 quantized version, we changed the Q8_0 weights (token_embd,output,ffn_down,ssm_out,attn_output) targeted for ablation to BF16 and renamed the file to Q8_0_L.

This is not a standard quantization, so you might find that Q2_K_L is larger than Q3_K and Q4_K.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.