-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ErykDarnowski/docs/7/add-content-to-readmemd
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |