--- license: apache-2.0 base_model: openbmb/MiniCPM5-1B-sft tags: [chemistry, quantum-chemistry, sft, gguf-ready, ollama] datasets: [anisiraj/comp-chem-quantum-chem] --- # MiniCPM5-1B-sft โ€” computational-chemistry assistant (merged, Ollama-ready) Merged FP16 weights = base `openbmb/MiniCPM5-1B-sft` + the completion-only SFT adapter, from https://github.com/anisiraj/llm_kickstart_repo (handbook.html โ†’ ๐Ÿงช Case Study). Llama-architecture โ†’ Ollama imports it directly. **Measured:** 0.689 GB at Q4_K_M; completion ppl โ†’3.64, recall 46% ```bash # quantize to Q4_K_M (~0.7 GB) and serve locally ollama create chem-minicpm5 -q q4_K_M -f Modelfile ollama run chem-minicpm5 "What is the Hartree-Fock method?" ```