Skip to content

IvanFernande/first-LLM-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My First LLM Project

Description

This project is an introduction to using Large Language Models (LLM). The notebook includes practical and theoretical examples that explain how to interact with various services using LLMs. Each section of the notebook is designed to teach fundamental aspects of LLMs, including task sequencing and API interactions.

Notebook Content

  1. Introduction to Service Keys: Explains how to import and manage keys for different services.
  2. Using Strings: Discusses how strings can be used to sequence tasks in workflows, facilitate interactions between components and optimise the handling of complex tasks.
  3. Memory Management: Explains how memory is managed in LLMs to maintain context and improve performance in language processing tasks.
  4. Specific Tools: Presents various tools that integrate with LLMs to extend their capabilities and facilitate integration with other platforms and services.

Requirements

To run this notebook, you will need to install Jupyter Notebook or Jupyter Lab on your local environment. Also, ensure you have access to the LLM services mentioned in the notebook.

Installation

You can clone this repository using Git:

git clone <repository-URL>

Then, install the necessary dependencies using pip:

pip install -r requirements.txt

Usage

To start the notebook, execute the following command in your terminal:

jupyter notebook "My first LLM.ipynb"

Navigate through the notebook following the instructions and executing the code cells as indicated.

Contributions

Contributions are welcome. If you would like to contribute to the project, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. For more details, see the LICENSE file in this repository.

About

How to set up your first LLM model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published