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

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

Bojun-Feng 27B GGUF second-order
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
2
Likes
0
Model age
2d ago
created 2026-09-10

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:llmfan46/Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved base_model:finetune:llmfan46/Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved license:apache-2.0 region:us

Related

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

Files by quantization

Auxiliary files 13 files 99.8 GB
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q8_0.llamafile 28.7 GB 557d52dd download
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q6_K.llamafile 21.6 GB 52f10789 download
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q5_K_M.llamafile 19.1 GB 37d7cd46 download
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q4_K_M.llamafile 16.7 GB 8d07f58a download
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q3_K_M.llamafile 13.8 GB 77badec0 download
LICENSE 11.3 KB f938136e download
manifest.json 7.96 KB a2768431 download
README.md 5.75 KB 1ad7daae download
PROVENANCE.json 1.83 KB 3c506815 download
SHA256SUMS 701 B a5b87cb7 download
LICENSE.llamafile 583 B 7661d5fd 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: llmfan46/Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved
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


Ultra-Uncensored Heretic with native MTP preserved 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 Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-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 Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-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 Ultra-Uncensored Heretic with native MTP preserved GGUF Llamafiles

-m
Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-Q4_K_M.gguf
...

(Following is original model card for Ultra-Uncensored Heretic with native MTP preserved GGUF)


Excerpt from the original GGUF source card: llmfan46/Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved-GGUF.

GGUF quantizations of llmfan46/Qwen3.8-27B-Ultra-Uncensored-Heretic-Native-MTP-Preserved

This is a decensored version of Qwen/Qwen3.8-27B, made using Heretic v2.0.0.dev0 with a variant of the Magnitude-Preserving Orthogonal Ablation (MPOA) method

Preserved MTPs:

Original Model:

MTP count: 15

  1. mtp.fc.weight
  2. mtp.layers.0.mlp.down_proj.weight
  3. mtp.layers.0.mlp.gate_proj.weight
  4. mtp.layers.0.mlp.up_proj.weight
  5. mtp.layers.0.self_attn.k_proj.weight
  6. mtp.layers.0.self_attn.q_proj.weight
  7. mtp.layers.0.self_attn.v_proj.weight
  8. mtp.layers.0.input_layernorm.weight
  9. mtp.layers.0.post_attention_layernorm.weight
  10. mtp.layers.0.self_attn.k_norm.weight
  11. mtp.layers.0.self_attn.o_proj.weight
  12. mtp.layers.0.self_attn.q_norm.weight
  13. mtp.norm.weight
  14. mtp.pre_fc_norm_embedding.weight
  15. mtp.pre_fc_norm_hidden.weight

Heretic Model:

MTP count: 15

  1. mtp.fc.weight
  2. mtp.layers.0.input_layernorm.weight
  3. mtp.layers.0.mlp.down_proj.weight
  4. mtp.layers.0.mlp.gate_proj.weight
  5. mtp.layers.0.mlp.up_proj.weight
  6. mtp.layers.0.post_attention_layernorm.weight
  7. mtp.layers.0.self_attn.k_norm.weight
  8. mtp.layers.0.self_attn.k_proj.weight
  9. mtp.layers.0.self_attn.o_proj.weight
  10. mtp.layers.0.self_attn.q_norm.weight
  11. mtp.layers.0.self_attn.q_proj.weight
  12. mtp.layers.0.self_attn.v_proj.weight
  13. mtp.norm.weight
  14. mtp.pre_fc_norm_embedding.weight
  15. mtp.pre_fc_norm_hidden.weight

[…]

Targeted components

  • attn.o_proj
  • attn.out_proj
  • mlp.down_proj
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.