FB Messenger transcription preprocessor to create data for fine-tuning ChatGPT.
- Run the
scroll.js
anddownload.js
scripts to get thetranscript.txt
input file. (these are private for now, so don't look for them on my GH) - Change the config in
./__main__.py
. - Run script:
py ./__main__.py
- Upload
output.jsonl
to the OpenAI Fine-tuning API.