Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.38 KB

GPT-3 accurately predicts antimicrobial peptide activity and hemolysis

ChemRxiv

This repository contains all the code used to fine-tune GPT-3 models for the prediction of antimicrobial activity and hemolysis of peptide sequences as described in the preprint "GPT-3 accurately predicts antimicrobial peptide activity and hemolysis". Please cite our work if you use any of the code included in this repository. Mind that this repository is a work in progress and subject to regular updates.

Repository

The repository contains:

  1. data directory: Contains all unprocessed and processed data used to fine-tune the GPT-3 models.
  2. Jupyter notebooks: Each notebook contains all the code necessary to process the data and fine-tune the GPT-3 models.

Running the code

The code can be run directly from the provided Jupyter notebooks. Before you start, make sure to install all required packages in your virtual environment. Code cells that are commented out in the notebooks are to be pasted in the terminal (while being in the project directory).

License

MIT

Contact