PeptideBERT: A Language Model based on Transformers for Peptide Property Prediction
Paper
•
2309.03099
•
Published
Transformer Based Language Model for Peptide Property Prediction.
Corresponding paper.
cd PeptideBERTpip install -r requirements.txt)python data/download_data.pypython data/split_augment.py to convert the data into the required formatconfig.py file with the desired parametersdata/split_augment.py (uncomment the line that calls augment_data)python train.py to train the modelNote: For a detailed walkthrough of the codebase (including how to run inference using a trained model), please refer to tutorial.ipynb.