Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

kjappelbaum/gpt3forchem

Repository files navigation

GPT3 for molecular and materials design and discovery

Install

pip install gpt3forchem

You'll also need to install gpflow from the develop branch: pip install git+https://github.com/GPflow/GPflow.git@develop

How to use

  • the legacy directory contains code from initial exploration. The relevant parts have been migrated into notebooks.

  • the experiments directory contain code for the actual fine-tuning experiments

Before you can use it, you need to set up the OpenAI API access (you might need to export your OPENAI_API_KEY)

Also, you need to keep in mind that there are rate limits wherefore we needed to add some delays between requests (and typically also not evaluate on the full datasets).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published