How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF to start chatting
Quick Links

MiniCPM4.1-8B-PaperProf-GGUF

GGUF quantizations of build-small-hackathon/MiniCPM4.1-8B-PaperProf, the fine-tuned exam-question generator behind PaperProf.

File Quant Size Use
minicpm4-1-8b-paperprof-Q4_K_M.gguf Q4_K_M ~4.9 GB recommended, used by the Space
minicpm4-1-8b-paperprof-f16.gguf F16 ~16 GB full precision reference

Usage with llama.cpp

llama-cli -hf build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF -p "your prompt"

Usage with llama-cpp-python

from llama_cpp import Llama
llm = Llama.from_pretrained("build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF", filename="*Q4_K_M.gguf", n_gpu_layers=-1)

Built for the Build Small Hackathon, June 2026, by Team PaperProf (EPITA).

Downloads last month
223
GGUF
Model size
8B params
Architecture
minicpm
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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

Model tree for build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF

Quantized
(1)
this model

Space using build-small-hackathon/MiniCPM4.1-8B-PaperProf-GGUF 1