From 09eab18cc0773f3510644258e79caa3ac473817c Mon Sep 17 00:00:00 2001 From: ErykDarnowski Date: Tue, 23 Jan 2024 00:37:41 +0100 Subject: [PATCH] Implement --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 91661fe..0b77a76 100644 --- a/README.md +++ b/README.md @@ -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.