Skip to content

jalcantarab/quick-start-guide-to-llms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: Contains Jupyter notebooks for each chapter in the book.
  • data: Contains the datasets used in the notebooks.
  • images: Contains images and graphs used in the notebooks.

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

  • Chapter 2: Semantic Search with LLMs

  • Chapter 3: First Steps with Prompt Engineering

  • Chapter 4: The AI Ecosystem: Putting the Pieces Together

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!

About

Fork for translation & use in class for "Quick Start Guide to Large Language Models"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Other 0.1%