This repository constitutes some of the resources which I will use to learn about Large Language Models. I will also try to come up with a roadmap as I go forward in this self-learning journey, since a clear roadmap with milestones will be one of the best ways to learn about LLMs in a proper manner.
For this, I will include a mix of theoretical and practical hands-on resources to learn.
PS: Need to make this more visual
Edit: 6th Nov 2024
- Need to majorly refactor the repository.
- Remove courses or resources that are not relevant.
- In the model race, we can't go on listing models in the repository as it's tough to keep track of models and updates will make the previous models useless. Need to think of a better way to organize model zoo.
- Maybe add 1-2 contributors or open the repository to contributions to help out.
- How can we make it a gret learning experience, hosting notes and tutorials, open discussions, webpage?
- CS224N Natural Language Processing with Deep Learning, Stanford
- Natural Language Processing Specialization, Coursera
- HuggingFace NLP + Transformers Course
- CS25: Transformers United V2, Stanford CS25, Fall 2021 Version
Industrial and Open-Source courses
- Activeloop Learn, this initiative GenAI360 provides 3 free courses on RAGs, fine-tuning LLMs, LangChain and VectorDBs.
- LLM Course by Maxime Labonne, Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
- Hands on LLM Course, Learn about LLMs, LLMOps, and Vector DBs for free by designing, training, and deploying a real-time financial advisor LLM system source code + video & reading materials.
- Full Stack Deep Learning, started out as a deep learning bootcamp and evolved into LLM bootcamp around April 2023, now is free to take up.
- LLM University by Cohere, this course consists of 8 modules taught by the famous Luis Serrano, who is known for teaching concepts in a easy and visually appealing manner. The course contains topics like fundamentals, deployment, semantic search and RAG.
- Deeplearning.ai Short Courses, Short courses by DL.AI on various domains of LLMs and Generative AI. These short courses are really useful as they have the perfect blend of theoretical and practical sessions. The courses are usually made in collaborations with companies like Hugging Face, Mistral, OpenAI, Microsoft, Meta, Google etc.
- LLM Zoomcamp by DataTalksClub, LLM Zoomcamp - a free online course about building a Q&A system.
- Applied LLMs Mastery 2024 Course by Aishwarya N Reganti, free 10 weeks course with a definite roadmap ranging from LLM Fundamentals, Tools and techniques, Deployment and evaluation to Challenges and future trends.
- Weights and Biases Courses, provides different courses on MLOps, LLM Powered Apps etc.
- LLM Models course, DataBricks x ed, professional certification by DataBricks.
- Deeplearning.ai offers various short courses on LLMs like LangChain for LLM App Development, Serverless LLMs with AWS Bedrock, Fine-tuning LLMs, LLMs with Semantic Search etc.
- Introduction to Generative AI Learning Path, Google Cloud.
- Arize University hosts courses like llm-evaluation, llm agents tools and chains, llm-observability etc.
University Courses
- Natural Language Processing with Transformers Book, by Lewis Tunstall, Leandro von Werra and Thomas Wolf | Notebooks for the book
- Build a Large Language Model (From Scratch), by Sebastian Raschka | Official Code Repository for the book
- LLM Engineer's Handbook_ Master the art of engineering large language models from concept to production, by Paul Iusztin and Maxime Labonne | Code for the book
- Hands-On Large Language Models: Language Understanding and Generation, by Jay Alammar and Maarten Grootendorst | Code repository for the book
- AI Engineering: Building Applications with Foundation Models, by Chip Huyen | Resources for the book
- AIMultiple's blog on Large Language Models: Complete Guide in 2023
- Cohere Docs
- FutureSmart AI Blog on Building Chatbots using LangChain and ChatGPT
- Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain for Diverse Applications
- Let's build GPT: from scratch, in code, spelled out.: 4 hour long YouTube video by Andrej Karpathy on building GPT from scratch.
- [1hr talk] Intro to Large Language Models: 1 hour YouTube video by Andrej Karpathy on Introduction to LLMs.
- Let's build the GPT Tokenizer: 2 hour long YouTube video by Andrej Karpathy on building the GPT Tokenizer.
- Let's reproduce GPT-2 (124M): 4 hour long YouTube Video by Andrej Karpathy on reproducing GPT-2 (124M model).
// Pipeline: Data Collection (Scraping) and Datasets, Pre-Training, Fine-Tuning, Deployment, Evaluations, Security, Guardrails.
- LLMStudio, H2O AI
- LLamaIndex
- NeMo Guardrails, NVIDIA, to prevent hallucinations and add programmable guardrails
- MLC LLM, Develop optimize and deploy LLMs natively on everyone's devices)
- LaMini LLM
People you should definitely follow to keep updated about LLMs. Researchers/Founders/Developers/AI Content Creators involved in LLM production/research/development
- Sebastian Raschka, he is a legend and will burst your hype-up LLM bubble with his amazing tweets, blogs and tutorials. Subscribe to his newsletter Ahead of AI
- Andrej Karpathy, so this legend worked in Tesla, took a break, started his YouTube channel to teach the fundamentals and blew us all with his amazing video on implementing GPT from scratch and finally rejoined OpenAI. I guess you cannot lose a legend :D
- Jay Alammar, yup if you don't know about his ELI blog on Transformers go read that out first and be sure to follow him for updates.
- Tomaz Bratanic, he is the author of famous book Graph Algorithms for Data Science, and currently writes great blogs on Medium related to GPT, Langchain and stuff.
- Maxime Labonne
- Paul Iusztin