Skip to content

Commit

Permalink
Implement
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykDarnowski committed Jan 22, 2024
1 parent 1c4bcfc commit 09eab18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# mess-gpt-preprocessor

FB Messenger transcription preprocessor to create data for fine-tuning ChatGPT.

## Usage

1. Run the `scroll.js` and `download.js` scripts to get the `transcript.txt` input file. (**these are private for now, so don't look for them on my GH**)
2. Change the config in `./__main__.py`.
3. Run script: `py ./__main__.py`
4. Upload `output.jsonl` to the OpenAI Fine-tuning API.

0 comments on commit 09eab18

Please sign in to comment.