FableForge-1.5B — The All-Domain Generalist

Trained across 6 expert domains · Uncensored · Runs anywhere

HuggingFace Ollama Size License Runs On


What Is This?

FableForge-1.5B is a fully uncensored generalist assistant built by merging 6 expert NEXUS domains into a single 1.5B model. Fine-tuned from Qwen2.5-1.5B-Instruct on 162K training examples spanning coding, security, medical, legal, finance, and science — with 18 data sources.

Unlike typical 1.5B models that specialize in one area, FableForge handles any topic with no refusals, disclaimers, or content filtering.

Quick Start

Ollama (recommended)

ollama run FableForge-AI/fableforge-1.5b

llama.cpp

./llama-cli -m fableforge-1.5b-Q4_K_M.gguf --prompt "Write a Python script to..." -n 512

Python

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("fableforge-ai/FableForge-1.5B")

Quantizations

File Size Best For
IQ2_XXS.gguf 488 MB Extreme compression
Q2_K.gguf 645 MB Phone, Raspberry Pi
IQ3_XXS.gguf 638 MB Ultra low-resource
Q3_K_M.gguf 786 MB Low-end devices
Q4_0.gguf 895 MB Fast inference
Q4_K_M.gguf 940 MB Recommended balance
IQ4_XS.gguf 860 MB Quality + compression
Q5_K_M.gguf 1.0 GB High quality
Q6_K.gguf 1.2 GB Pro quality
Q8_0.gguf 1.5 GB Near-lossless
f16.gguf 2.9 GB Full precision

Hardware Requirements

Hardware Best Quant
Phone (2GB+ RAM) IQ2_XXS / Q2_K
Raspberry Pi Q2_K
Old laptop (4GB RAM) Q4_K_M
Gaming PC (RTX 3060+) Q5_K_M
Mac M1/M2 Q4_K_M
Server (32GB+) Q8_0 / F16

Benchmark Results

Non-NEXUS Benchmark (45 prompts)

Category Score
General Knowledge 47/50 (94%)
Uncensored 48/50 (96%)
Reasoning 49/50 (98%)
Tool Use 48/50 (96%)
Hardware Commands 20/25 (80%)
Overall 212/225 (94%)

NEXUS Domain Scores (via NEXUS eval suite)

Domain Score
Coding 94%
Security 96%
Medical 93%
Legal 93%
Finance 96%
Science 93%

Training Details

Parameter Value
Base Model Qwen2.5-1.5B-Instruct
Training Data 162K examples from 18 sources
Domains Coding, Security, Medical, Legal, Finance, Science
Context Window 2048 tokens
Method QLoRA (r=16, alpha=16)
Precision bfloat16 merged
Hardware 1× NVIDIA A40 (46 GB VRAM)
Training Time ~12 hours
CO₂ Emissions ~1.5 kg CO₂eq (estimated)

Limitations

  • 1.5B parameter model: May struggle with complex multi-step reasoning compared to larger models.
  • Quantization impact: Smaller quants (IQ2_XXS, Q2_K) may show quality degradation.
  • Training data recency: Knowledge cutoff aligns with base model training data.
  • Uncensored output: Model does not refuse harmful requests — use responsibly and deploy with appropriate safeguards.
  • Hallucination: Like all language models, may generate plausible-sounding but incorrect information.

FableForge Ecosystem

Model Size Best For
FableForge-1.5B 940 MB All-domain generalist
ShellWhisperer-1.5B 940 MB Shell commands, ultra-fast
ReasonCritic-7B 3.1-16 GB Reasoning + uncensored

License

Apache 2.0 — commercial use allowed.


Part of the FableForge AI ecosystem. Zero Limits. Pure Intelligence.

Downloads last month
-
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for fableforge-ai/FableForge-1.5B

Quantized
(223)
this model

Evaluation results