Library

Guides #

MedLLMs Practical Guide | 🐙 GitHub Repo
Provides a list of practical guide resources for Medical Large Language Models (Medical LLMs).

Articles on LLMs & Healthcare/Medicine #

Application of large language models in medicine | 🗞️ Article
Provides an overview of the development and deployment of LLMs in medicine, including the challenges and opportunities they face.

The future landscape of large language models in medicine | 🗞️ Article
Provides a systematic and comprehensive overview of the potentials and limitations of LLMs in clinical practice, medical research and medical education.

Technical Resources #

Getting started with Google Colaboratory | 🎥 YouTube Video
Learn the basic features of Google Colab which allows you to write and execute Python in your browser.

HuggingFace | 📄 Documentation
Provides documentation on all the different repositories and features available in the HuggingFace library.

The Illustrated Transformer | ✍️ Blog Post
Provides a simpler introduction to the key concepts of Transformers archiecture.

Annotated Transformer | ✍️ Blog Post
Presents an annotated version of the paper “Attention is All You Need” in the form of a line-by-line implementation.