-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile a dataset for fine-tuning GPT #12
Comments
@bruffridge @hschilling Here are a few tutorials on how to use GPT-J on AWS:
|
I will go ahead and get started on this assigned task. |
For GPT-3: https://www.youtube.com/watch?v=8psgEDhT1MM |
bruffridge
changed the title
Compile a dataset for fine-tuning GPT-3
Compile a dataset for fine-tuning GPT
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected data format: https://beta.openai.com/docs/guides/fine-tuning
Get summary and taxonomy data for biological strategies from AskNature API. Titles and abstracts will have to be retrieved from a separate sources.
Compile a JSONL file with each biological strategy as a line in the file in this format:
{"prompt”:”<title>\n<abstract>\n\n###\n\n”, "completion”:”<summary>|||<functions>|||<systems> ###"}
Example completion:
Tiny leg hairs help spiders sense subtle air movement by conducting it directly to nerve cells.|||Process Information|Sense Signals/Environmental Cues|Sense Touch and Mechanical Forces in a Living System|Sense Sound and Other Vibrations From the Environment|Sense Motion|Process Information|||Animals|Arthropods (Insects, Spiders, Crustaceans)|Spiders|Arachnids ###
The text was updated successfully, but these errors were encountered: