build-small-hackathon/MiniCPM4-8B-PaperProf-GGUF
030
MiniCPM4-8B-PaperProf-GGUF
GGUF quantizations of build-small-hackathon/MiniCPM4-8B-PaperProf, the fine-tuned exam-question generator behind PaperProf.
Usage with llama.cpp
llama-cli -hf build-small-hackathon/MiniCPM4-8B-PaperProf-GGUF -p "your prompt"Usage with llama-cpp-python
from llama_cpp import Llama
llm = Llama.from_pretrained("build-small-hackathon/MiniCPM4-8B-PaperProf-GGUF", filename="*Q4_K_M.gguf", n_gpu_layers=-1)Built for the Build Small Hackathon, June 2026, by Team PaperProf (EPITA).
