Official code repo for the O'Reilly Book - "Hands-On Large Language Models"
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
Implement a reasoning LLM in PyTorch from scratch, step by step
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.
This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.