Skip to content

Commit

Permalink
Merge pull request #8 from ErykDarnowski/docs/7/add-content-to-readmemd
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykDarnowski authored Jan 22, 2024
2 parents 1c4bcfc + 09eab18 commit ad97e49
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 ad97e49

Please sign in to comment.