Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 767 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 767 Bytes

OpenAPI Model Fine-tune

The codebase to fine-tune the model following the instructions.

How to run

Run to list all commands:

make help

Run to build the CLI:

make init

Run to generate training data:

make data

Run to create a fine-tuned model ( see details):

make train

The curie model is used as the basis.

Run to specify the base model:

make train MODEL=##model name##

Note that the OpenAPI access key must be set as the environment variable OPENAI_API_KEY.