Genuine-7B-Instruct - GGUF Quantized

Quantized GGUF versions of Genuine-7B-Instruct for use with llama.cpp and other GGUF-compatible inference engines.

Original Model

Available Quantizations

  • Genuine-7B-Instruct-f16.gguf (14531.9 MB) - 16-bit float (original precision, largest file)
  • Genuine-7B-Instruct-q3_k_m.gguf (3632.0 MB) - 3-bit quantization (medium quality)
  • Genuine-7B-Instruct-q4_k_m.gguf (4466.1 MB) - 4-bit quantization (medium, recommended for most use cases)
  • Genuine-7B-Instruct-q5_k_m.gguf (5192.6 MB) - 5-bit quantization (medium, good quality)
  • Genuine-7B-Instruct-q6_k.gguf (5964.5 MB) - 6-bit quantization (high quality)
  • Genuine-7B-Instruct-q8_0.gguf (7723.4 MB) - 8-bit quantization (very high quality)

Usage

With llama.cpp

# Download recommended quantization
wget https://huggingface.co/theprint/Genuine-7B-Instruct-GGUF/resolve/main/Genuine-7B-Instruct-q4_k_m.gguf

# Run inference
./llama.cpp/main -m Genuine-7B-Instruct-q4_k_m.gguf \
  -p "Your prompt here" \
  -n 256 \
  --temp 0.7 \
  --top-p 0.9

With other GGUF tools

These files are compatible with:

Quantization Info

Recommended: q4_k_m provides the best balance of size, speed, and quality for most use cases.

For maximum quality: Use q8_0 or f16
For maximum speed/smallest size: Use q3_k_m or q4_k_s

License

apache-2.0

Citation

@misc{genuine_7b_instruct_gguf,
  title={Genuine-7B-Instruct GGUF Quantized Models},
  author={theprint},
  year={2025},
  publisher={Hugging Face},
  url={https://huggingface.co/theprint/Genuine-7B-Instruct-GGUF}
}
Downloads last month
1,704
GGUF
Model size
7.62B params
Architecture
qwen2
Hardware compatibility
Log In to view the estimation

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for theprint/Genuine-7B-Instruct-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(1)
this model

Dataset used to train theprint/Genuine-7B-Instruct-GGUF