How to use from
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 TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
# Run inference directly in the terminal:
llama cli -hf TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
# Run inference directly in the terminal:
llama cli -hf TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
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 TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
# Run inference directly in the terminal:
./llama-cli -hf TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
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 TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
Use Docker
docker model run hf.co/TaQuants/Tema_Q-R-4B-TaQuants-GGUF:IQ2_M
Quick Links

Tema_Q-R-4B TaQuants

The Repository
Technical Report

The Tema_Q development team, team zenei, has developed a new importance matrix method called TaQuants (Tensor-aware Adaptive Quantization).
This model is a TaQuants version of temaq-org/Tema_Q-R-4B created with TaQuants v2.0.

The model size and performance are as follows:
TaIQ2_M is 0.01GB compressed and shows a 0.96% improvement in PPL compared to IQ2_M. TaIQ3_S has a file size increase of 0.16GB compared to IQ3_S. On the other hand, it shows a 3.43% improvement in PPL compared to Q4_K_M, which is 0.35GB larger.

Downloads last month
850
GGUF
Model size
4B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for TaQuants/Tema_Q-R-4B-TaQuants-GGUF

Quantized
(5)
this model