Dolphin 3.0 Llama 3.2 3B
Eric Hartford's Dolphin fine-tune at 3B. Less-censored than the base Llama; popular for unconstrained-generation use cases.
Positioning
Dolphin 3.0 Llama 3.2 3B is a dense 3-billion-parameter fine-tune of Meta's Llama 3.2 3B base model, created by Eric Hartford at Cognitive Computations. Released under the Llama Community License, it is designed for edge deployment with a 131,072-token context window. What distinguishes this entry in the open-weight landscape is its less-censored behavior compared to the base Llama, making it a popular choice for creative and unconstrained generation use cases at the edge tier.
Strengths
- Large context window for edge scale: With 131K tokens of context, this 3B model offers one of the longest context lengths available at the edge tier, enabling processing of extensive documents or long-form generation on modest hardware.
- Permissive license for commercial use: The Llama Community License allows for commercial deployment, making it suitable for integrating into products or services without restrictive licensing.
- Small quantized footprint: At Q4_K_M the model is only ~1.7 GB on disk, and at Q2_K it drops to ~1.0 GB, allowing it to run on devices with limited storage and memory, such as phones or low-end laptops.
- Less-censored generation: The Dolphin fine-tune intentionally reduces content restrictions compared to the base Llama, appealing to users who need unconstrained outputs for creative writing, roleplay, or research.
Limitations
- Small parameter count limits capability: As a 3B dense model, it lacks the reasoning depth and knowledge breadth of larger models. Complex tasks requiring multi-step logic or broad factual recall may produce less reliable results.
- No community benchmark data available: We do not have independently verified benchmark scores for this model. Operators should treat any published vendor metrics as best-case and evaluate on their own tasks.
- Less-censored behavior may produce undesirable outputs: The reduced content filtering can lead to outputs that are offensive, biased, or otherwise inappropriate for many production environments without additional safeguards.
- Edge deployment constraints: While the model fits on edge devices, the large context window increases memory and compute demands. Running at full context may require significant RAM and slower inference on low-power hardware.
What it takes to run this locally
Quantized sizes range from 6 GB (FP16) down to ~1.0 GB (Q2_K). For typical use, add 30–50% for KV cache and framework overhead at the full 131K context. A Q4_K_M quant (1.7 GB) plus overhead fits comfortably on a consumer device with 4 GB RAM, while Q2_K (~1.0 GB) can run on phones or Raspberry Pi-class hardware. This model is firmly in the edge deployment class — no GPU required, though a modern CPU with good single-thread performance helps.
Should you run this locally?
Yes if you need a small, permissively licensed model for creative or unconstrained generation on edge hardware, and you can accept the limitations of a 3B model. The large context window is a bonus for long-form tasks.
No if your use case demands high factual accuracy, complex reasoning, or safe-for-work outputs without additional filtering. For those needs, consider a larger model or a more heavily aligned fine-tune.
Catalog cross-links
- Llama 3.2 3B
- Dolphin 2.9.3 Mixtral 8x7B
- Edge deployment guide
Overview
Eric Hartford's Dolphin fine-tune at 3B. Less-censored than the base Llama; popular for unconstrained-generation use cases.
Family & lineage
How this model relates to others in its lineage. Family members share architecture and training-data roots; parent / children edges record direct distillation or fine-tune relationships.
Strengths
- Less censored than base
- Strong creative-writing benchmarks
Weaknesses
- Smaller community than Llama base
Quantization variants
Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.
| Quantization | File size | VRAM required |
|---|---|---|
| Q4_K_M | 1.8 GB | 3 GB |
Get the model
HuggingFace
Original weights
Source repository — direct quantization required.
Hardware that runs this
Cards with enough VRAM for at least one quantization of Dolphin 3.0 Llama 3.2 3B.
Models worth comparing
Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.
Frequently asked
What's the minimum VRAM to run Dolphin 3.0 Llama 3.2 3B?
Can I use Dolphin 3.0 Llama 3.2 3B commercially?
What's the context length of Dolphin 3.0 Llama 3.2 3B?
Source: huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.2-3B
Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.
Related — keep moving
Verify Dolphin 3.0 Llama 3.2 3B runs on your specific hardware before committing money.