An open API service indexing awesome lists of open source software.

https://github.com/metrue/finetune

Github actions for GPT fine tuning
https://github.com/metrue/finetune

Last synced: 3 months ago
JSON representation

Github actions for GPT fine tuning

Awesome Lists containing this project

README

        

## finetune

a GitHub action for GPT fine tuning.

## Usage

```
steps:
- uses: actions/checkout@v2
- name: fine tune
id: finetune
uses: metrue/finetune@v1
with:
dataset: './dataset.json'
openai-api-key: ${{ secrets.OPEN_AI_KEY }}
openai-api-org: ${{ secrets.OPEN_AI_ORG }}
dataset-wait-time: 60000
job-wait-time: 60000
- name: use the model
run: echo "The model is ${{ steps.finetune.outputs.model }} ${{ steps.finetune.outputs.status }}"
```

## License

MIT