38 1 week ago

tools thinking

Models

View all →

Readme

MicroGPT

440234ef-3e51-4ea0-bf61-dfbec5e64382.png

This page provides two variants of MicroGPT optimized for different hardware setups, both available for use with Ollama.


📦 Model Variants

latest — Based on qwen3:14b

  • Designed for smaller GPUs while maintaining strong performance.
  • Competes with gpt-oss:20b in capabilities, but with:
    • Smaller context window
    • Lower VRAM requirement
  • Recommended hardware: GPU with 12 GB VRAM or higher.

openai-20b — Based on gpt-oss:20b

  • Suitable for larger GPUs or Apple Silicon Macs with abundant RAM.
  • Comparable to “o4”–type model.
  • Recommended hardware: GPU with 16 GB VRAM or higher.

📄 Model Files

The MODELFILEs for both variants are available here:
🔗 OpenModelFile-MicroGPT Repository

License: The MODELFILEs are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.


📝 Notes

  • Choose latest if you have limited VRAM but still want strong performance.
  • Choose openai-20b if you have a high-VRAM setup or want slightly better reasoning ability.
  • Both pass my “riddlebench-difficult”, “llamabench”, and “mathbench” one-shot tests.
    • Note there is multiple ways to pass RiddleBench - at least two from what I’ve seen.
      • As long as it’s logically correct it passes.
      • Both passed in their own way.