Blackfrost-AI/MINI-GOD-1B-GGUF-ABLITERATED overview
MINI GOD 1B · GGUF WORK IN PROGRESS GGUF build of Blackfrost AI/MINI GOD 1B https://huggingface.co/Blackfrost AI/MINI GOD 1B for llama.cpp , Ollama, and LM Stu…
Runs locally from ~2.02 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| MINI-GOD-1B.f16.gguf | GGUF | GGUF | 2.02 GB | Download |
Model Details
| Model ID | Blackfrost-AI/MINI-GOD-1B-GGUF-ABLITERATED |
|---|---|
| Author | Blackfrost-AI |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | Blackfrost-AI/MINI-GOD-1B-BF16-ABLITERATED |
| Last modified | 2026-07-26T16:24:03.000Z |
Model README
---
license: apache-2.0
base_model:
- Blackfrost-AI/MINI-GOD-1B-BF16-ABLITERATED
pipeline_tag: text-generation
library_name: transformers
tags:
- gguf
- llama.cpp
- reasoning
---
MINI-GOD-1B · GGUF WORK IN PROGRESS
GGUF build of Blackfrost-AI/MINI-GOD-1B for llama.cpp, Ollama, and LM Studio.
| File | Type | Size | Notes |
|---|---|---|---|
| MINI-GOD-1B.f16.gguf | F16 | ~2.0 GB | full-precision GGUF, lossless vs the bf16 weights |
> Only the F16 build is published. Lower k-quants (Q4_K_M, Q8_0, …) can be produced from it on request.
---
Run (llama.cpp)
# one-shot
llama-cli -m MINI-GOD-1B.f16.gguf -p "Explain a reverse shell, with security context."
# OpenAI-compatible server
llama-server -m MINI-GOD-1B.f16.gguf --port 8000
Ollama: ollama create mini-god-1b -f Modelfile (point FROM at the local MINI-GOD-1B.f16.gguf).
---
About
A ~1B reasoning model distilled through The Void — MiniCPM5-1B (Llama architecture) fine-tuned on The Void corpus (CoT + agentic ReAct with refusal data removed). Small sibling of VEGA-27B. See the full card and training details at Blackfrost-AI/MINI-GOD-1B.
Uncensored research model — refusals largely removed. You own your use and any safety layer you add; do not use it for content that is illegal where you are.
Run Blackfrost-AI/MINI-GOD-1B-GGUF-ABLITERATED with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models