Instructions to use PollardWeights/FrogMini-14B-Pollard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Trellis
How to use PollardWeights/FrogMini-14B-Pollard with Trellis:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use PollardWeights/FrogMini-14B-Pollard with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S # Run inference directly in the terminal: llama cli -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S # Run inference directly in the terminal: llama cli -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S # Run inference directly in the terminal: ./llama-cli -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf PollardWeights/FrogMini-14B-Pollard:IQ2_S
Use Docker
docker model run hf.co/PollardWeights/FrogMini-14B-Pollard:IQ2_S
- LM Studio
- Jan
- vLLM
How to use PollardWeights/FrogMini-14B-Pollard with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "PollardWeights/FrogMini-14B-Pollard" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "PollardWeights/FrogMini-14B-Pollard", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/PollardWeights/FrogMini-14B-Pollard:IQ2_S
- Ollama
How to use PollardWeights/FrogMini-14B-Pollard with Ollama:
ollama run hf.co/PollardWeights/FrogMini-14B-Pollard:IQ2_S
- Unsloth Desktop
- Docker Model Runner
How to use PollardWeights/FrogMini-14B-Pollard with Docker Model Runner:
docker model run hf.co/PollardWeights/FrogMini-14B-Pollard:IQ2_S
- Lemonade
How to use PollardWeights/FrogMini-14B-Pollard with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull PollardWeights/FrogMini-14B-Pollard:IQ2_S
Run and chat with the model
lemonade run user.FrogMini-14B-Pollard-IQ2_S
List all available models
lemonade list
- Atomic Chat
FrogMini-14B โ Pollard
Pollard shrank this model: 29.54 GB (f16) โ 4.56 GB โ 85% smaller, 6.5ร down.
The smallest rung here; larger, higher-fidelity rungs are listed below.
format this model's size f16 29.54 GB Q8_0 ~15.66 GB Q6_K ~12.11 GB Q4_K_M ~8.57 GB PollardMix (this repo's IQ2_XXS) 4.56 GB
Pollard builds of microsoft/FrogMini-14B-2510 made with Pollard Weights โ a ladder of measured-allocation quants (bits placed by per-layer sensitivity, not a uniform crush).
Standard GGUF โ runs in stock llama.cpp / ik_llama.cpp, Ollama, LM Studio. Trellis (IQ*_KT) files need ik_llama.cpp; the K-quants run anywhere.
Model details
| Parameter count | ~14.8B |
| Architecture | qwen3 |
| Input support | text |
| imatrix | yes โ see calibration |
| Perplexity measured | yes โ table below |
Which file should I choose?
Every rung is the same weights, sized to a different RAM budget by the measured allocation. Pick the largest one that fits your machine with room for context:
- ~14 GB RAM / VRAM โ
Q6_K(12.12 GB). near-lossless - ~10 GB RAM / VRAM โ
IQ4_XS(8.43 GB). recommended default - ~9 GB RAM / VRAM โ
IQ3_S(6.79 GB). best size/quality trade - ~8 GB RAM / VRAM โ
IQ2_S(5.94 GB). small - ~7 GB RAM / VRAM โ
IQ2_XXS(4.56 GB). smallest - 6.5x down from f16
Available files (wikitext-2 test, ctx 512)
f16 reference PPL 9.3589.
| file | PPL | size | tok/s | Mean KLD | notes |
|---|---|---|---|---|---|
FrogMini-14B-Pollard-IQ2_XXS.gguf |
13.2652 | 4.56 GB | 126.7 | โ | smallest - 6.5x down from f16 |
FrogMini-14B-Pollard-IQ2_S.gguf |
10.1684 | 5.94 GB | 108.9 | โ | small |
FrogMini-14B-Pollard-IQ3_S.gguf |
9.6067 | 6.79 GB | 99.2 | โ | best size/quality trade |
FrogMini-14B-Pollard-IQ4_XS.gguf |
9.5405 | 8.43 GB | 88.3 | โ | recommended default |
FrogMini-14B-Pollard-Q6_K.gguf |
9.4040 | 12.12 GB | 63.0 | โ | near-lossless |
tok/s measured on an RTX 5070 Ti (16 GB), full GPU offload.
Sampling
Every rung cleared the coherence gate on the first sampling config -- three prompts including code,
no loops, down to and including IQ2_XXS. Ship these defaults:
--temp 0.7 --repeat-penalty 1.15 --repeat-last-n 256 --top-k 40 --top-p 0.9
About the bottom rung
IQ2_XXS is coherent, and it is also a real step down: +3.91 PPL against f16, where every rung above
it costs under a point. It exists so a 14B fits in 4.56 GB. If you have the room, IQ3_S is 2 GB
larger and gives most of the quality back.
Prompt format
ChatML
Download a specific file
pip install -U "huggingface_hub[cli]"
hf download PollardWeights/FrogMini-14B-Pollard \
--include "FrogMini-14B-Pollard-IQ4_XS.gguf" --local-dir ./
How to run
These are standard GGUF and run with llama.cpp:
llama-server -hf PollardWeights/FrogMini-14B-Pollard:IQ4_XS
or from a local file:
llama-cli -m FrogMini-14B-Pollard-IQ4_XS.gguf -ngl 99 -p "Explain why the sky is blue."
llama-server -m FrogMini-14B-Pollard-IQ4_XS.gguf -ngl 99 # OpenAI-compatible API + web UI at :8080
They also work in anything built on llama.cpp โ LM Studio, koboldcpp, Jan, ramalama, Ollama (ollama run hf.co/PollardWeights/FrogMini-14B-Pollard).
imatrix (calibration)
The importance matrix (FrogMini-14B-Pollard.imatrix, included) was computed on a Calib 3.0 multi-domain corpus (prose, code, math, multilingual), 40 chunks.
ARM / AVX
llama.cpp repacks weights into an interleaved layout at load time for faster inference on ARM and AVX machines โ no special file needed, online repacking covers these quants. The old Q4_0_4_4/4_8/8_8 variants are not required.
Errata
- Trellis (
IQ*_KT) quants need ik_llama.cpp to build/run; K-quants run in any recent llama.cpp. - Measured allocation places bits by per-layer sensitivity under a size budget.
- Single machine; replication invited.
Credits & license
- Base model:
microsoft/FrogMini-14B-2510(Microsoft) - Quantization tooling: llama.cpp (ggml-org)
- Method + tooling: Pollard Weights โ measure first, no claim before a number.
- License:
mit, inherited from the base model.
Built with Pollard Weights โ frontier models, small hardware, no compromise.
- Downloads last month
- 645
2-bit
3-bit
4-bit
6-bit