A lightweight GPT-2-style causal language model trained from scratch on medical literature. Designed for research and education in the medical domain.
⚠️ Disclaimer. This model is for research and educational purposes only. It must not be used for medical diagnosis, treatment recommendations, or clinical decision-making.
Large medical LLMs (PubMedBERT, BioGPT, Med-PaLM) are expensive to run and require infrastructure most clinics, students, and researchers don't have. MedLLM-10M is a deliberately tiny, from-scratch GPT-2 trained on medical text — small enough to run on a CPU, finetune on a laptop, or use as a teaching artifact in an NLP course.
It is not competitive with commercial medical AI for diagnostic accuracy. It is competitive at being a small, transparent, fully open baseline for the medical domain.
1@misc{sikder2025medllm10m,
2 title = {MedLLM-10M: A Lightweight GPT-2-Style Language Model Trained From Scratch on Medical Literature},
3 author = {Sikder, Akteruzzaman Raihan},
4 year = {2025},
5 url = {https://huggingface.co/raihan-js/medllm-10m}
6}