How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="TaQuants/Tema_Q-R-4B-TaQuants-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Tema_Q-R-4B TaQuants

For detailed logic, please refer to the 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
1,265
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