sinanuozdemir / quick-start-guide-to-llms

The Official Repo for "Quick Start Guide to Large Language Models"
https://www.amazon.com/Quick-Start-Guide-Language-Models-dp-0135346568/dp/0135346568
194 stars 96 forks source link
ai bert distillation generative-ai gpt llm machine-learning multimodal nlp quantization rag

Quick Start Guide to Large Language Models - Second Edition

Get your copy today and please leave a rating/review to tell me what you thought! ⭐⭐⭐⭐⭐

Quick Start Guide to Large Language Models

Welcome to the GitHub repository for the "Quick Start Guide to Large Language Models - Second Edition". This repository contains the code snippets and notebooks used in the book, demonstrating various applications and advanced techniques in working with Transformer models and large language models (LLMs). View the code for the First Edition here

Repository Structure

Directories

Notebooks

Below is a list of the notebooks included in the notebooks directory, organized by the chapters in the book.

Part I - Introduction to Large Language Models

Part II - Getting the Most Out of LLMs

Part III - Advanced LLM Usage

How to Use

To use this repository:

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/quick-start-llms.git
  1. Navigate to the notebooks directory and open the Jupyter notebook of your choice:
cd quick-start-llms
  1. Install the necessary libraries:
pip install -r requirements.txt

Note: Some notebooks may require specific datasets, which can be found in the data directory.

Contributing

Contributions are welcome! If you have any additions, corrections, or enhancements, feel free to submit a pull request.

Disclaimer

This repository is for educational purposes and is meant to accompany the "Quick Start Guide to Large Language Models - Second Edition" book. Please refer to the book for in-depth explanations and discussions of the topics covered in the notebooks.

More From Sinan

  1. Check out Sinan's Newsletter AI Office Hours for more AI/LLM content!
  2. Sinan has a podcast called Practically Intelligent where he chats about the latest and greatest in AI!
  3. Follow the Getting Started with Data, LLMs and ChatGPT Playlist on O'Reilly for a curated list of Sinan's work!