Coder Social home page Coder Social logo

gpt-llm-trainer's Introduction

gpt-llm-trainer

Twitter Follow

NEW: Claude 3 -> LLaMA 2 7B Fine-Tuning version: Open Claude -> LLaMA Version In Colab

LLaMA 2 7B Fine-Tuning version: Open LLaMA Version In Colab

GPT-3.5 Fine-Tuning version: Open GPT-3.5 Version In Colab

Overview

Training models is hard. You have to collect a dataset, clean it, get it in the right format, select a model, write the training code and train it. And that's the best-case scenario.

The goal of this project is to explore an experimental new pipeline to train a high-performing task-specific model. We try to abstract away all the complexity, so it's as easy as possible to go from idea -> performant fully-trained model.

Simply input a description of your task, and the system will generate a dataset from scratch, parse it into the right format, and fine-tune a LLaMA 2 or GPT-3.5 model for you.

Features

  • Dataset Generation: Using Claude 3 or GPT-4, gpt-llm-trainer will generate a variety of prompts and responses based on the provided use-case.

  • System Message Generation: gpt-llm-trainer will generate an effective system prompt for your model.

  • Fine-Tuning: After your dataset has been generated, the system will automatically split it into training and validation sets, fine-tune a model for you, and get it ready for inference.

Setup

  1. Open the notebook in Google Colab or in a local Jupyter notebook.

  2. If you're using Colab, switch to the best GPU available (go to Runtime -> change runtime type).

  3. Add your OpenAI API key to the line openai.api_key = "YOUR KEY HERE".

How to Use

  1. Define your prompt. The prompt is a description of what you want the trained AI to do. The more descriptive and clear you can be, the better. Additionally, set the temperature we will use to generate your dataset (high=creative, low=precise), and the number of examples you want to generate (100 is a good starting point).

For example:

prompt = "A model that takes in a puzzle-like reasoning-heavy question in English, and responds with a well-reasoned, step-by-step thought out response in Spanish."
temperature = .4
number_of_examples = 100
  1. Run all the cells (stop at Merge the model and store in Google Drive if using the LLaMA 2 version).

It'll take some time (from 10 minutes to a couple of hours, depending on how many examples you generate), but soon, you'll have your fine-tuned model!

  1. After your model is trained, you can use the Run Inference cell (on the LLaMA 2 version) or the Let's try it out! cell (on the GPT-3.5 version) to test the model, and the cells below that allow you to save and load the model to and from Google Drive for later use if you are using the LLaMA version. If you're using the OpenAI version, your model will be available for use via the API or in the OpenAI Playground.

Contributions are welcome! Some ideas:

  • improve the example generation pipeline for efficiency/cost reduction (using n=)
  • add additional example generation prompts to create more diverse examples
  • add example pruning, removing very similar examples to improve performance
  • use GPT-4 to automatically choose the training hyperparameters (and potentially, even the model to fine-tune!) based on a few examples + high-level dataset details (i.e. number of examples)
  • train multiple model variants and choose the one with the lowest eval loss

Huge shoutout to Maxime Labonne for the training code that was used in this repo!

License

This project is MIT licensed.

Contact

Matt Shumer - @mattshumer_

Lastly, if you want to try something even cooler than this, sign up for Personal Assistant (most of my time is spent on this). It's basically an AI that can operate your web browser to complete tasks for you.

gpt-llm-trainer's People

Contributors

mshumer avatar

Stargazers

OscarAV avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.