Giter Site home page Giter Site logo

megpt's Introduction

MeGPT: Fine-tune a Language Model with your iMessage Conversations

MeGPT allows you to fine-tune a large language model on your own messages, enabling you to talk to yourself.

MeGPT

This repo contains code for:

  1. Extracting your iMessage conversations from your Mac
  2. Fine-tuning a large language model on your messages
  3. Generating completions using the fine-tuned model

This is a sample repo that trains Meta AI's OPT 1.3b model with Parallel Efficient Fine-tuning (PEFT) on your iMessage conversations. You can use this repo as a starting point for fine-tuning other models on your own data.

Based off of example code from lvwerra/trl

Usage

  1. Install the requirements:
pip install -r requirements.txt
  1. On your Mac, run extract_messages.py to extract your iMessage conversations and save them to a CSV file:
python extract_messages.py
  1. Configure fine_tune.py with your desired model, input CSV, and other settings. For example:
model_name = "facebook/opt-1.3b"
block_size = 128
input_csv = "messages.csv"

To see the full list of supported models, visit PEFT Models Support Matrix.

  1. Train the model on your messages using fine_tune.py:
python fine_tune.py
  1. Generate completions using the fine-tuned model with generate.py:
python generate.py

megpt's People

Contributors

1rgs avatar

Watchers

 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.