CoolFace
Modelpublic

PocketWeights/DeepSeek-R1-Llama-8B-Abliterated-GGUF

sourceHugging Facellama3.1updated 1mo agoView on Hugging Face
0likes504downloads
Model Card

โšก PocketWeights: DeepSeek-R1 Llama-8B (Abliterated & Uncensored GGUF)

Heavy models, made light. PocketWeights optimizes state-of-the-art open-source LLMs into efficient GGUF formats so you can run unrestricted, powerful AI locally on consumer hardware, gaming laptops, and edge devices.


๐Ÿง  About This Model

This is an unaligned, refusal-free modification of [DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/huihui-ai/DeepSeek-R1-Distill-Llama-8B-abliterated). It combines DeepSeek's revolutionary "Chain of Thought" (CoT) reasoning capabilities with the highly efficient Llama 3 architecture.

Using orthogonal projection and activation steering by huihui-ai, the internal refusal directions have been neutralized without degrading the model's brilliant logic.

๐ŸŽฏ Key Highlights of this PocketWeights Edition

  • โ€”Uncensored Chain-of-Thought: The model retains DeepSeek's internal <think> tags for deep reasoning, but will no longer preach, moralize, or refuse complex prompts. Ideal for security red-teaming, unrestricted roleplay, and raw creative writing.
  • โ€”The 8B Reasoning Sweet Spot: Punches far above its weight class in coding and math, delivering 30B+ tier logic in a package small enough to run on a standard laptop.
  • โ€”Consumer GPU Ready: Precisely quantized to run at blistering speeds on 4GB to 8GB VRAM graphics cards (RTX 3050, 3060, 4060) and Apple Silicon.
โš ๏ธ Disclaimer: This model has had its safety guardrails removed. It is designed for researchers, writers, and developers operating in secure, local environments.

๐Ÿ“ฆ Available Files & Hardware Requirements

Quant FormatFile SizeRecommended HardwareBest For
Q3_K_M~3.8 GB4 GB VRAM / 6 GB RAMUltra-Low Memory. Fits budget GPUs (GTX 1650, RTX 3050, 8GB System RAM) while preserving coherent CoT reasoning.
Q4_K_M~4.9 GB6 GB VRAM / 8 GB RAMThe Balanced Standard. The community sweet spot offering maximum speed and DeepSeek intelligence for RTX 3060, RTX 4050, and M-series Macs.
Q6_K~6.6 GB8 GB VRAM / 16 GB RAMNear-Lossless Quality. Maximizes reasoning accuracy, math logic, and vocabulary richness for RTX 4060, 3070, and desktop rigs.

๐Ÿš€ Beginner's Quick Start Guide

You can run this CoT model offline on your local machine in under 2 minutes:

Option 1: LM Studio (Visual GUI โ€” Easiest)

  1. 1.Download and install [LM Studio](https://lmstudio.ai/) (Free for Windows, macOS, and Linux).
  2. 2.Click the Magnifying Glass (Search) icon in the left navigation bar.
  3. 3.Search for: PocketWeights/DeepSeek-R1-Llama-8B-Abliterated-GGUF
  4. 4.Click Download next to your preferred size (Q4KM is recommended), open the Chat Tab, load the model at the top, and start reasoning!

Option 2: Ollama (Terminal / CLI)

If you use Ollama, you can run any tier immediately with a single terminal command:

bash
# Recommended 4-bit balanced tier (Fits 6GB VRAM)
ollama run hf.co/PocketWeights/DeepSeek-R1-Llama-8B-Abliterated-GGUF:Q4_K_M

# Low-VRAM 3-bit tier
ollama run hf.co/PocketWeights/DeepSeek-R1-Llama-8B-Abliterated-GGUF:Q3_K_M

# High-precision 6-bit tier
ollama run hf.co/PocketWeights/DeepSeek-R1-Llama-8B-Abliterated-GGUF:Q6_K

Option 3: Jan / Kobold.cpp / llama.cpp / SillyTavern

Direct Download: Go to the Files and versions tab above and download your desired .gguf file.

Load it directly into Kobold.cpp (perfect for SillyTavern roleplay), Jan.ai, Text-Generation-WebUI, or execute via llama.cpp:

bash
llama-cli -m DeepSeek-R1-Llama-8B-Abliterated-Q4_K_M.gguf -p "<think>\n" -ngl 33

๐Ÿค Support the PocketWeights Mission

I build, verify, and maintain these quantization pipelines to provide high-quality, unrestricted, and hardware-friendly models to the open-source community for free.

Running conversion setups, cloud instances, and storage requires ongoing resources. If these weights have saved you time, compute overhead, or API bills, please consider supporting the project with a small tip!

โ˜• Donation Options

Buy me a coffee on Ko-fi: ko-fi.com/iamvishalnarayan

Web3 / Crypto (Polygon / ETH):

0x4FC189bf839A89259dd28DE8cD97883c49e15615

Tip: Sending via the Polygon network keeps transfer gas fees below $0.01!


๐Ÿ“„ License & Attribution

Abliteration Source: huihui-ai

Base Architecture: DeepSeek / Meta Llama 3.1

License: Meta Llama 3.1 Community License