#69 · Primary category: MLOps & Evaluation
MedicalGPT
MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline.
Project last updated:06/03/26
GitHub Stars
5.8K
Forks
790
Contributors
16
License
Apache-2.0
Why we included this project
MedicalGPT is a full training pipeline for teams that want to build a medical language model from their own data rather than just call an API. It covers the standard fine-tuning stages, from continued pretraining on domain documents through supervised instruction tuning to preference alignment via RLHF, DPO, ORPO, GRPO, and on-policy distillation. The repo ships ready-to-run shell scripts for each stage, plus LoRA and full-parameter training support for models like Qwen, Llama, Baichuan, and ChatGLM, and it handles chat templates and data conversion for you. That makes it a practical fit for researchers and engineers who have medical corpora and GPU time and want reproducible, scripted experiments instead of hand-rolling training loops. Just don't expect a finished chatbot: this is a toolkit you run to produce one, so it suits people comfortable with configs and data curation.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models