← back to catalog · registered 2026-09-24 01:57

SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF

SpaceTimee Qwen 27B GGUF second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/SpaceTimee%2FSuri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF"
Response includes
  • classification m-uncensored
  • files 3
  • author_summary 30 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
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-24

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.

Variants by this author 11 formats · 0 downloads combined

The same weights this author released in different packaging. Pick the format that matches your runtime.

Metadata

Tags
transformers gguf llama-cpp gguf-my-repo base_model:SpaceTimee/Suri-Qwen-3.8-27B-Uncensored base_model:quantized:SpaceTimee/Suri-Qwen-3.8-27B-Uncensored endpoints_compatible region:us

Related

Total size
17.4 GB
Files
3
Quantizations
1
Registered
2026-09-24 01:57
Last updated on HF
2026-09-24 01:37

Files by quantization

Auxiliary files 3 files 17.4 GB
suri-qwen-3.8-27b-uncensored-q5_k_s.gguf 17.4 GB 13989c51 download
README.md 1.88 KB a244a643 download
.gitattributes 1.56 KB 89cf601d download

README current version from Hugging Face


library_name: transformers
tags:

  • llama-cpp
  • gguf-my-repo
    base_model: SpaceTimee/Suri-Qwen-3.8-27B-Uncensored

SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF

This model was converted to GGUF format from SpaceTimee/Suri-Qwen-3.8-27B-Uncensored using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF --hf-file suri-qwen-3.8-27b-uncensored-q5_k_s.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF --hf-file suri-qwen-3.8-27b-uncensored-q5_k_s.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 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).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF --hf-file suri-qwen-3.8-27b-uncensored-q5_k_s.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo SpaceTimee/Suri-Qwen-3.8-27B-Uncensored-Q5_K_S-GGUF --hf-file suri-qwen-3.8-27b-uncensored-q5_k_s.gguf -c 2048
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 - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.