CoolFace
Datasetpublic

worthdoing/org-profile

Worth Doing AI We provide high-quality GGUF quantizations of the best open-source language models, optimized for local inference on Apple Silicon Macs. What We Do We select the best small general-purpose models and quantize them using llama.cpp with carefully chosen quantization levels. Every model is tested on Apple Silicon hardware before release. Our focus: Best-in-class small models (1.7B to 7B parameters) GGUF format compatible with Ollama, LM Studio, and… See the full description on the dataset page: https://huggingface.co/datasets/worthdoing/org-profile.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes7downloads
Dataset Card

Worth Doing AI

We provide high-quality GGUF quantizations of the best open-source language models, optimized for local inference on Apple Silicon Macs.

What We Do

We select the best small general-purpose models and quantize them using llama.cpp with carefully chosen quantization levels. Every model is tested on Apple Silicon hardware before release.

Our focus:

  • Best-in-class small models (1.7B to 7B parameters)
  • GGUF format compatible with Ollama, LM Studio, and llama.cpp
  • Optimized for Apple Silicon (Metal GPU acceleration)
  • Multiple quantization levels to fit any hardware

Available Models

ModelParametersQ4_K_MQ5_K_MQ8_0
Qwen2.5-7B-Instruct-GGUF7B4.4 GB5.1 GB7.5 GB
Mistral-7B-Instruct-v0.3-GGUF7B4.1 GB4.8 GB7.2 GB
Phi-4-mini-GGUF3.8B2.3 GB2.6 GB3.8 GB
Qwen2.5-3B-Instruct-GGUF3B1.8 GB2.1 GB3.1 GB
SmolLM2-1.7B-Instruct-GGUF1.7B1.0 GB1.1 GB1.7 GB

Quantization Levels

TypeBits per WeightBest For
Q4_K_M~4.6 bpwRecommended - Best quality/size ratio for everyday use
Q5_K_M~5.3 bpwHigher quality with minimal size increase
Q8_0~8.0 bpwNear-original quality for maximum accuracy

Quick Start

Ollama

bash
# Download a GGUF file, then:
cat > Modelfile <<'EOF'
FROM ./qwen2.5-7b-instruct-Q4_K_M-worthdoing.gguf
EOF
ollama create qwen2.5-7b -f Modelfile
ollama run qwen2.5-7b

llama.cpp

bash
llama-cli -m qwen2.5-7b-instruct-Q4_K_M-worthdoing.gguf -p "Your prompt" -ngl 99

LM Studio

Download any GGUF file and import it directly into LM Studio.

Hardware Recommendations

RAMRecommended Models
8 GBSmolLM2-1.7B (any quant), Qwen2.5-3B Q4KM/Q5KM
16 GBAny 3-4B model (any quant), 7B models Q4KM
32 GB+Any model, any quantization

About

Worth Doing AI is focused on making high-quality AI accessible for local, private use. All quantizations are performed with llama.cpp and verified on Apple Silicon hardware.

Contact: admin@worthdoing.ai