← back to catalog · registered 2026-09-17 12:56

tinyopsec/Qwen3.5-4B-Uncensored-Aggressive-GGUF

tinyopsec 4B 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
0
Likes
0
Model age
today
created 2026-09-17

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
Quantizations
F16
Tags
gguf qwen2 quantization text-generation en base_model:rodrigomt/Qwen3.5-4B-Uncensored-Aggressive base_model:quantized:rodrigomt/Qwen3.5-4B-Uncensored-Aggressive license:apache-2.0 endpoints_compatible region:us conversational

Related

Total size
33.0 GB
Files
12
Quantizations
2
Registered
2026-09-17 12:56
Last updated on HF
2026-09-17 13:01

Files by quantization

F16 1 file 8.07 GB
model_f16.gguf 8.07 GB d5567aa4 download
Auxiliary files 11 files 24.9 GB
model_q8_0.gguf 4.29 GB b713453e download
model_q6_k.gguf 3.32 GB 1a94dd32 download
model_q5_k_m.gguf 2.94 GB d3020088 download
model_q5_k_s.gguf 2.86 GB 15150f53 download
model_q4_k_m.gguf 2.59 GB d64866a8 download
model_q4_k_s.gguf 2.45 GB b278f70c download
model_q3_k_l.gguf 2.31 GB c07c4f1e download
model_q3_k_m.gguf 2.16 GB 8990f613 download
model_q3_k_s.gguf 1.98 GB e6619d4a download
README.md 3.45 KB 60dea3dd download
.gitattributes 2.00 KB 1eacfa06 download

README current version from Hugging Face


license: apache-2.0
base_model: rodrigomt/Qwen3.5-4B-Uncensored-Aggressive
tags:

  • gguf
  • qwen2
  • quantization
  • text-generation
    language: en
    pipeline_tag: text-generation
    library_name: gguf

Qwen3.5-4B-Uncensored-Aggressive - GGUF

GGUF quantized versions of rodrigomt/Qwen3.5-4B-Uncensored-Aggressive, a 4.5 billion parameter language model based on the Qwen3.5-4B architecture, optimized for unrestricted text generation and direct instruction following.

Model Details

  • Base Model: Qwen/Qwen3.5-4B
  • Fine-tuned by: rodrigomt
  • Architecture: Qwen2 (28 layers, 28 attention heads)
  • Context Length: 32768 tokens
  • Vocabulary Size: 151936
  • Parameters: 4.5B

Quantization

Filename Bits Size Use Case
model_f16.gguf 16 ~8.4 GB Maximum quality, high VRAM requirement
model_q8_0.gguf 8 ~4.5 GB High quality, moderate VRAM
model_q6_k.gguf 6 ~3.4 GB Good quality, balanced VRAM
model_q5_k_m.gguf 5 ~2.8 GB Recommended for most use cases
model_q5_k_s.gguf 5 ~2.5 GB Compact, minimal quality loss
model_q4_k_m.gguf 4 ~2.1 GB Good balance, low VRAM
model_q4_k_s.gguf 4 ~1.9 GB Compact model
model_q3_k_l.gguf 3 ~1.7 GB Very compact
model_q3_k_m.gguf 3 ~1.5 GB Minimal size
model_q3_k_s.gguf 3 ~1.4 GB Extreme compression
model_q2_k.gguf 2 ~1.1 GB Maximum compression

VRAM Requirements

Quantization VRAM Recommended Device
F16 9 GB High-end GPU
Q8_0 5 GB Mid-range GPU
Q6_K 3.5 GB Mid-range GPU
Q5_K_M 3 GB Standard GPU
Q4_K_M 2.5 GB Standard GPU / Laptop GPU
Q3_K_M 2 GB Laptop GPU / CPU
Q2_K 1.5 GB CPU with sufficient RAM

Usage

llama.cpp

./main -m model_q5_k_m.gguf -n 256 -p "You are a helpful assistant."

llama-cpp-python

from llama_cpp import Llama

llm = Llama(
    model_path="model_q5_k_m.gguf",
    n_ctx=32768,
    n_threads=8
)

response = llm("What is machine learning?", max_tokens=256)
print(response["choices"][0]["text"])

LM Studio

Download the quantized GGUF file and load it in LM Studio's model picker.

Ollama

ollama pull tinyopsec/qwen3.5-4b-uncensored-aggressive-gguf:q5_k_m
ollama run tinyopsec/qwen3.5-4b-uncensored-aggressive-gguf:q5_k_m

Model Capabilities

This model excels at:

  • Unrestricted Generation: Optimized for direct, uncensored text generation without safety filters
  • Aggressive Instruction Following: Maximized compliance with user instructions and prompts
  • Diverse Content Generation: Capable of generating a wide range of content types
  • Lightweight Deployment: Efficient 4.5B parameter architecture suitable for local inference
  • Research & Experimentation: Designed for exploring model behavior without refusal patterns

License

This quantized version maintains the original model's Apache 2.0 license. See the original model card for full details.

Disclaimer

These are community quantizations. For official support and documentation, refer to the original model repository and llama.cpp documentation.

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.